Shades of Chenin #E2C272
Tints of Chenin #E2C272
RGB
CMYK
RGB Variations
Color information
#E2C272 (or 0xE2C272) is known color: Chenin. HEX triplet: E2, C2 and 72. RGB value is (226,194,114). Sum of RGB (Red+Green+Blue) = 226+194+114=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C272 is #1D3D8D. Grayscale: #C2C2C2. Windows color (decimal): -1916302 or 7520994. OLE color: 7520994.
HSL color Cylindrical-coordinate representation of color #E2C272: hue angle of 42.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2C272 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 114 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.11 |
| HSL | 42.86º | 0.66% | 0.67% | - |
| HSV(B) | 42.86º | 0.5% | 0.89% | - |
| XYZ | 53.69 | 55.97 | 23.89 | - |
| YUV | 194.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 114 | 0 | 0.14 | 0.50 | 0.11 | 42.86 | 0.66 | 0.67 |
| Hex | E2 | C2 | 72 | 0 | E | 32 | B | 2B | 42 | 43 |
| Octal | 342 | 302 | 162 | 0 | 16 | 62 | 13 | 53 | 102 | 103 |
| Binary | 11100010 | 11000010 | 1110010 | 0 | 1110 | 110010 | 1011 | 101011 | 1000010 | 1000011 |
Color Harmonies of #E2C272
Complementary color
Monochromatic Colors of #E2C272
Black with #E2C272
Text Example
Text Example
White with #E2C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C272; }
p { color: rgb(226,194,114); }
H1.HeaderClassName
{
color: #E2C272;
}
.AnyTagClassName
{
color: #E2C272;
}
</style>
background-color css
<style>
a { background-color: #E2C272; }
a { background-color: rgb(226,194,114); }
div.DivClassName
{
background-color: #E2C272;
}
.BgClassName
{
background-color: #E2C272;
}
</style>
border-color css
<style>
span { border-color: #E2C272; }
span { border-color: rgb(226,194,114); }
td.TdClassName
{
border-color: #E2C272;
}
.TagClassName
{
border-color: #E2C272;
}
</style>