Shades of Corvette #ECB47C
Tints of Corvette #ECB47C
RGB
CMYK
RGB Variations
Color information
#ECB47C (or 0xECB47C) is known color: Corvette. HEX triplet: EC, B4 and 7C. RGB value is (236,180,124). Sum of RGB (Red+Green+Blue) = 236+180+124=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB47C is #134B83. Grayscale: #BEBEBE. Windows color (decimal): -1264516 or 8172780. OLE color: 8172780.
HSL color Cylindrical-coordinate representation of color #ECB47C: hue angle of 30º 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 #ECB47C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 124 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.07 |
| HSL | 30º | 0.75% | 0.71% | - |
| HSV(B) | 30º | 0.47% | 0.93% | - |
| XYZ | 54.55 | 51.93 | 26.22 | - |
| YUV | 190.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 124 | 0 | 0.24 | 0.47 | 0.07 | 30 | 0.75 | 0.71 |
| Hex | EC | B4 | 7C | 0 | 18 | 2F | 7 | 1E | 4B | 47 |
| Octal | 354 | 264 | 174 | 0 | 30 | 57 | 7 | 36 | 113 | 107 |
| Binary | 11101100 | 10110100 | 1111100 | 0 | 11000 | 101111 | 111 | 11110 | 1001011 | 1000111 |
Color Harmonies of #ECB47C
Complementary color
Monochromatic Colors of #ECB47C
Black with #ECB47C
Text Example
Text Example
White with #ECB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB47C; }
p { color: rgb(236,180,124); }
H1.HeaderClassName
{
color: #ECB47C;
}
.AnyTagClassName
{
color: #ECB47C;
}
</style>
background-color css
<style>
a { background-color: #ECB47C; }
a { background-color: rgb(236,180,124); }
div.DivClassName
{
background-color: #ECB47C;
}
.BgClassName
{
background-color: #ECB47C;
}
</style>
border-color css
<style>
span { border-color: #ECB47C; }
span { border-color: rgb(236,180,124); }
td.TdClassName
{
border-color: #ECB47C;
}
.TagClassName
{
border-color: #ECB47C;
}
</style>