Shades of Corvette #EEBB85
Tints of Corvette #EEBB85
RGB
CMYK
RGB Variations
Color information
#EEBB85 (or 0xEEBB85) is known color: Corvette. HEX triplet: EE, BB and 85. RGB value is (238,187,133). Sum of RGB (Red+Green+Blue) = 238+187+133=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBB85 is #11447A. Grayscale: #C4C4C4. Windows color (decimal): -1131643 or 8764398. OLE color: 8764398.
HSL color Cylindrical-coordinate representation of color #EEBB85: hue angle of 30.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEBB85 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 133 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.07 |
| HSL | 30.86º | 0.76% | 0.73% | - |
| HSV(B) | 30.86º | 0.44% | 0.93% | - |
| XYZ | 57.26 | 55.41 | 29.87 | - |
| YUV | 196.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 133 | 0 | 0.21 | 0.44 | 0.07 | 30.86 | 0.76 | 0.73 |
| Hex | EE | BB | 85 | 0 | 15 | 2C | 7 | 1F | 4C | 49 |
| Octal | 356 | 273 | 205 | 0 | 25 | 54 | 7 | 37 | 114 | 111 |
| Binary | 11101110 | 10111011 | 10000101 | 0 | 10101 | 101100 | 111 | 11111 | 1001100 | 1001001 |
Color Harmonies of #EEBB85
Complementary color
Monochromatic Colors of #EEBB85
Black with #EEBB85
Text Example
Text Example
White with #EEBB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB85; }
p { color: rgb(238,187,133); }
H1.HeaderClassName
{
color: #EEBB85;
}
.AnyTagClassName
{
color: #EEBB85;
}
</style>
background-color css
<style>
a { background-color: #EEBB85; }
a { background-color: rgb(238,187,133); }
div.DivClassName
{
background-color: #EEBB85;
}
.BgClassName
{
background-color: #EEBB85;
}
</style>
border-color css
<style>
span { border-color: #EEBB85; }
span { border-color: rgb(238,187,133); }
td.TdClassName
{
border-color: #EEBB85;
}
.TagClassName
{
border-color: #EEBB85;
}
</style>