Shades of Corvette #ECBB7C
Tints of Corvette #ECBB7C
RGB
CMYK
RGB Variations
Color information
#ECBB7C (or 0xECBB7C) is known color: Corvette. HEX triplet: EC, BB and 7C. RGB value is (236,187,124). Sum of RGB (Red+Green+Blue) = 236+187+124=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB7C is #134483. Grayscale: #C2C2C2. Windows color (decimal): -1262724 or 8174572. OLE color: 8174572.
HSL color Cylindrical-coordinate representation of color #ECBB7C: hue angle of 33.75º 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 #ECBB7C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 124 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.07 |
| HSL | 33.75º | 0.75% | 0.71% | - |
| HSV(B) | 33.75º | 0.47% | 0.93% | - |
| XYZ | 56 | 54.83 | 26.7 | - |
| YUV | 194.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 124 | 0 | 0.21 | 0.47 | 0.07 | 33.75 | 0.75 | 0.71 |
| Hex | EC | BB | 7C | 0 | 15 | 2F | 7 | 22 | 4B | 47 |
| Octal | 354 | 273 | 174 | 0 | 25 | 57 | 7 | 42 | 113 | 107 |
| Binary | 11101100 | 10111011 | 1111100 | 0 | 10101 | 101111 | 111 | 100010 | 1001011 | 1000111 |
Color Harmonies of #ECBB7C
Complementary color
Monochromatic Colors of #ECBB7C
Black with #ECBB7C
Text Example
Text Example
White with #ECBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB7C; }
p { color: rgb(236,187,124); }
H1.HeaderClassName
{
color: #ECBB7C;
}
.AnyTagClassName
{
color: #ECBB7C;
}
</style>
background-color css
<style>
a { background-color: #ECBB7C; }
a { background-color: rgb(236,187,124); }
div.DivClassName
{
background-color: #ECBB7C;
}
.BgClassName
{
background-color: #ECBB7C;
}
</style>
border-color css
<style>
span { border-color: #ECBB7C; }
span { border-color: rgb(236,187,124); }
td.TdClassName
{
border-color: #ECBB7C;
}
.TagClassName
{
border-color: #ECBB7C;
}
</style>