Shades of Corvette #EEBB8C
Tints of Corvette #EEBB8C
RGB
CMYK
RGB Variations
Color information
#EEBB8C (or 0xEEBB8C) is known color: Corvette. HEX triplet: EE, BB and 8C. RGB value is (238,187,140). Sum of RGB (Red+Green+Blue) = 238+187+140=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBB8C is #114473. Grayscale: #C5C5C5. Windows color (decimal): -1131636 or 9223150. OLE color: 9223150.
HSL color Cylindrical-coordinate representation of color #EEBB8C: hue angle of 28.78º 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 #EEBB8C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 140 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.07 |
| HSL | 28.78º | 0.74% | 0.74% | - |
| HSV(B) | 28.78º | 0.41% | 0.93% | - |
| XYZ | 57.76 | 55.61 | 32.5 | - |
| YUV | 196.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 140 | 0 | 0.21 | 0.41 | 0.07 | 28.78 | 0.74 | 0.74 |
| Hex | EE | BB | 8C | 0 | 15 | 29 | 7 | 1D | 4A | 4A |
| Octal | 356 | 273 | 214 | 0 | 25 | 51 | 7 | 35 | 112 | 112 |
| Binary | 11101110 | 10111011 | 10001100 | 0 | 10101 | 101001 | 111 | 11101 | 1001010 | 1001010 |
Color Harmonies of #EEBB8C
Complementary color
Monochromatic Colors of #EEBB8C
Black with #EEBB8C
Text Example
Text Example
White with #EEBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB8C; }
p { color: rgb(238,187,140); }
H1.HeaderClassName
{
color: #EEBB8C;
}
.AnyTagClassName
{
color: #EEBB8C;
}
</style>
background-color css
<style>
a { background-color: #EEBB8C; }
a { background-color: rgb(238,187,140); }
div.DivClassName
{
background-color: #EEBB8C;
}
.BgClassName
{
background-color: #EEBB8C;
}
</style>
border-color css
<style>
span { border-color: #EEBB8C; }
span { border-color: rgb(238,187,140); }
td.TdClassName
{
border-color: #EEBB8C;
}
.TagClassName
{
border-color: #EEBB8C;
}
</style>