Shades of Corvette #EEBF85
Tints of Corvette #EEBF85
RGB
CMYK
RGB Variations
Color information
#EEBF85 (or 0xEEBF85) is known color: Corvette. HEX triplet: EE, BF and 85. RGB value is (238,191,133). Sum of RGB (Red+Green+Blue) = 238+191+133=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF85 is #11407A. Grayscale: #C6C6C6. Windows color (decimal): -1130619 or 8765422. OLE color: 8765422.
HSL color Cylindrical-coordinate representation of color #EEBF85: hue angle of 33.14º 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 #EEBF85 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 133 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.07 |
| HSL | 33.14º | 0.76% | 0.73% | - |
| HSV(B) | 33.14º | 0.44% | 0.93% | - |
| XYZ | 58.12 | 57.13 | 30.15 | - |
| YUV | 198.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 133 | 0 | 0.20 | 0.44 | 0.07 | 33.14 | 0.76 | 0.73 |
| Hex | EE | BF | 85 | 0 | 14 | 2C | 7 | 21 | 4C | 49 |
| Octal | 356 | 277 | 205 | 0 | 24 | 54 | 7 | 41 | 114 | 111 |
| Binary | 11101110 | 10111111 | 10000101 | 0 | 10100 | 101100 | 111 | 100001 | 1001100 | 1001001 |
Color Harmonies of #EEBF85
Complementary color
Monochromatic Colors of #EEBF85
Black with #EEBF85
Text Example
Text Example
White with #EEBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF85; }
p { color: rgb(238,191,133); }
H1.HeaderClassName
{
color: #EEBF85;
}
.AnyTagClassName
{
color: #EEBF85;
}
</style>
background-color css
<style>
a { background-color: #EEBF85; }
a { background-color: rgb(238,191,133); }
div.DivClassName
{
background-color: #EEBF85;
}
.BgClassName
{
background-color: #EEBF85;
}
</style>
border-color css
<style>
span { border-color: #EEBF85; }
span { border-color: rgb(238,191,133); }
td.TdClassName
{
border-color: #EEBF85;
}
.TagClassName
{
border-color: #EEBF85;
}
</style>