Shades of Chenin #E5BF6E
Tints of Chenin #E5BF6E
RGB
CMYK
RGB Variations
Color information
#E5BF6E (or 0xE5BF6E) is known color: Chenin. HEX triplet: E5, BF and 6E. RGB value is (229,191,110). Sum of RGB (Red+Green+Blue) = 229+191+110=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF6E is #1A4091. Grayscale: #C1C1C1. Windows color (decimal): -1720466 or 7258085. OLE color: 7258085.
HSL color Cylindrical-coordinate representation of color #E5BF6E: hue angle of 40.84º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5BF6E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 110 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.10 |
| HSL | 40.84º | 0.7% | 0.66% | - |
| HSV(B) | 40.84º | 0.52% | 0.9% | - |
| XYZ | 53.76 | 55.05 | 22.54 | - |
| YUV | 193.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 110 | 0 | 0.17 | 0.52 | 0.10 | 40.84 | 0.7 | 0.66 |
| Hex | E5 | BF | 6E | 0 | 11 | 34 | A | 29 | 46 | 42 |
| Octal | 345 | 277 | 156 | 0 | 21 | 64 | 12 | 51 | 106 | 102 |
| Binary | 11100101 | 10111111 | 1101110 | 0 | 10001 | 110100 | 1010 | 101001 | 1000110 | 1000010 |
Color Harmonies of #E5BF6E
Complementary color
Monochromatic Colors of #E5BF6E
Black with #E5BF6E
Text Example
Text Example
White with #E5BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF6E; }
p { color: rgb(229,191,110); }
H1.HeaderClassName
{
color: #E5BF6E;
}
.AnyTagClassName
{
color: #E5BF6E;
}
</style>
background-color css
<style>
a { background-color: #E5BF6E; }
a { background-color: rgb(229,191,110); }
div.DivClassName
{
background-color: #E5BF6E;
}
.BgClassName
{
background-color: #E5BF6E;
}
</style>
border-color css
<style>
span { border-color: #E5BF6E; }
span { border-color: rgb(229,191,110); }
td.TdClassName
{
border-color: #E5BF6E;
}
.TagClassName
{
border-color: #E5BF6E;
}
</style>