Shades of Chenin #E5CA76
Tints of Chenin #E5CA76
RGB
CMYK
RGB Variations
Color information
#E5CA76 (or 0xE5CA76) is known color: Chenin. HEX triplet: E5, CA and 76. RGB value is (229,202,118). Sum of RGB (Red+Green+Blue) = 229+202+118=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CA76 is #1A3589. Grayscale: #C8C8C8. Windows color (decimal): -1717642 or 7785189. OLE color: 7785189.
HSL color Cylindrical-coordinate representation of color #E5CA76: hue angle of 45.41º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5CA76 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 118 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.10 |
| HSL | 45.41º | 0.68% | 0.68% | - |
| HSV(B) | 45.41º | 0.48% | 0.9% | - |
| XYZ | 56.7 | 60.21 | 25.77 | - |
| YUV | 200.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 118 | 0 | 0.12 | 0.48 | 0.10 | 45.41 | 0.68 | 0.68 |
| Hex | E5 | CA | 76 | 0 | C | 30 | A | 2D | 44 | 44 |
| Octal | 345 | 312 | 166 | 0 | 14 | 60 | 12 | 55 | 104 | 104 |
| Binary | 11100101 | 11001010 | 1110110 | 0 | 1100 | 110000 | 1010 | 101101 | 1000100 | 1000100 |
Color Harmonies of #E5CA76
Complementary color
Monochromatic Colors of #E5CA76
Black with #E5CA76
Text Example
Text Example
White with #E5CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA76; }
p { color: rgb(229,202,118); }
H1.HeaderClassName
{
color: #E5CA76;
}
.AnyTagClassName
{
color: #E5CA76;
}
</style>
background-color css
<style>
a { background-color: #E5CA76; }
a { background-color: rgb(229,202,118); }
div.DivClassName
{
background-color: #E5CA76;
}
.BgClassName
{
background-color: #E5CA76;
}
</style>
border-color css
<style>
span { border-color: #E5CA76; }
span { border-color: rgb(229,202,118); }
td.TdClassName
{
border-color: #E5CA76;
}
.TagClassName
{
border-color: #E5CA76;
}
</style>