Shades of Chenin #E0C770
Tints of Chenin #E0C770
RGB
CMYK
RGB Variations
Color information
#E0C770 (or 0xE0C770) is known color: Chenin. HEX triplet: E0, C7 and 70. RGB value is (224,199,112). Sum of RGB (Red+Green+Blue) = 224+199+112=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C770 is #1F388F. Grayscale: #C4C4C4. Windows color (decimal): -2046096 or 7391200. OLE color: 7391200.
HSL color Cylindrical-coordinate representation of color #E0C770: hue angle of 46.61º 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 #E0C770 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 112 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.12 |
| HSL | 46.61º | 0.64% | 0.66% | - |
| HSV(B) | 46.61º | 0.5% | 0.88% | - |
| XYZ | 54.09 | 57.86 | 23.65 | - |
| YUV | 196.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 112 | 0 | 0.11 | 0.50 | 0.12 | 46.61 | 0.64 | 0.66 |
| Hex | E0 | C7 | 70 | 0 | B | 32 | C | 2F | 40 | 42 |
| Octal | 340 | 307 | 160 | 0 | 13 | 62 | 14 | 57 | 100 | 102 |
| Binary | 11100000 | 11000111 | 1110000 | 0 | 1011 | 110010 | 1100 | 101111 | 1000000 | 1000010 |
Color Harmonies of #E0C770
Complementary color
Monochromatic Colors of #E0C770
Black with #E0C770
Text Example
Text Example
White with #E0C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C770; }
p { color: rgb(224,199,112); }
H1.HeaderClassName
{
color: #E0C770;
}
.AnyTagClassName
{
color: #E0C770;
}
</style>
background-color css
<style>
a { background-color: #E0C770; }
a { background-color: rgb(224,199,112); }
div.DivClassName
{
background-color: #E0C770;
}
.BgClassName
{
background-color: #E0C770;
}
</style>
border-color css
<style>
span { border-color: #E0C770; }
span { border-color: rgb(224,199,112); }
td.TdClassName
{
border-color: #E0C770;
}
.TagClassName
{
border-color: #E0C770;
}
</style>