Shades of Chenin #E0CA6F
Tints of Chenin #E0CA6F
RGB
CMYK
RGB Variations
Color information
#E0CA6F (or 0xE0CA6F) is known color: Chenin. HEX triplet: E0, CA and 6F. RGB value is (224,202,111). Sum of RGB (Red+Green+Blue) = 224+202+111=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA6F is #1F3590. Grayscale: #C6C6C6. Windows color (decimal): -2045329 or 7326432. OLE color: 7326432.
HSL color Cylindrical-coordinate representation of color #E0CA6F: hue angle of 48.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0CA6F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 111 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.12 |
| HSL | 48.32º | 0.65% | 0.66% | - |
| HSV(B) | 48.32º | 0.5% | 0.88% | - |
| XYZ | 54.73 | 59.24 | 23.59 | - |
| YUV | 198.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 111 | 0 | 0.10 | 0.50 | 0.12 | 48.32 | 0.65 | 0.66 |
| Hex | E0 | CA | 6F | 0 | A | 32 | C | 30 | 41 | 42 |
| Octal | 340 | 312 | 157 | 0 | 12 | 62 | 14 | 60 | 101 | 102 |
| Binary | 11100000 | 11001010 | 1101111 | 0 | 1010 | 110010 | 1100 | 110000 | 1000001 | 1000010 |
Color Harmonies of #E0CA6F
Complementary color
Monochromatic Colors of #E0CA6F
Black with #E0CA6F
Text Example
Text Example
White with #E0CA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA6F; }
p { color: rgb(224,202,111); }
H1.HeaderClassName
{
color: #E0CA6F;
}
.AnyTagClassName
{
color: #E0CA6F;
}
</style>
background-color css
<style>
a { background-color: #E0CA6F; }
a { background-color: rgb(224,202,111); }
div.DivClassName
{
background-color: #E0CA6F;
}
.BgClassName
{
background-color: #E0CA6F;
}
</style>
border-color css
<style>
span { border-color: #E0CA6F; }
span { border-color: rgb(224,202,111); }
td.TdClassName
{
border-color: #E0CA6F;
}
.TagClassName
{
border-color: #E0CA6F;
}
</style>