Shades of Corvette #ECBC76
Tints of Corvette #ECBC76
RGB
CMYK
RGB Variations
Color information
#ECBC76 (or 0xECBC76) is known color: Corvette. HEX triplet: EC, BC and 76. RGB value is (236,188,118). Sum of RGB (Red+Green+Blue) = 236+188+118=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC76 is #134389. Grayscale: #C2C2C2. Windows color (decimal): -1262474 or 7781612. OLE color: 7781612.
HSL color Cylindrical-coordinate representation of color #ECBC76: hue angle of 35.59º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECBC76 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 118 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.07 |
| HSL | 35.59º | 0.76% | 0.69% | - |
| HSV(B) | 35.59º | 0.5% | 0.93% | - |
| XYZ | 55.85 | 55.11 | 24.83 | - |
| YUV | 194.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 118 | 0 | 0.20 | 0.5 | 0.07 | 35.59 | 0.76 | 0.69 |
| Hex | EC | BC | 76 | 0 | 14 | 32 | 7 | 24 | 4C | 45 |
| Octal | 354 | 274 | 166 | 0 | 24 | 62 | 7 | 44 | 114 | 105 |
| Binary | 11101100 | 10111100 | 1110110 | 0 | 10100 | 110010 | 111 | 100100 | 1001100 | 1000101 |
Color Harmonies of #ECBC76
Complementary color
Monochromatic Colors of #ECBC76
Black with #ECBC76
Text Example
Text Example
White with #ECBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC76; }
p { color: rgb(236,188,118); }
H1.HeaderClassName
{
color: #ECBC76;
}
.AnyTagClassName
{
color: #ECBC76;
}
</style>
background-color css
<style>
a { background-color: #ECBC76; }
a { background-color: rgb(236,188,118); }
div.DivClassName
{
background-color: #ECBC76;
}
.BgClassName
{
background-color: #ECBC76;
}
</style>
border-color css
<style>
span { border-color: #ECBC76; }
span { border-color: rgb(236,188,118); }
td.TdClassName
{
border-color: #ECBC76;
}
.TagClassName
{
border-color: #ECBC76;
}
</style>