Shades of Corvette #ECC07C
Tints of Corvette #ECC07C
RGB
CMYK
RGB Variations
Color information
#ECC07C (or 0xECC07C) is known color: Corvette. HEX triplet: EC, C0 and 7C. RGB value is (236,192,124). Sum of RGB (Red+Green+Blue) = 236+192+124=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07C is #133F83. Grayscale: #C5C5C5. Windows color (decimal): -1261444 or 8175852. OLE color: 8175852.
HSL color Cylindrical-coordinate representation of color #ECC07C: hue angle of 36.43º degrees, saturation: 0.75, 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 #ECC07C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 124 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.07 |
| HSL | 36.43º | 0.75% | 0.71% | - |
| HSV(B) | 36.43º | 0.47% | 0.93% | - |
| XYZ | 57.08 | 56.99 | 27.06 | - |
| YUV | 197.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 124 | 0 | 0.19 | 0.47 | 0.07 | 36.43 | 0.75 | 0.71 |
| Hex | EC | C0 | 7C | 0 | 13 | 2F | 7 | 24 | 4B | 47 |
| Octal | 354 | 300 | 174 | 0 | 23 | 57 | 7 | 44 | 113 | 107 |
| Binary | 11101100 | 11000000 | 1111100 | 0 | 10011 | 101111 | 111 | 100100 | 1001011 | 1000111 |
Color Harmonies of #ECC07C
Complementary color
Monochromatic Colors of #ECC07C
Black with #ECC07C
Text Example
Text Example
White with #ECC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC07C; }
p { color: rgb(236,192,124); }
H1.HeaderClassName
{
color: #ECC07C;
}
.AnyTagClassName
{
color: #ECC07C;
}
</style>
background-color css
<style>
a { background-color: #ECC07C; }
a { background-color: rgb(236,192,124); }
div.DivClassName
{
background-color: #ECC07C;
}
.BgClassName
{
background-color: #ECC07C;
}
</style>
border-color css
<style>
span { border-color: #ECC07C; }
span { border-color: rgb(236,192,124); }
td.TdClassName
{
border-color: #ECC07C;
}
.TagClassName
{
border-color: #ECC07C;
}
</style>