Shades of Corvette #EEC07A
Tints of Corvette #EEC07A
RGB
CMYK
RGB Variations
Color information
#EEC07A (or 0xEEC07A) is known color: Corvette. HEX triplet: EE, C0 and 7A. RGB value is (238,192,122). Sum of RGB (Red+Green+Blue) = 238+192+122=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC07A is #113F85. Grayscale: #C6C6C6. Windows color (decimal): -1130374 or 8044782. OLE color: 8044782.
HSL color Cylindrical-coordinate representation of color #EEC07A: hue angle of 36.21º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEC07A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 122 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.07 |
| HSL | 36.21º | 0.77% | 0.71% | - |
| HSV(B) | 36.21º | 0.49% | 0.93% | - |
| XYZ | 57.62 | 57.28 | 26.43 | - |
| YUV | 197.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 122 | 0 | 0.19 | 0.49 | 0.07 | 36.21 | 0.77 | 0.71 |
| Hex | EE | C0 | 7A | 0 | 13 | 31 | 7 | 24 | 4D | 47 |
| Octal | 356 | 300 | 172 | 0 | 23 | 61 | 7 | 44 | 115 | 107 |
| Binary | 11101110 | 11000000 | 1111010 | 0 | 10011 | 110001 | 111 | 100100 | 1001101 | 1000111 |
Color Harmonies of #EEC07A
Complementary color
Monochromatic Colors of #EEC07A
Black with #EEC07A
Text Example
Text Example
White with #EEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC07A; }
p { color: rgb(238,192,122); }
H1.HeaderClassName
{
color: #EEC07A;
}
.AnyTagClassName
{
color: #EEC07A;
}
</style>
background-color css
<style>
a { background-color: #EEC07A; }
a { background-color: rgb(238,192,122); }
div.DivClassName
{
background-color: #EEC07A;
}
.BgClassName
{
background-color: #EEC07A;
}
</style>
border-color css
<style>
span { border-color: #EEC07A; }
span { border-color: rgb(238,192,122); }
td.TdClassName
{
border-color: #EEC07A;
}
.TagClassName
{
border-color: #EEC07A;
}
</style>