Shades of Chenin #E5BE71
Tints of Chenin #E5BE71
RGB
CMYK
RGB Variations
Color information
#E5BE71 (or 0xE5BE71) is known color: Chenin. HEX triplet: E5, BE and 71. RGB value is (229,190,113). Sum of RGB (Red+Green+Blue) = 229+190+113=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE71 is #1A418E. Grayscale: #C1C1C1. Windows color (decimal): -1720719 or 7454437. OLE color: 7454437.
HSL color Cylindrical-coordinate representation of color #E5BE71: hue angle of 39.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5BE71 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 113 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.10 |
| HSL | 39.83º | 0.69% | 0.67% | - |
| HSV(B) | 39.83º | 0.51% | 0.9% | - |
| XYZ | 53.71 | 54.68 | 23.35 | - |
| YUV | 192.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 113 | 0 | 0.17 | 0.51 | 0.10 | 39.83 | 0.69 | 0.67 |
| Hex | E5 | BE | 71 | 0 | 11 | 33 | A | 28 | 45 | 43 |
| Octal | 345 | 276 | 161 | 0 | 21 | 63 | 12 | 50 | 105 | 103 |
| Binary | 11100101 | 10111110 | 1110001 | 0 | 10001 | 110011 | 1010 | 101000 | 1000101 | 1000011 |
Color Harmonies of #E5BE71
Complementary color
Monochromatic Colors of #E5BE71
Black with #E5BE71
Text Example
Text Example
White with #E5BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE71; }
p { color: rgb(229,190,113); }
H1.HeaderClassName
{
color: #E5BE71;
}
.AnyTagClassName
{
color: #E5BE71;
}
</style>
background-color css
<style>
a { background-color: #E5BE71; }
a { background-color: rgb(229,190,113); }
div.DivClassName
{
background-color: #E5BE71;
}
.BgClassName
{
background-color: #E5BE71;
}
</style>
border-color css
<style>
span { border-color: #E5BE71; }
span { border-color: rgb(229,190,113); }
td.TdClassName
{
border-color: #E5BE71;
}
.TagClassName
{
border-color: #E5BE71;
}
</style>