Shades of Corvette #ECB67C
Tints of Corvette #ECB67C
RGB
CMYK
RGB Variations
Color information
#ECB67C (or 0xECB67C) is known color: Corvette. HEX triplet: EC, B6 and 7C. RGB value is (236,182,124). Sum of RGB (Red+Green+Blue) = 236+182+124=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB67C is #134983. Grayscale: #BFBFBF. Windows color (decimal): -1264004 or 8173292. OLE color: 8173292.
HSL color Cylindrical-coordinate representation of color #ECB67C: hue angle of 31.07º 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 #ECB67C is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 124 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.07 |
| HSL | 31.07º | 0.75% | 0.71% | - |
| HSV(B) | 31.07º | 0.47% | 0.93% | - |
| XYZ | 54.96 | 52.74 | 26.35 | - |
| YUV | 191.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 124 | 0 | 0.23 | 0.47 | 0.07 | 31.07 | 0.75 | 0.71 |
| Hex | EC | B6 | 7C | 0 | 17 | 2F | 7 | 1F | 4B | 47 |
| Octal | 354 | 266 | 174 | 0 | 27 | 57 | 7 | 37 | 113 | 107 |
| Binary | 11101100 | 10110110 | 1111100 | 0 | 10111 | 101111 | 111 | 11111 | 1001011 | 1000111 |
Color Harmonies of #ECB67C
Complementary color
Monochromatic Colors of #ECB67C
Black with #ECB67C
Text Example
Text Example
White with #ECB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB67C; }
p { color: rgb(236,182,124); }
H1.HeaderClassName
{
color: #ECB67C;
}
.AnyTagClassName
{
color: #ECB67C;
}
</style>
background-color css
<style>
a { background-color: #ECB67C; }
a { background-color: rgb(236,182,124); }
div.DivClassName
{
background-color: #ECB67C;
}
.BgClassName
{
background-color: #ECB67C;
}
</style>
border-color css
<style>
span { border-color: #ECB67C; }
span { border-color: rgb(236,182,124); }
td.TdClassName
{
border-color: #ECB67C;
}
.TagClassName
{
border-color: #ECB67C;
}
</style>