#eec07f

Color #EEC07F Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EEC07F

Tints of Corvette #EEC07F

Color information

#EEC07F (or 0xEEC07F) is unknown color: approx Corvette. HEX triplet: EE, C0 and 7F. RGB value is (238,192,127). Sum of RGB (Red+Green+Blue) = 238+192+127=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC07F is #113F80. Grayscale: #C6C6C6. Windows color (decimal): -1130369 or 8372462. OLE color: 8372462.

HSL color Cylindrical-coordinate representation of color #EEC07F: hue angle of 35.14º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC07F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238192127-
CMYK00.190.470.07
HSL35.14º76.55%71.57%-
HSV(B)35.14º46.64%93.33%-
XYZ57.9457.4128.11-
YUV198.3487.74156.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 42.73%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 127 (50% from 255) = 22.80%
R=42.73%
G=34.47%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819212700.190.470.0735.1476.5571.57
HexEEC07F0132F7234d48
Octal35630017702357743115110
Binary1110111011000000111111101001110111111110001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eec07f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eec07f; }

 p { color: rgb(238,192,127); }

 H1.HeaderClassName
 {
   color: #eec07f;
 }
 .AnyTagClassName
 {
   color: #eec07f;
 }
</style>
background-color css

<style>
 a { background-color: #eec07f; }

 a { background-color: rgb(238,192,127); }

 div.DivClassName
 {
   background-color: #eec07f;
 }
 .BgClassName
 {
   background-color: #eec07f;
 }
</style>
border-color css

<style>
 span { border-color: #eec07f; }

 span { border-color: rgb(238,192,127); }

 td.TdClassName
 {
   border-color: #eec07f;
 }
 .TagClassName
 {
   border-color: #eec07f;
 }
</style>