Shades of Chenin #E2BC70
Tints of Chenin #E2BC70
RGB
CMYK
RGB Variations
Color information
#E2BC70 (or 0xE2BC70) is known color: Chenin. HEX triplet: E2, BC and 70. RGB value is (226,188,112). Sum of RGB (Red+Green+Blue) = 226+188+112=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC70 is #1D438F. Grayscale: #BFBFBF. Windows color (decimal): -1917840 or 7388386. OLE color: 7388386.
HSL color Cylindrical-coordinate representation of color #E2BC70: hue angle of 40º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2BC70 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 112 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.11 |
| HSL | 40º | 0.66% | 0.66% | - |
| HSV(B) | 40º | 0.5% | 0.89% | - |
| XYZ | 52.27 | 53.31 | 22.86 | - |
| YUV | 190.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 112 | 0 | 0.17 | 0.50 | 0.11 | 40 | 0.66 | 0.66 |
| Hex | E2 | BC | 70 | 0 | 11 | 32 | B | 28 | 42 | 42 |
| Octal | 342 | 274 | 160 | 0 | 21 | 62 | 13 | 50 | 102 | 102 |
| Binary | 11100010 | 10111100 | 1110000 | 0 | 10001 | 110010 | 1011 | 101000 | 1000010 | 1000010 |
Color Harmonies of #E2BC70
Complementary color
Monochromatic Colors of #E2BC70
Black with #E2BC70
Text Example
Text Example
White with #E2BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC70; }
p { color: rgb(226,188,112); }
H1.HeaderClassName
{
color: #E2BC70;
}
.AnyTagClassName
{
color: #E2BC70;
}
</style>
background-color css
<style>
a { background-color: #E2BC70; }
a { background-color: rgb(226,188,112); }
div.DivClassName
{
background-color: #E2BC70;
}
.BgClassName
{
background-color: #E2BC70;
}
</style>
border-color css
<style>
span { border-color: #E2BC70; }
span { border-color: rgb(226,188,112); }
td.TdClassName
{
border-color: #E2BC70;
}
.TagClassName
{
border-color: #E2BC70;
}
</style>