Shades of Corvette #ECC07E
Tints of Corvette #ECC07E
RGB
CMYK
RGB Variations
Color information
#ECC07E (or 0xECC07E) is known color: Corvette. HEX triplet: EC, C0 and 7E. RGB value is (236,192,126). Sum of RGB (Red+Green+Blue) = 236+192+126=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07E is #133F81. Grayscale: #C5C5C5. Windows color (decimal): -1261442 or 8306924. OLE color: 8306924.
HSL color Cylindrical-coordinate representation of color #ECC07E: hue angle of 36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECC07E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 126 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.07 |
| HSL | 36º | 0.74% | 0.71% | - |
| HSV(B) | 36º | 0.47% | 0.93% | - |
| XYZ | 57.21 | 57.04 | 27.73 | - |
| YUV | 197.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 126 | 0 | 0.19 | 0.47 | 0.07 | 36 | 0.74 | 0.71 |
| Hex | EC | C0 | 7E | 0 | 13 | 2F | 7 | 24 | 4A | 47 |
| Octal | 354 | 300 | 176 | 0 | 23 | 57 | 7 | 44 | 112 | 107 |
| Binary | 11101100 | 11000000 | 1111110 | 0 | 10011 | 101111 | 111 | 100100 | 1001010 | 1000111 |
Color Harmonies of #ECC07E
Complementary color
Monochromatic Colors of #ECC07E
Black with #ECC07E
Text Example
Text Example
White with #ECC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC07E; }
p { color: rgb(236,192,126); }
H1.HeaderClassName
{
color: #ECC07E;
}
.AnyTagClassName
{
color: #ECC07E;
}
</style>
background-color css
<style>
a { background-color: #ECC07E; }
a { background-color: rgb(236,192,126); }
div.DivClassName
{
background-color: #ECC07E;
}
.BgClassName
{
background-color: #ECC07E;
}
</style>
border-color css
<style>
span { border-color: #ECC07E; }
span { border-color: rgb(236,192,126); }
td.TdClassName
{
border-color: #ECC07E;
}
.TagClassName
{
border-color: #ECC07E;
}
</style>