Shades of Chenin #E1CA6E
Tints of Chenin #E1CA6E
RGB
CMYK
RGB Variations
Color information
#E1CA6E (or 0xE1CA6E) is known color: Chenin. HEX triplet: E1, CA and 6E. RGB value is (225,202,110). Sum of RGB (Red+Green+Blue) = 225+202+110=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA6E is #1E3591. Grayscale: #C6C6C6. Windows color (decimal): -1979794 or 7260897. OLE color: 7260897.
HSL color Cylindrical-coordinate representation of color #E1CA6E: hue angle of 48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1CA6E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 110 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.12 |
| HSL | 48º | 0.66% | 0.66% | - |
| HSV(B) | 48º | 0.51% | 0.88% | - |
| XYZ | 54.99 | 59.37 | 23.31 | - |
| YUV | 198.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 110 | 0 | 0.10 | 0.51 | 0.12 | 48 | 0.66 | 0.66 |
| Hex | E1 | CA | 6E | 0 | A | 33 | C | 30 | 42 | 42 |
| Octal | 341 | 312 | 156 | 0 | 12 | 63 | 14 | 60 | 102 | 102 |
| Binary | 11100001 | 11001010 | 1101110 | 0 | 1010 | 110011 | 1100 | 110000 | 1000010 | 1000010 |
Color Harmonies of #E1CA6E
Complementary color
Monochromatic Colors of #E1CA6E
Black with #E1CA6E
Text Example
Text Example
White with #E1CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA6E; }
p { color: rgb(225,202,110); }
H1.HeaderClassName
{
color: #E1CA6E;
}
.AnyTagClassName
{
color: #E1CA6E;
}
</style>
background-color css
<style>
a { background-color: #E1CA6E; }
a { background-color: rgb(225,202,110); }
div.DivClassName
{
background-color: #E1CA6E;
}
.BgClassName
{
background-color: #E1CA6E;
}
</style>
border-color css
<style>
span { border-color: #E1CA6E; }
span { border-color: rgb(225,202,110); }
td.TdClassName
{
border-color: #E1CA6E;
}
.TagClassName
{
border-color: #E1CA6E;
}
</style>