Shades of Corvette #EEC084
Tints of Corvette #EEC084
RGB
CMYK
RGB Variations
Color information
#EEC084 (or 0xEEC084) is known color: Corvette. HEX triplet: EE, C0 and 84. RGB value is (238,192,132). Sum of RGB (Red+Green+Blue) = 238+192+132=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC084 is #113F7B. Grayscale: #C7C7C7. Windows color (decimal): -1130364 or 8700142. OLE color: 8700142.
HSL color Cylindrical-coordinate representation of color #EEC084: hue angle of 33.96º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEC084 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 132 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.07 |
| HSL | 33.96º | 0.76% | 0.73% | - |
| HSV(B) | 33.96º | 0.45% | 0.93% | - |
| XYZ | 58.27 | 57.54 | 29.87 | - |
| YUV | 198.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 132 | 0 | 0.19 | 0.45 | 0.07 | 33.96 | 0.76 | 0.73 |
| Hex | EE | C0 | 84 | 0 | 13 | 2D | 7 | 22 | 4C | 49 |
| Octal | 356 | 300 | 204 | 0 | 23 | 55 | 7 | 42 | 114 | 111 |
| Binary | 11101110 | 11000000 | 10000100 | 0 | 10011 | 101101 | 111 | 100010 | 1001100 | 1001001 |
Color Harmonies of #EEC084
Complementary color
Monochromatic Colors of #EEC084
Black with #EEC084
Text Example
Text Example
White with #EEC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC084; }
p { color: rgb(238,192,132); }
H1.HeaderClassName
{
color: #EEC084;
}
.AnyTagClassName
{
color: #EEC084;
}
</style>
background-color css
<style>
a { background-color: #EEC084; }
a { background-color: rgb(238,192,132); }
div.DivClassName
{
background-color: #EEC084;
}
.BgClassName
{
background-color: #EEC084;
}
</style>
border-color css
<style>
span { border-color: #EEC084; }
span { border-color: rgb(238,192,132); }
td.TdClassName
{
border-color: #EEC084;
}
.TagClassName
{
border-color: #EEC084;
}
</style>