Shades of Chenin #E7C572
Tints of Chenin #E7C572
RGB
CMYK
RGB Variations
Color information
#E7C572 (or 0xE7C572) is known color: Chenin. HEX triplet: E7, C5 and 72. RGB value is (231,197,114). Sum of RGB (Red+Green+Blue) = 231+197+114=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C572 is #183A8D. Grayscale: #C6C6C6. Windows color (decimal): -1587854 or 7521767. OLE color: 7521767.
HSL color Cylindrical-coordinate representation of color #E7C572: hue angle of 42.56º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7C572 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 197 | 114 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.09 |
| HSL | 42.56º | 0.71% | 0.68% | - |
| HSV(B) | 42.56º | 0.51% | 0.91% | - |
| XYZ | 55.96 | 58.14 | 24.19 | - |
| YUV | 197.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 197 | 114 | 0 | 0.15 | 0.51 | 0.09 | 42.56 | 0.71 | 0.68 |
| Hex | E7 | C5 | 72 | 0 | F | 33 | 9 | 2B | 47 | 44 |
| Octal | 347 | 305 | 162 | 0 | 17 | 63 | 11 | 53 | 107 | 104 |
| Binary | 11100111 | 11000101 | 1110010 | 0 | 1111 | 110011 | 1001 | 101011 | 1000111 | 1000100 |
Color Harmonies of #E7C572
Complementary color
Monochromatic Colors of #E7C572
Black with #E7C572
Text Example
Text Example
White with #E7C572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C572; }
p { color: rgb(231,197,114); }
H1.HeaderClassName
{
color: #E7C572;
}
.AnyTagClassName
{
color: #E7C572;
}
</style>
background-color css
<style>
a { background-color: #E7C572; }
a { background-color: rgb(231,197,114); }
div.DivClassName
{
background-color: #E7C572;
}
.BgClassName
{
background-color: #E7C572;
}
</style>
border-color css
<style>
span { border-color: #E7C572; }
span { border-color: rgb(231,197,114); }
td.TdClassName
{
border-color: #E7C572;
}
.TagClassName
{
border-color: #E7C572;
}
</style>