Shades of Corvette #EEC081
Tints of Corvette #EEC081
RGB
CMYK
RGB Variations
Color information
#EEC081 (or 0xEEC081) is known color: Corvette. HEX triplet: EE, C0 and 81. RGB value is (238,192,129). Sum of RGB (Red+Green+Blue) = 238+192+129=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC081 is #113F7E. Grayscale: #C6C6C6. Windows color (decimal): -1130367 or 8503534. OLE color: 8503534.
HSL color Cylindrical-coordinate representation of color #EEC081: hue angle of 34.68º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEC081 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 129 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 34.68º | 0.76% | 0.72% | - |
| HSV(B) | 34.68º | 0.46% | 0.93% | - |
| XYZ | 58.07 | 57.46 | 28.8 | - |
| YUV | 198.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 129 | 0 | 0.19 | 0.46 | 0.07 | 34.68 | 0.76 | 0.72 |
| Hex | EE | C0 | 81 | 0 | 13 | 2E | 7 | 23 | 4C | 48 |
| Octal | 356 | 300 | 201 | 0 | 23 | 56 | 7 | 43 | 114 | 110 |
| Binary | 11101110 | 11000000 | 10000001 | 0 | 10011 | 101110 | 111 | 100011 | 1001100 | 1001000 |
Color Harmonies of #EEC081
Complementary color
Monochromatic Colors of #EEC081
Black with #EEC081
Text Example
Text Example
White with #EEC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC081; }
p { color: rgb(238,192,129); }
H1.HeaderClassName
{
color: #EEC081;
}
.AnyTagClassName
{
color: #EEC081;
}
</style>
background-color css
<style>
a { background-color: #EEC081; }
a { background-color: rgb(238,192,129); }
div.DivClassName
{
background-color: #EEC081;
}
.BgClassName
{
background-color: #EEC081;
}
</style>
border-color css
<style>
span { border-color: #EEC081; }
span { border-color: rgb(238,192,129); }
td.TdClassName
{
border-color: #EEC081;
}
.TagClassName
{
border-color: #EEC081;
}
</style>