#EEBE8C

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

Shades of Corvette #EEBE8C

Tints of Corvette #EEBE8C

Color information

#EEBE8C (or 0xEEBE8C) is unknown color: approx Corvette. HEX triplet: EE, BE and 8C. RGB value is (238,190,140). Sum of RGB (Red+Green+Blue) = 238+190+140=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE8C is #114173. Grayscale: #C6C6C6. Windows color (decimal): -1130868 or 9223918. OLE color: 9223918.

HSL color Cylindrical-coordinate representation of color #EEBE8C: hue angle of 30.61º 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 #EEBE8C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238190140-
CMYK00.200.410.07
HSL30.61º74.24%74.12%-
HSV(B)30.61º41.18%93.33%-
XYZ58.4156.932.71-
YUV198.6594.9156.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 140 (55.08% from 255) = 24.65%
R=41.90%
G=33.45%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819014000.200.410.0730.6174.2474.12
HexEEBE8C0142971f4a4a
Octal35627621402451737112112
Binary1110111010111110100011000101001010011111111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE8C; }

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

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

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

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

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

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

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

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