Shades of Chenin #E0C86A
Tints of Chenin #E0C86A
RGB
CMYK
RGB Variations
Color information
#E0C86A (or 0xE0C86A) is known color: Chenin. HEX triplet: E0, C8 and 6A. RGB value is (224,200,106). Sum of RGB (Red+Green+Blue) = 224+200+106=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C86A is #1F3795. Grayscale: #C4C4C4. Windows color (decimal): -2045846 or 6998240. OLE color: 6998240.
HSL color Cylindrical-coordinate representation of color #E0C86A: hue angle of 47.8º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0C86A is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 200 | 106 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.12 |
| HSL | 47.8º | 0.66% | 0.65% | - |
| HSV(B) | 47.8º | 0.53% | 0.88% | - |
| XYZ | 54 | 58.2 | 22.02 | - |
| YUV | 196.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 200 | 106 | 0 | 0.11 | 0.53 | 0.12 | 47.8 | 0.66 | 0.65 |
| Hex | E0 | C8 | 6A | 0 | B | 35 | C | 30 | 42 | 41 |
| Octal | 340 | 310 | 152 | 0 | 13 | 65 | 14 | 60 | 102 | 101 |
| Binary | 11100000 | 11001000 | 1101010 | 0 | 1011 | 110101 | 1100 | 110000 | 1000010 | 1000001 |
Color Harmonies of #E0C86A
Complementary color
Monochromatic Colors of #E0C86A
Black with #E0C86A
Text Example
Text Example
White with #E0C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C86A; }
p { color: rgb(224,200,106); }
H1.HeaderClassName
{
color: #E0C86A;
}
.AnyTagClassName
{
color: #E0C86A;
}
</style>
background-color css
<style>
a { background-color: #E0C86A; }
a { background-color: rgb(224,200,106); }
div.DivClassName
{
background-color: #E0C86A;
}
.BgClassName
{
background-color: #E0C86A;
}
</style>
border-color css
<style>
span { border-color: #E0C86A; }
span { border-color: rgb(224,200,106); }
td.TdClassName
{
border-color: #E0C86A;
}
.TagClassName
{
border-color: #E0C86A;
}
</style>