Shades of Corvette #ECBC7A
Tints of Corvette #ECBC7A
RGB
CMYK
RGB Variations
Color information
#ECBC7A (or 0xECBC7A) is known color: Corvette. HEX triplet: EC, BC and 7A. RGB value is (236,188,122). Sum of RGB (Red+Green+Blue) = 236+188+122=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC7A is #134385. Grayscale: #C3C3C3. Windows color (decimal): -1262470 or 8043756. OLE color: 8043756.
HSL color Cylindrical-coordinate representation of color #ECBC7A: hue angle of 34.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECBC7A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 122 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.07 |
| HSL | 34.74º | 0.75% | 0.7% | - |
| HSV(B) | 34.74º | 0.48% | 0.93% | - |
| XYZ | 56.09 | 55.2 | 26.11 | - |
| YUV | 194.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 122 | 0 | 0.20 | 0.48 | 0.07 | 34.74 | 0.75 | 0.7 |
| Hex | EC | BC | 7A | 0 | 14 | 30 | 7 | 23 | 4B | 46 |
| Octal | 354 | 274 | 172 | 0 | 24 | 60 | 7 | 43 | 113 | 106 |
| Binary | 11101100 | 10111100 | 1111010 | 0 | 10100 | 110000 | 111 | 100011 | 1001011 | 1000110 |
Color Harmonies of #ECBC7A
Complementary color
Monochromatic Colors of #ECBC7A
Black with #ECBC7A
Text Example
Text Example
White with #ECBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC7A; }
p { color: rgb(236,188,122); }
H1.HeaderClassName
{
color: #ECBC7A;
}
.AnyTagClassName
{
color: #ECBC7A;
}
</style>
background-color css
<style>
a { background-color: #ECBC7A; }
a { background-color: rgb(236,188,122); }
div.DivClassName
{
background-color: #ECBC7A;
}
.BgClassName
{
background-color: #ECBC7A;
}
</style>
border-color css
<style>
span { border-color: #ECBC7A; }
span { border-color: rgb(236,188,122); }
td.TdClassName
{
border-color: #ECBC7A;
}
.TagClassName
{
border-color: #ECBC7A;
}
</style>