Shades of Chenin #E5C46D
Tints of Chenin #E5C46D
RGB
CMYK
RGB Variations
Color information
#E5C46D (or 0xE5C46D) is known color: Chenin. HEX triplet: E5, C4 and 6D. RGB value is (229,196,109). Sum of RGB (Red+Green+Blue) = 229+196+109=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C46D is #1A3B92. Grayscale: #C4C4C4. Windows color (decimal): -1719187 or 7193829. OLE color: 7193829.
HSL color Cylindrical-coordinate representation of color #E5C46D: hue angle of 43.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5C46D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 109 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.10 |
| HSL | 43.5º | 0.7% | 0.66% | - |
| HSV(B) | 43.5º | 0.52% | 0.9% | - |
| XYZ | 54.81 | 57.24 | 22.63 | - |
| YUV | 195.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 109 | 0 | 0.14 | 0.52 | 0.10 | 43.5 | 0.7 | 0.66 |
| Hex | E5 | C4 | 6D | 0 | E | 34 | A | 2C | 46 | 42 |
| Octal | 345 | 304 | 155 | 0 | 16 | 64 | 12 | 54 | 106 | 102 |
| Binary | 11100101 | 11000100 | 1101101 | 0 | 1110 | 110100 | 1010 | 101100 | 1000110 | 1000010 |
Color Harmonies of #E5C46D
Complementary color
Monochromatic Colors of #E5C46D
Black with #E5C46D
Text Example
Text Example
White with #E5C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C46D; }
p { color: rgb(229,196,109); }
H1.HeaderClassName
{
color: #E5C46D;
}
.AnyTagClassName
{
color: #E5C46D;
}
</style>
background-color css
<style>
a { background-color: #E5C46D; }
a { background-color: rgb(229,196,109); }
div.DivClassName
{
background-color: #E5C46D;
}
.BgClassName
{
background-color: #E5C46D;
}
</style>
border-color css
<style>
span { border-color: #E5C46D; }
span { border-color: rgb(229,196,109); }
td.TdClassName
{
border-color: #E5C46D;
}
.TagClassName
{
border-color: #E5C46D;
}
</style>