Shades of Corvette #EEC088
Tints of Corvette #EEC088
RGB
CMYK
RGB Variations
Color information
#EEC088 (or 0xEEC088) is known color: Corvette. HEX triplet: EE, C0 and 88. RGB value is (238,192,136). Sum of RGB (Red+Green+Blue) = 238+192+136=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC088 is #113F77. Grayscale: #C7C7C7. Windows color (decimal): -1130360 or 8962286. OLE color: 8962286.
HSL color Cylindrical-coordinate representation of color #EEC088: hue angle of 32.94º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEC088 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 136 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.07 |
| HSL | 32.94º | 0.75% | 0.73% | - |
| HSV(B) | 32.94º | 0.43% | 0.93% | - |
| XYZ | 58.55 | 57.65 | 31.33 | - |
| YUV | 199.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 136 | 0 | 0.19 | 0.43 | 0.07 | 32.94 | 0.75 | 0.73 |
| Hex | EE | C0 | 88 | 0 | 13 | 2B | 7 | 21 | 4B | 49 |
| Octal | 356 | 300 | 210 | 0 | 23 | 53 | 7 | 41 | 113 | 111 |
| Binary | 11101110 | 11000000 | 10001000 | 0 | 10011 | 101011 | 111 | 100001 | 1001011 | 1001001 |
Color Harmonies of #EEC088
Complementary color
Monochromatic Colors of #EEC088
Black with #EEC088
Text Example
Text Example
White with #EEC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC088; }
p { color: rgb(238,192,136); }
H1.HeaderClassName
{
color: #EEC088;
}
.AnyTagClassName
{
color: #EEC088;
}
</style>
background-color css
<style>
a { background-color: #EEC088; }
a { background-color: rgb(238,192,136); }
div.DivClassName
{
background-color: #EEC088;
}
.BgClassName
{
background-color: #EEC088;
}
</style>
border-color css
<style>
span { border-color: #EEC088; }
span { border-color: rgb(238,192,136); }
td.TdClassName
{
border-color: #EEC088;
}
.TagClassName
{
border-color: #EEC088;
}
</style>