Shades of Corvette #ECBC77
Tints of Corvette #ECBC77
RGB
CMYK
RGB Variations
Color information
#ECBC77 (or 0xECBC77) is known color: Corvette. HEX triplet: EC, BC and 77. RGB value is (236,188,119). Sum of RGB (Red+Green+Blue) = 236+188+119=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC77 is #134388. Grayscale: #C2C2C2. Windows color (decimal): -1262473 or 7847148. OLE color: 7847148.
HSL color Cylindrical-coordinate representation of color #ECBC77: hue angle of 35.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECBC77 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 119 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.07 |
| HSL | 35.38º | 0.75% | 0.7% | - |
| HSV(B) | 35.38º | 0.5% | 0.93% | - |
| XYZ | 55.91 | 55.13 | 25.15 | - |
| YUV | 194.49 | 85.4 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 119 | 0 | 0.20 | 0.50 | 0.07 | 35.38 | 0.75 | 0.7 |
| Hex | EC | BC | 77 | 0 | 14 | 32 | 7 | 23 | 4B | 46 |
| Octal | 354 | 274 | 167 | 0 | 24 | 62 | 7 | 43 | 113 | 106 |
| Binary | 11101100 | 10111100 | 1110111 | 0 | 10100 | 110010 | 111 | 100011 | 1001011 | 1000110 |
Color Harmonies of #ECBC77
Complementary color
Monochromatic Colors of #ECBC77
Black with #ECBC77
Text Example
Text Example
White with #ECBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC77; }
p { color: rgb(236,188,119); }
H1.HeaderClassName
{
color: #ECBC77;
}
.AnyTagClassName
{
color: #ECBC77;
}
</style>
background-color css
<style>
a { background-color: #ECBC77; }
a { background-color: rgb(236,188,119); }
div.DivClassName
{
background-color: #ECBC77;
}
.BgClassName
{
background-color: #ECBC77;
}
</style>
border-color css
<style>
span { border-color: #ECBC77; }
span { border-color: rgb(236,188,119); }
td.TdClassName
{
border-color: #ECBC77;
}
.TagClassName
{
border-color: #ECBC77;
}
</style>