#EEC08C

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

Shades of Corvette #EEC08C

Tints of Corvette #EEC08C

Color information

#EEC08C (or 0xEEC08C) is unknown color: approx Corvette. HEX triplet: EE, C0 and 8C. RGB value is (238,192,140). Sum of RGB (Red+Green+Blue) = 238+192+140=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC08C is #113F73. Grayscale: #C8C8C8. Windows color (decimal): -1130356 or 9224430. OLE color: 9224430.

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

Color convert

RGB238192140-
CMYK00.190.410.07
HSL31.84º74.24%74.12%-
HSV(B)31.84º41.18%93.33%-
XYZ58.8457.7732.86-
YUV199.8394.24155.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=41.75%
G=33.68%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819214000.190.410.0731.8474.2474.12
HexEEC08C013297204a4a
Octal35630021402351740112112
Binary11101110110000001000110001001110100111110000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC08C; }

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

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

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

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

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

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

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

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