Shades of Corvette #ECBF76
Tints of Corvette #ECBF76
RGB
CMYK
RGB Variations
Color information
#ECBF76 (or 0xECBF76) is known color: Corvette. HEX triplet: EC, BF and 76. RGB value is (236,191,118). Sum of RGB (Red+Green+Blue) = 236+191+118=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF76 is #134089. Grayscale: #C4C4C4. Windows color (decimal): -1261706 or 7782380. OLE color: 7782380.
HSL color Cylindrical-coordinate representation of color #ECBF76: hue angle of 37.12º 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 #ECBF76 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 118 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.07 |
| HSL | 37.12º | 0.76% | 0.69% | - |
| HSV(B) | 37.12º | 0.5% | 0.93% | - |
| XYZ | 56.49 | 56.4 | 25.05 | - |
| YUV | 196.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 118 | 0 | 0.19 | 0.5 | 0.07 | 37.12 | 0.76 | 0.69 |
| Hex | EC | BF | 76 | 0 | 13 | 32 | 7 | 25 | 4C | 45 |
| Octal | 354 | 277 | 166 | 0 | 23 | 62 | 7 | 45 | 114 | 105 |
| Binary | 11101100 | 10111111 | 1110110 | 0 | 10011 | 110010 | 111 | 100101 | 1001100 | 1000101 |
Color Harmonies of #ECBF76
Complementary color
Monochromatic Colors of #ECBF76
Black with #ECBF76
Text Example
Text Example
White with #ECBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF76; }
p { color: rgb(236,191,118); }
H1.HeaderClassName
{
color: #ECBF76;
}
.AnyTagClassName
{
color: #ECBF76;
}
</style>
background-color css
<style>
a { background-color: #ECBF76; }
a { background-color: rgb(236,191,118); }
div.DivClassName
{
background-color: #ECBF76;
}
.BgClassName
{
background-color: #ECBF76;
}
</style>
border-color css
<style>
span { border-color: #ECBF76; }
span { border-color: rgb(236,191,118); }
td.TdClassName
{
border-color: #ECBF76;
}
.TagClassName
{
border-color: #ECBF76;
}
</style>