Shades of Corvette #EEB978
Tints of Corvette #EEB978
RGB
CMYK
RGB Variations
Color information
#EEB978 (or 0xEEB978) is known color: Corvette. HEX triplet: EE, B9 and 78. RGB value is (238,185,120). Sum of RGB (Red+Green+Blue) = 238+185+120=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB978 is #114687. Grayscale: #C1C1C1. Windows color (decimal): -1132168 or 7911918. OLE color: 7911918.
HSL color Cylindrical-coordinate representation of color #EEB978: hue angle of 33.05º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEB978 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 120 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.07 |
| HSL | 33.05º | 0.78% | 0.7% | - |
| HSV(B) | 33.05º | 0.5% | 0.93% | - |
| XYZ | 56 | 54.23 | 25.29 | - |
| YUV | 193.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 120 | 0 | 0.22 | 0.50 | 0.07 | 33.05 | 0.78 | 0.7 |
| Hex | EE | B9 | 78 | 0 | 16 | 32 | 7 | 21 | 4E | 46 |
| Octal | 356 | 271 | 170 | 0 | 26 | 62 | 7 | 41 | 116 | 106 |
| Binary | 11101110 | 10111001 | 1111000 | 0 | 10110 | 110010 | 111 | 100001 | 1001110 | 1000110 |
Color Harmonies of #EEB978
Complementary color
Monochromatic Colors of #EEB978
Black with #EEB978
Text Example
Text Example
White with #EEB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB978; }
p { color: rgb(238,185,120); }
H1.HeaderClassName
{
color: #EEB978;
}
.AnyTagClassName
{
color: #EEB978;
}
</style>
background-color css
<style>
a { background-color: #EEB978; }
a { background-color: rgb(238,185,120); }
div.DivClassName
{
background-color: #EEB978;
}
.BgClassName
{
background-color: #EEB978;
}
</style>
border-color css
<style>
span { border-color: #EEB978; }
span { border-color: rgb(238,185,120); }
td.TdClassName
{
border-color: #EEB978;
}
.TagClassName
{
border-color: #EEB978;
}
</style>