Shades of Chenin #E0C470
Tints of Chenin #E0C470
RGB
CMYK
RGB Variations
Color information
#E0C470 (or 0xE0C470) is known color: Chenin. HEX triplet: E0, C4 and 70. RGB value is (224,196,112). Sum of RGB (Red+Green+Blue) = 224+196+112=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C470 is #1F3B8F. Grayscale: #C3C3C3. Windows color (decimal): -2046864 or 7390432. OLE color: 7390432.
HSL color Cylindrical-coordinate representation of color #E0C470: hue angle of 45º 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 #E0C470 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 112 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.12 |
| HSL | 45º | 0.64% | 0.66% | - |
| HSV(B) | 45º | 0.5% | 0.88% | - |
| XYZ | 53.41 | 56.5 | 23.42 | - |
| YUV | 194.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 112 | 0 | 0.12 | 0.50 | 0.12 | 45 | 0.64 | 0.66 |
| Hex | E0 | C4 | 70 | 0 | C | 32 | C | 2D | 40 | 42 |
| Octal | 340 | 304 | 160 | 0 | 14 | 62 | 14 | 55 | 100 | 102 |
| Binary | 11100000 | 11000100 | 1110000 | 0 | 1100 | 110010 | 1100 | 101101 | 1000000 | 1000010 |
Color Harmonies of #E0C470
Complementary color
Monochromatic Colors of #E0C470
Black with #E0C470
Text Example
Text Example
White with #E0C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C470; }
p { color: rgb(224,196,112); }
H1.HeaderClassName
{
color: #E0C470;
}
.AnyTagClassName
{
color: #E0C470;
}
</style>
background-color css
<style>
a { background-color: #E0C470; }
a { background-color: rgb(224,196,112); }
div.DivClassName
{
background-color: #E0C470;
}
.BgClassName
{
background-color: #E0C470;
}
</style>
border-color css
<style>
span { border-color: #E0C470; }
span { border-color: rgb(224,196,112); }
td.TdClassName
{
border-color: #E0C470;
}
.TagClassName
{
border-color: #E0C470;
}
</style>