Shades of Corvette #ECBA76
Tints of Corvette #ECBA76
RGB
CMYK
RGB Variations
Color information
#ECBA76 (or 0xECBA76) is known color: Corvette. HEX triplet: EC, BA and 76. RGB value is (236,186,118). Sum of RGB (Red+Green+Blue) = 236+186+118=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA76 is #134589. Grayscale: #C1C1C1. Windows color (decimal): -1262986 or 7781100. OLE color: 7781100.
HSL color Cylindrical-coordinate representation of color #ECBA76: hue angle of 34.58º 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 #ECBA76 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 118 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.07 |
| HSL | 34.58º | 0.76% | 0.69% | - |
| HSV(B) | 34.58º | 0.5% | 0.93% | - |
| XYZ | 55.42 | 54.26 | 24.69 | - |
| YUV | 193.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 118 | 0 | 0.21 | 0.5 | 0.07 | 34.58 | 0.76 | 0.69 |
| Hex | EC | BA | 76 | 0 | 15 | 32 | 7 | 23 | 4C | 45 |
| Octal | 354 | 272 | 166 | 0 | 25 | 62 | 7 | 43 | 114 | 105 |
| Binary | 11101100 | 10111010 | 1110110 | 0 | 10101 | 110010 | 111 | 100011 | 1001100 | 1000101 |
Color Harmonies of #ECBA76
Complementary color
Monochromatic Colors of #ECBA76
Black with #ECBA76
Text Example
Text Example
White with #ECBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA76; }
p { color: rgb(236,186,118); }
H1.HeaderClassName
{
color: #ECBA76;
}
.AnyTagClassName
{
color: #ECBA76;
}
</style>
background-color css
<style>
a { background-color: #ECBA76; }
a { background-color: rgb(236,186,118); }
div.DivClassName
{
background-color: #ECBA76;
}
.BgClassName
{
background-color: #ECBA76;
}
</style>
border-color css
<style>
span { border-color: #ECBA76; }
span { border-color: rgb(236,186,118); }
td.TdClassName
{
border-color: #ECBA76;
}
.TagClassName
{
border-color: #ECBA76;
}
</style>