Shades of Corvette #EEBE8C
Tints of Corvette #EEBE8C
RGB
CMYK
RGB Variations
Color information
#EEBE8C (or 0xEEBE8C) is known color: 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
RGB | 238 | 190 | 140 | - |
CMYK | 0 | 0.20 | 0.41 | 0.07 |
HSL | 30.61º | 0.74% | 0.74% | - |
HSV(B) | 30.61º | 0.41% | 0.93% | - |
XYZ | 58.41 | 56.9 | 32.71 | - |
YUV | 198.65 | 94.9 | 156.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 140 | 0 | 0.20 | 0.41 | 0.07 | 30.61 | 0.74 | 0.74 |
Hex | EE | BE | 8C | 0 | 14 | 29 | 7 | 1F | 4A | 4A |
Octal | 356 | 276 | 214 | 0 | 24 | 51 | 7 | 37 | 112 | 112 |
Binary | 11101110 | 10111110 | 10001100 | 0 | 10100 | 101001 | 111 | 11111 | 1001010 | 1001010 |
Color Harmonies of #EEBE8C
Complementary color
Monochromatic Colors of #EEBE8C
Black with #EEBE8C
Text Example
Text Example
White with #EEBE8C
Text Example
Text Example
HTML Codes & Css Web 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>