Shades of Corvette #ECC07A
Tints of Corvette #ECC07A
RGB
CMYK
RGB Variations
Color information
#ECC07A (or 0xECC07A) is known color: Corvette. HEX triplet: EC, C0 and 7A. RGB value is (236,192,122). Sum of RGB (Red+Green+Blue) = 236+192+122=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07A is #133F85. Grayscale: #C5C5C5. Windows color (decimal): -1261446 or 8044780. OLE color: 8044780.
HSL color Cylindrical-coordinate representation of color #ECC07A: hue angle of 36.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECC07A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 122 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.07 |
| HSL | 36.84º | 0.75% | 0.7% | - |
| HSV(B) | 36.84º | 0.48% | 0.93% | - |
| XYZ | 56.95 | 56.94 | 26.4 | - |
| YUV | 197.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 122 | 0 | 0.19 | 0.48 | 0.07 | 36.84 | 0.75 | 0.7 |
| Hex | EC | C0 | 7A | 0 | 13 | 30 | 7 | 25 | 4B | 46 |
| Octal | 354 | 300 | 172 | 0 | 23 | 60 | 7 | 45 | 113 | 106 |
| Binary | 11101100 | 11000000 | 1111010 | 0 | 10011 | 110000 | 111 | 100101 | 1001011 | 1000110 |
Color Harmonies of #ECC07A
Complementary color
Monochromatic Colors of #ECC07A
Black with #ECC07A
Text Example
Text Example
White with #ECC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC07A; }
p { color: rgb(236,192,122); }
H1.HeaderClassName
{
color: #ECC07A;
}
.AnyTagClassName
{
color: #ECC07A;
}
</style>
background-color css
<style>
a { background-color: #ECC07A; }
a { background-color: rgb(236,192,122); }
div.DivClassName
{
background-color: #ECC07A;
}
.BgClassName
{
background-color: #ECC07A;
}
</style>
border-color css
<style>
span { border-color: #ECC07A; }
span { border-color: rgb(236,192,122); }
td.TdClassName
{
border-color: #ECC07A;
}
.TagClassName
{
border-color: #ECC07A;
}
</style>