Shades of Corvette #EEB778
Tints of Corvette #EEB778
RGB
CMYK
RGB Variations
Color information
#EEB778 (or 0xEEB778) is known color: Corvette. HEX triplet: EE, B7 and 78. RGB value is (238,183,120). Sum of RGB (Red+Green+Blue) = 238+183+120=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB778 is #114887. Grayscale: #C0C0C0. Windows color (decimal): -1132680 or 7911406. OLE color: 7911406.
HSL color Cylindrical-coordinate representation of color #EEB778: hue angle of 32.03º 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 #EEB778 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 120 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.07 |
| HSL | 32.03º | 0.78% | 0.7% | - |
| HSV(B) | 32.03º | 0.5% | 0.93% | - |
| XYZ | 55.58 | 53.4 | 25.15 | - |
| YUV | 192.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 120 | 0 | 0.23 | 0.50 | 0.07 | 32.03 | 0.78 | 0.7 |
| Hex | EE | B7 | 78 | 0 | 17 | 32 | 7 | 20 | 4E | 46 |
| Octal | 356 | 267 | 170 | 0 | 27 | 62 | 7 | 40 | 116 | 106 |
| Binary | 11101110 | 10110111 | 1111000 | 0 | 10111 | 110010 | 111 | 100000 | 1001110 | 1000110 |
Color Harmonies of #EEB778
Complementary color
Monochromatic Colors of #EEB778
Black with #EEB778
Text Example
Text Example
White with #EEB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB778; }
p { color: rgb(238,183,120); }
H1.HeaderClassName
{
color: #EEB778;
}
.AnyTagClassName
{
color: #EEB778;
}
</style>
background-color css
<style>
a { background-color: #EEB778; }
a { background-color: rgb(238,183,120); }
div.DivClassName
{
background-color: #EEB778;
}
.BgClassName
{
background-color: #EEB778;
}
</style>
border-color css
<style>
span { border-color: #EEB778; }
span { border-color: rgb(238,183,120); }
td.TdClassName
{
border-color: #EEB778;
}
.TagClassName
{
border-color: #EEB778;
}
</style>