Shades of Chenin #E2C270
Tints of Chenin #E2C270
RGB
CMYK
RGB Variations
Color information
#E2C270 (or 0xE2C270) is known color: Chenin. HEX triplet: E2, C2 and 70. RGB value is (226,194,112). Sum of RGB (Red+Green+Blue) = 226+194+112=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C270 is #1D3D8F. Grayscale: #C2C2C2. Windows color (decimal): -1916304 or 7389922. OLE color: 7389922.
HSL color Cylindrical-coordinate representation of color #E2C270: hue angle of 43.16º 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 #E2C270 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 112 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.11 |
| HSL | 43.16º | 0.66% | 0.66% | - |
| HSV(B) | 43.16º | 0.5% | 0.89% | - |
| XYZ | 53.58 | 55.92 | 23.3 | - |
| YUV | 194.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 112 | 0 | 0.14 | 0.50 | 0.11 | 43.16 | 0.66 | 0.66 |
| Hex | E2 | C2 | 70 | 0 | E | 32 | B | 2B | 42 | 42 |
| Octal | 342 | 302 | 160 | 0 | 16 | 62 | 13 | 53 | 102 | 102 |
| Binary | 11100010 | 11000010 | 1110000 | 0 | 1110 | 110010 | 1011 | 101011 | 1000010 | 1000010 |
Color Harmonies of #E2C270
Complementary color
Monochromatic Colors of #E2C270
Black with #E2C270
Text Example
Text Example
White with #E2C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C270; }
p { color: rgb(226,194,112); }
H1.HeaderClassName
{
color: #E2C270;
}
.AnyTagClassName
{
color: #E2C270;
}
</style>
background-color css
<style>
a { background-color: #E2C270; }
a { background-color: rgb(226,194,112); }
div.DivClassName
{
background-color: #E2C270;
}
.BgClassName
{
background-color: #E2C270;
}
</style>
border-color css
<style>
span { border-color: #E2C270; }
span { border-color: rgb(226,194,112); }
td.TdClassName
{
border-color: #E2C270;
}
.TagClassName
{
border-color: #E2C270;
}
</style>