Shades of Chenin #E5C971
Tints of Chenin #E5C971
RGB
CMYK
RGB Variations
Color information
#E5C971 (or 0xE5C971) is known color: Chenin. HEX triplet: E5, C9 and 71. RGB value is (229,201,113). Sum of RGB (Red+Green+Blue) = 229+201+113=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C971 is #1A368E. Grayscale: #C7C7C7. Windows color (decimal): -1717903 or 7457253. OLE color: 7457253.
HSL color Cylindrical-coordinate representation of color #E5C971: hue angle of 45.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5C971 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 113 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.10 |
| HSL | 45.52º | 0.69% | 0.67% | - |
| HSV(B) | 45.52º | 0.51% | 0.9% | - |
| XYZ | 56.18 | 59.62 | 24.17 | - |
| YUV | 199.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 113 | 0 | 0.12 | 0.51 | 0.10 | 45.52 | 0.69 | 0.67 |
| Hex | E5 | C9 | 71 | 0 | C | 33 | A | 2E | 45 | 43 |
| Octal | 345 | 311 | 161 | 0 | 14 | 63 | 12 | 56 | 105 | 103 |
| Binary | 11100101 | 11001001 | 1110001 | 0 | 1100 | 110011 | 1010 | 101110 | 1000101 | 1000011 |
Color Harmonies of #E5C971
Complementary color
Monochromatic Colors of #E5C971
Black with #E5C971
Text Example
Text Example
White with #E5C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C971; }
p { color: rgb(229,201,113); }
H1.HeaderClassName
{
color: #E5C971;
}
.AnyTagClassName
{
color: #E5C971;
}
</style>
background-color css
<style>
a { background-color: #E5C971; }
a { background-color: rgb(229,201,113); }
div.DivClassName
{
background-color: #E5C971;
}
.BgClassName
{
background-color: #E5C971;
}
</style>
border-color css
<style>
span { border-color: #E5C971; }
span { border-color: rgb(229,201,113); }
td.TdClassName
{
border-color: #E5C971;
}
.TagClassName
{
border-color: #E5C971;
}
</style>