Shades of Chenin #E3C070
Tints of Chenin #E3C070
RGB
CMYK
RGB Variations
Color information
#E3C070 (or 0xE3C070) is known color: Chenin. HEX triplet: E3, C0 and 70. RGB value is (227,192,112). Sum of RGB (Red+Green+Blue) = 227+192+112=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C070 is #1C3F8F. Grayscale: #C1C1C1. Windows color (decimal): -1851280 or 7389411. OLE color: 7389411.
HSL color Cylindrical-coordinate representation of color #E3C070: hue angle of 41.74º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3C070 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 112 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.11 |
| HSL | 41.74º | 0.67% | 0.66% | - |
| HSV(B) | 41.74º | 0.51% | 0.89% | - |
| XYZ | 53.45 | 55.2 | 23.17 | - |
| YUV | 193.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 112 | 0 | 0.15 | 0.51 | 0.11 | 41.74 | 0.67 | 0.66 |
| Hex | E3 | C0 | 70 | 0 | F | 33 | B | 2A | 43 | 42 |
| Octal | 343 | 300 | 160 | 0 | 17 | 63 | 13 | 52 | 103 | 102 |
| Binary | 11100011 | 11000000 | 1110000 | 0 | 1111 | 110011 | 1011 | 101010 | 1000011 | 1000010 |
Color Harmonies of #E3C070
Complementary color
Monochromatic Colors of #E3C070
Black with #E3C070
Text Example
Text Example
White with #E3C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C070; }
p { color: rgb(227,192,112); }
H1.HeaderClassName
{
color: #E3C070;
}
.AnyTagClassName
{
color: #E3C070;
}
</style>
background-color css
<style>
a { background-color: #E3C070; }
a { background-color: rgb(227,192,112); }
div.DivClassName
{
background-color: #E3C070;
}
.BgClassName
{
background-color: #E3C070;
}
</style>
border-color css
<style>
span { border-color: #E3C070; }
span { border-color: rgb(227,192,112); }
td.TdClassName
{
border-color: #E3C070;
}
.TagClassName
{
border-color: #E3C070;
}
</style>