Shades of Chenin #E0BF70
Tints of Chenin #E0BF70
RGB
CMYK
RGB Variations
Color information
#E0BF70 (or 0xE0BF70) is known color: Chenin. HEX triplet: E0, BF and 70. RGB value is (224,191,112). Sum of RGB (Red+Green+Blue) = 224+191+112=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF70 is #1F408F. Grayscale: #C0C0C0. Windows color (decimal): -2048144 or 7389152. OLE color: 7389152.
HSL color Cylindrical-coordinate representation of color #E0BF70: hue angle of 42.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0BF70 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 112 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.12 |
| HSL | 42.32º | 0.64% | 0.66% | - |
| HSV(B) | 42.32º | 0.5% | 0.88% | - |
| XYZ | 52.3 | 54.28 | 23.05 | - |
| YUV | 191.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 112 | 0 | 0.15 | 0.50 | 0.12 | 42.32 | 0.64 | 0.66 |
| Hex | E0 | BF | 70 | 0 | F | 32 | C | 2A | 40 | 42 |
| Octal | 340 | 277 | 160 | 0 | 17 | 62 | 14 | 52 | 100 | 102 |
| Binary | 11100000 | 10111111 | 1110000 | 0 | 1111 | 110010 | 1100 | 101010 | 1000000 | 1000010 |
Color Harmonies of #E0BF70
Complementary color
Monochromatic Colors of #E0BF70
Black with #E0BF70
Text Example
Text Example
White with #E0BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BF70; }
p { color: rgb(224,191,112); }
H1.HeaderClassName
{
color: #E0BF70;
}
.AnyTagClassName
{
color: #E0BF70;
}
</style>
background-color css
<style>
a { background-color: #E0BF70; }
a { background-color: rgb(224,191,112); }
div.DivClassName
{
background-color: #E0BF70;
}
.BgClassName
{
background-color: #E0BF70;
}
</style>
border-color css
<style>
span { border-color: #E0BF70; }
span { border-color: rgb(224,191,112); }
td.TdClassName
{
border-color: #E0BF70;
}
.TagClassName
{
border-color: #E0BF70;
}
</style>