Shades of Corvette #ECBB7E
Tints of Corvette #ECBB7E
RGB
CMYK
RGB Variations
Color information
#ECBB7E (or 0xECBB7E) is known color: Corvette. HEX triplet: EC, BB and 7E. RGB value is (236,187,126). Sum of RGB (Red+Green+Blue) = 236+187+126=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB7E is #134481. Grayscale: #C2C2C2. Windows color (decimal): -1262722 or 8305644. OLE color: 8305644.
HSL color Cylindrical-coordinate representation of color #ECBB7E: hue angle of 33.27º degrees, saturation: 0.74, 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 #ECBB7E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 126 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.07 |
| HSL | 33.27º | 0.74% | 0.71% | - |
| HSV(B) | 33.27º | 0.47% | 0.93% | - |
| XYZ | 56.13 | 54.88 | 27.37 | - |
| YUV | 194.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 126 | 0 | 0.21 | 0.47 | 0.07 | 33.27 | 0.74 | 0.71 |
| Hex | EC | BB | 7E | 0 | 15 | 2F | 7 | 21 | 4A | 47 |
| Octal | 354 | 273 | 176 | 0 | 25 | 57 | 7 | 41 | 112 | 107 |
| Binary | 11101100 | 10111011 | 1111110 | 0 | 10101 | 101111 | 111 | 100001 | 1001010 | 1000111 |
Color Harmonies of #ECBB7E
Complementary color
Monochromatic Colors of #ECBB7E
Black with #ECBB7E
Text Example
Text Example
White with #ECBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB7E; }
p { color: rgb(236,187,126); }
H1.HeaderClassName
{
color: #ECBB7E;
}
.AnyTagClassName
{
color: #ECBB7E;
}
</style>
background-color css
<style>
a { background-color: #ECBB7E; }
a { background-color: rgb(236,187,126); }
div.DivClassName
{
background-color: #ECBB7E;
}
.BgClassName
{
background-color: #ECBB7E;
}
</style>
border-color css
<style>
span { border-color: #ECBB7E; }
span { border-color: rgb(236,187,126); }
td.TdClassName
{
border-color: #ECBB7E;
}
.TagClassName
{
border-color: #ECBB7E;
}
</style>