Shades of Corvette #EEC18E
Tints of Corvette #EEC18E
RGB
CMYK
RGB Variations
Color information
#EEC18E (or 0xEEC18E) is known color: Corvette. HEX triplet: EE, C1 and 8E. RGB value is (238,193,142). Sum of RGB (Red+Green+Blue) = 238+193+142=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC18E is #113E71. Grayscale: #C8C8C8. Windows color (decimal): -1130098 or 9355758. OLE color: 9355758.
HSL color Cylindrical-coordinate representation of color #EEC18E: hue angle of 31.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEC18E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 142 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.07 |
| HSL | 31.88º | 0.74% | 0.75% | - |
| HSV(B) | 31.88º | 0.4% | 0.93% | - |
| XYZ | 59.21 | 58.27 | 33.72 | - |
| YUV | 200.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 142 | 0 | 0.19 | 0.40 | 0.07 | 31.88 | 0.74 | 0.75 |
| Hex | EE | C1 | 8E | 0 | 13 | 28 | 7 | 20 | 4A | 4B |
| Octal | 356 | 301 | 216 | 0 | 23 | 50 | 7 | 40 | 112 | 113 |
| Binary | 11101110 | 11000001 | 10001110 | 0 | 10011 | 101000 | 111 | 100000 | 1001010 | 1001011 |
Color Harmonies of #EEC18E
Complementary color
Monochromatic Colors of #EEC18E
Black with #EEC18E
Text Example
Text Example
White with #EEC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC18E; }
p { color: rgb(238,193,142); }
H1.HeaderClassName
{
color: #EEC18E;
}
.AnyTagClassName
{
color: #EEC18E;
}
</style>
background-color css
<style>
a { background-color: #EEC18E; }
a { background-color: rgb(238,193,142); }
div.DivClassName
{
background-color: #EEC18E;
}
.BgClassName
{
background-color: #EEC18E;
}
</style>
border-color css
<style>
span { border-color: #EEC18E; }
span { border-color: rgb(238,193,142); }
td.TdClassName
{
border-color: #EEC18E;
}
.TagClassName
{
border-color: #EEC18E;
}
</style>