Shades of Chenin #E2BE71
Tints of Chenin #E2BE71
RGB
CMYK
RGB Variations
Color information
#E2BE71 (or 0xE2BE71) is known color: Chenin. HEX triplet: E2, BE and 71. RGB value is (226,190,113). Sum of RGB (Red+Green+Blue) = 226+190+113=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE71 is #1D418E. Grayscale: #C0C0C0. Windows color (decimal): -1917327 or 7454434. OLE color: 7454434.
HSL color Cylindrical-coordinate representation of color #E2BE71: hue angle of 40.88º 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 #E2BE71 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 113 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.11 |
| HSL | 40.88º | 0.66% | 0.66% | - |
| HSV(B) | 40.88º | 0.5% | 0.89% | - |
| XYZ | 52.76 | 54.19 | 23.3 | - |
| YUV | 191.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 113 | 0 | 0.16 | 0.5 | 0.11 | 40.88 | 0.66 | 0.66 |
| Hex | E2 | BE | 71 | 0 | 10 | 32 | B | 29 | 42 | 42 |
| Octal | 342 | 276 | 161 | 0 | 20 | 62 | 13 | 51 | 102 | 102 |
| Binary | 11100010 | 10111110 | 1110001 | 0 | 10000 | 110010 | 1011 | 101001 | 1000010 | 1000010 |
Color Harmonies of #E2BE71
Complementary color
Monochromatic Colors of #E2BE71
Black with #E2BE71
Text Example
Text Example
White with #E2BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE71; }
p { color: rgb(226,190,113); }
H1.HeaderClassName
{
color: #E2BE71;
}
.AnyTagClassName
{
color: #E2BE71;
}
</style>
background-color css
<style>
a { background-color: #E2BE71; }
a { background-color: rgb(226,190,113); }
div.DivClassName
{
background-color: #E2BE71;
}
.BgClassName
{
background-color: #E2BE71;
}
</style>
border-color css
<style>
span { border-color: #E2BE71; }
span { border-color: rgb(226,190,113); }
td.TdClassName
{
border-color: #E2BE71;
}
.TagClassName
{
border-color: #E2BE71;
}
</style>