Shades of Chenin #E2C370
Tints of Chenin #E2C370
RGB
CMYK
RGB Variations
Color information
#E2C370 (or 0xE2C370) is known color: Chenin. HEX triplet: E2, C3 and 70. RGB value is (226,195,112). Sum of RGB (Red+Green+Blue) = 226+195+112=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C370 is #1D3C8F. Grayscale: #C3C3C3. Windows color (decimal): -1916048 or 7390178. OLE color: 7390178.
HSL color Cylindrical-coordinate representation of color #E2C370: hue angle of 43.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2C370 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 112 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.11 |
| HSL | 43.68º | 0.66% | 0.66% | - |
| HSV(B) | 43.68º | 0.5% | 0.89% | - |
| XYZ | 53.8 | 56.37 | 23.37 | - |
| YUV | 194.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 112 | 0 | 0.14 | 0.50 | 0.11 | 43.68 | 0.66 | 0.66 |
| Hex | E2 | C3 | 70 | 0 | E | 32 | B | 2C | 42 | 42 |
| Octal | 342 | 303 | 160 | 0 | 16 | 62 | 13 | 54 | 102 | 102 |
| Binary | 11100010 | 11000011 | 1110000 | 0 | 1110 | 110010 | 1011 | 101100 | 1000010 | 1000010 |
Color Harmonies of #E2C370
Complementary color
Monochromatic Colors of #E2C370
Black with #E2C370
Text Example
Text Example
White with #E2C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C370; }
p { color: rgb(226,195,112); }
H1.HeaderClassName
{
color: #E2C370;
}
.AnyTagClassName
{
color: #E2C370;
}
</style>
background-color css
<style>
a { background-color: #E2C370; }
a { background-color: rgb(226,195,112); }
div.DivClassName
{
background-color: #E2C370;
}
.BgClassName
{
background-color: #E2C370;
}
</style>
border-color css
<style>
span { border-color: #E2C370; }
span { border-color: rgb(226,195,112); }
td.TdClassName
{
border-color: #E2C370;
}
.TagClassName
{
border-color: #E2C370;
}
</style>