Shades of Chenin #E0BF6E
Tints of Chenin #E0BF6E
RGB
CMYK
RGB Variations
Color information
#E0BF6E (or 0xE0BF6E) is known color: Chenin. HEX triplet: E0, BF and 6E. RGB value is (224,191,110). Sum of RGB (Red+Green+Blue) = 224+191+110=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF6E is #1F4091. Grayscale: #BFBFBF. Windows color (decimal): -2048146 or 7258080. OLE color: 7258080.
HSL color Cylindrical-coordinate representation of color #E0BF6E: hue angle of 42.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0BF6E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 110 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.12 |
| HSL | 42.63º | 0.65% | 0.65% | - |
| HSV(B) | 42.63º | 0.51% | 0.88% | - |
| XYZ | 52.19 | 54.23 | 22.47 | - |
| YUV | 191.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 110 | 0 | 0.15 | 0.51 | 0.12 | 42.63 | 0.65 | 0.65 |
| Hex | E0 | BF | 6E | 0 | F | 33 | C | 2B | 41 | 41 |
| Octal | 340 | 277 | 156 | 0 | 17 | 63 | 14 | 53 | 101 | 101 |
| Binary | 11100000 | 10111111 | 1101110 | 0 | 1111 | 110011 | 1100 | 101011 | 1000001 | 1000001 |
Color Harmonies of #E0BF6E
Complementary color
Monochromatic Colors of #E0BF6E
Black with #E0BF6E
Text Example
Text Example
White with #E0BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF6E; }
p { color: rgb(224,191,110); }
H1.HeaderClassName
{
color: #E0BF6E;
}
.AnyTagClassName
{
color: #E0BF6E;
}
</style>
background-color css
<style>
a { background-color: #E0BF6E; }
a { background-color: rgb(224,191,110); }
div.DivClassName
{
background-color: #E0BF6E;
}
.BgClassName
{
background-color: #E0BF6E;
}
</style>
border-color css
<style>
span { border-color: #E0BF6E; }
span { border-color: rgb(224,191,110); }
td.TdClassName
{
border-color: #E0BF6E;
}
.TagClassName
{
border-color: #E0BF6E;
}
</style>