Shades of Chenin #E0C46E
Tints of Chenin #E0C46E
RGB
CMYK
RGB Variations
Color information
#E0C46E (or 0xE0C46E) is known color: Chenin. HEX triplet: E0, C4 and 6E. RGB value is (224,196,110). Sum of RGB (Red+Green+Blue) = 224+196+110=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C46E is #1F3B91. Grayscale: #C2C2C2. Windows color (decimal): -2046866 or 7259360. OLE color: 7259360.
HSL color Cylindrical-coordinate representation of color #E0C46E: hue angle of 45.26º 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 #E0C46E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 110 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.12 |
| HSL | 45.26º | 0.65% | 0.65% | - |
| HSV(B) | 45.26º | 0.51% | 0.88% | - |
| XYZ | 53.29 | 56.45 | 22.84 | - |
| YUV | 194.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 110 | 0 | 0.12 | 0.51 | 0.12 | 45.26 | 0.65 | 0.65 |
| Hex | E0 | C4 | 6E | 0 | C | 33 | C | 2D | 41 | 41 |
| Octal | 340 | 304 | 156 | 0 | 14 | 63 | 14 | 55 | 101 | 101 |
| Binary | 11100000 | 11000100 | 1101110 | 0 | 1100 | 110011 | 1100 | 101101 | 1000001 | 1000001 |
Color Harmonies of #E0C46E
Complementary color
Monochromatic Colors of #E0C46E
Black with #E0C46E
Text Example
Text Example
White with #E0C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C46E; }
p { color: rgb(224,196,110); }
H1.HeaderClassName
{
color: #E0C46E;
}
.AnyTagClassName
{
color: #E0C46E;
}
</style>
background-color css
<style>
a { background-color: #E0C46E; }
a { background-color: rgb(224,196,110); }
div.DivClassName
{
background-color: #E0C46E;
}
.BgClassName
{
background-color: #E0C46E;
}
</style>
border-color css
<style>
span { border-color: #E0C46E; }
span { border-color: rgb(224,196,110); }
td.TdClassName
{
border-color: #E0C46E;
}
.TagClassName
{
border-color: #E0C46E;
}
</style>