Shades of Corvette #ECC079
Tints of Corvette #ECC079
RGB
CMYK
RGB Variations
Color information
#ECC079 (or 0xECC079) is known color: Corvette. HEX triplet: EC, C0 and 79. RGB value is (236,192,121). Sum of RGB (Red+Green+Blue) = 236+192+121=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC079 is #133F86. Grayscale: #C5C5C5. Windows color (decimal): -1261447 or 7979244. OLE color: 7979244.
HSL color Cylindrical-coordinate representation of color #ECC079: hue angle of 37.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECC079 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 121 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.07 |
| HSL | 37.04º | 0.75% | 0.7% | - |
| HSV(B) | 37.04º | 0.49% | 0.93% | - |
| XYZ | 56.89 | 56.91 | 26.08 | - |
| YUV | 197.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 121 | 0 | 0.19 | 0.49 | 0.07 | 37.04 | 0.75 | 0.7 |
| Hex | EC | C0 | 79 | 0 | 13 | 31 | 7 | 25 | 4B | 46 |
| Octal | 354 | 300 | 171 | 0 | 23 | 61 | 7 | 45 | 113 | 106 |
| Binary | 11101100 | 11000000 | 1111001 | 0 | 10011 | 110001 | 111 | 100101 | 1001011 | 1000110 |
Color Harmonies of #ECC079
Complementary color
Monochromatic Colors of #ECC079
Black with #ECC079
Text Example
Text Example
White with #ECC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC079; }
p { color: rgb(236,192,121); }
H1.HeaderClassName
{
color: #ECC079;
}
.AnyTagClassName
{
color: #ECC079;
}
</style>
background-color css
<style>
a { background-color: #ECC079; }
a { background-color: rgb(236,192,121); }
div.DivClassName
{
background-color: #ECC079;
}
.BgClassName
{
background-color: #ECC079;
}
</style>
border-color css
<style>
span { border-color: #ECC079; }
span { border-color: rgb(236,192,121); }
td.TdClassName
{
border-color: #ECC079;
}
.TagClassName
{
border-color: #ECC079;
}
</style>