Shades of Corvette #ECBC7C
Tints of Corvette #ECBC7C
RGB
CMYK
RGB Variations
Color information
#ECBC7C (or 0xECBC7C) is known color: Corvette. HEX triplet: EC, BC and 7C. RGB value is (236,188,124). Sum of RGB (Red+Green+Blue) = 236+188+124=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC7C is #134383. Grayscale: #C3C3C3. Windows color (decimal): -1262468 or 8174828. OLE color: 8174828.
HSL color Cylindrical-coordinate representation of color #ECBC7C: hue angle of 34.29º 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 #ECBC7C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 124 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.07 |
| HSL | 34.29º | 0.75% | 0.71% | - |
| HSV(B) | 34.29º | 0.47% | 0.93% | - |
| XYZ | 56.21 | 55.25 | 26.77 | - |
| YUV | 195.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 124 | 0 | 0.20 | 0.47 | 0.07 | 34.29 | 0.75 | 0.71 |
| Hex | EC | BC | 7C | 0 | 14 | 2F | 7 | 22 | 4B | 47 |
| Octal | 354 | 274 | 174 | 0 | 24 | 57 | 7 | 42 | 113 | 107 |
| Binary | 11101100 | 10111100 | 1111100 | 0 | 10100 | 101111 | 111 | 100010 | 1001011 | 1000111 |
Color Harmonies of #ECBC7C
Complementary color
Monochromatic Colors of #ECBC7C
Black with #ECBC7C
Text Example
Text Example
White with #ECBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC7C; }
p { color: rgb(236,188,124); }
H1.HeaderClassName
{
color: #ECBC7C;
}
.AnyTagClassName
{
color: #ECBC7C;
}
</style>
background-color css
<style>
a { background-color: #ECBC7C; }
a { background-color: rgb(236,188,124); }
div.DivClassName
{
background-color: #ECBC7C;
}
.BgClassName
{
background-color: #ECBC7C;
}
</style>
border-color css
<style>
span { border-color: #ECBC7C; }
span { border-color: rgb(236,188,124); }
td.TdClassName
{
border-color: #ECBC7C;
}
.TagClassName
{
border-color: #ECBC7C;
}
</style>