Shades of Corvette #EEC077
Tints of Corvette #EEC077
RGB
CMYK
RGB Variations
Color information
#EEC077 (or 0xEEC077) is known color: Corvette. HEX triplet: EE, C0 and 77. RGB value is (238,192,119). Sum of RGB (Red+Green+Blue) = 238+192+119=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC077 is #113F88. Grayscale: #C5C5C5. Windows color (decimal): -1130377 or 7848174. OLE color: 7848174.
HSL color Cylindrical-coordinate representation of color #EEC077: hue angle of 36.81º 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 #EEC077 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 119 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.07 |
| HSL | 36.81º | 0.78% | 0.7% | - |
| HSV(B) | 36.81º | 0.5% | 0.93% | - |
| XYZ | 57.44 | 57.21 | 25.47 | - |
| YUV | 197.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 119 | 0 | 0.19 | 0.50 | 0.07 | 36.81 | 0.78 | 0.7 |
| Hex | EE | C0 | 77 | 0 | 13 | 32 | 7 | 25 | 4E | 46 |
| Octal | 356 | 300 | 167 | 0 | 23 | 62 | 7 | 45 | 116 | 106 |
| Binary | 11101110 | 11000000 | 1110111 | 0 | 10011 | 110010 | 111 | 100101 | 1001110 | 1000110 |
Color Harmonies of #EEC077
Complementary color
Monochromatic Colors of #EEC077
Black with #EEC077
Text Example
Text Example
White with #EEC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC077; }
p { color: rgb(238,192,119); }
H1.HeaderClassName
{
color: #EEC077;
}
.AnyTagClassName
{
color: #EEC077;
}
</style>
background-color css
<style>
a { background-color: #EEC077; }
a { background-color: rgb(238,192,119); }
div.DivClassName
{
background-color: #EEC077;
}
.BgClassName
{
background-color: #EEC077;
}
</style>
border-color css
<style>
span { border-color: #EEC077; }
span { border-color: rgb(238,192,119); }
td.TdClassName
{
border-color: #EEC077;
}
.TagClassName
{
border-color: #EEC077;
}
</style>