Shades of Corvette #EEC08D
Tints of Corvette #EEC08D
RGB
CMYK
RGB Variations
Color information
#EEC08D (or 0xEEC08D) is known color: Corvette. HEX triplet: EE, C0 and 8D. RGB value is (238,192,141). Sum of RGB (Red+Green+Blue) = 238+192+141=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC08D is #113F72. Grayscale: #C8C8C8. Windows color (decimal): -1130355 or 9289966. OLE color: 9289966.
HSL color Cylindrical-coordinate representation of color #EEC08D: hue angle of 31.55º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC08D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 141 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.07 |
| HSL | 31.55º | 0.74% | 0.74% | - |
| HSV(B) | 31.55º | 0.41% | 0.93% | - |
| XYZ | 58.92 | 57.8 | 33.25 | - |
| YUV | 199.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 141 | 0 | 0.19 | 0.41 | 0.07 | 31.55 | 0.74 | 0.74 |
| Hex | EE | C0 | 8D | 0 | 13 | 29 | 7 | 20 | 4A | 4A |
| Octal | 356 | 300 | 215 | 0 | 23 | 51 | 7 | 40 | 112 | 112 |
| Binary | 11101110 | 11000000 | 10001101 | 0 | 10011 | 101001 | 111 | 100000 | 1001010 | 1001010 |
Color Harmonies of #EEC08D
Complementary color
Monochromatic Colors of #EEC08D
Black with #EEC08D
Text Example
Text Example
White with #EEC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC08D; }
p { color: rgb(238,192,141); }
H1.HeaderClassName
{
color: #EEC08D;
}
.AnyTagClassName
{
color: #EEC08D;
}
</style>
background-color css
<style>
a { background-color: #EEC08D; }
a { background-color: rgb(238,192,141); }
div.DivClassName
{
background-color: #EEC08D;
}
.BgClassName
{
background-color: #EEC08D;
}
</style>
border-color css
<style>
span { border-color: #EEC08D; }
span { border-color: rgb(238,192,141); }
td.TdClassName
{
border-color: #EEC08D;
}
.TagClassName
{
border-color: #EEC08D;
}
</style>