Shades of Corvette #EEBF89
Tints of Corvette #EEBF89
RGB
CMYK
RGB Variations
Color information
#EEBF89 (or 0xEEBF89) is known color: Corvette. HEX triplet: EE, BF and 89. RGB value is (238,191,137). Sum of RGB (Red+Green+Blue) = 238+191+137=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF89 is #114076. Grayscale: #C7C7C7. Windows color (decimal): -1130615 or 9027566. OLE color: 9027566.
HSL color Cylindrical-coordinate representation of color #EEBF89: hue angle of 32.08º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEBF89 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 137 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.07 |
| HSL | 32.08º | 0.75% | 0.74% | - |
| HSV(B) | 32.08º | 0.42% | 0.93% | - |
| XYZ | 58.41 | 57.24 | 31.64 | - |
| YUV | 198.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 137 | 0 | 0.20 | 0.42 | 0.07 | 32.08 | 0.75 | 0.74 |
| Hex | EE | BF | 89 | 0 | 14 | 2A | 7 | 20 | 4B | 4A |
| Octal | 356 | 277 | 211 | 0 | 24 | 52 | 7 | 40 | 113 | 112 |
| Binary | 11101110 | 10111111 | 10001001 | 0 | 10100 | 101010 | 111 | 100000 | 1001011 | 1001010 |
Color Harmonies of #EEBF89
Complementary color
Monochromatic Colors of #EEBF89
Black with #EEBF89
Text Example
Text Example
White with #EEBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF89; }
p { color: rgb(238,191,137); }
H1.HeaderClassName
{
color: #EEBF89;
}
.AnyTagClassName
{
color: #EEBF89;
}
</style>
background-color css
<style>
a { background-color: #EEBF89; }
a { background-color: rgb(238,191,137); }
div.DivClassName
{
background-color: #EEBF89;
}
.BgClassName
{
background-color: #EEBF89;
}
</style>
border-color css
<style>
span { border-color: #EEBF89; }
span { border-color: rgb(238,191,137); }
td.TdClassName
{
border-color: #EEBF89;
}
.TagClassName
{
border-color: #EEBF89;
}
</style>