Shades of Chenin #E0CA70
Tints of Chenin #E0CA70
RGB
CMYK
RGB Variations
Color information
#E0CA70 (or 0xE0CA70) is known color: Chenin. HEX triplet: E0, CA and 70. RGB value is (224,202,112). Sum of RGB (Red+Green+Blue) = 224+202+112=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CA70 is #1F358F. Grayscale: #C6C6C6. Windows color (decimal): -2045328 or 7391968. OLE color: 7391968.
HSL color Cylindrical-coordinate representation of color #E0CA70: hue angle of 48.21º degrees, saturation: 0.64, 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 #E0CA70 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 112 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.12 |
| HSL | 48.21º | 0.64% | 0.66% | - |
| HSV(B) | 48.21º | 0.5% | 0.88% | - |
| XYZ | 54.79 | 59.26 | 23.88 | - |
| YUV | 198.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 112 | 0 | 0.10 | 0.50 | 0.12 | 48.21 | 0.64 | 0.66 |
| Hex | E0 | CA | 70 | 0 | A | 32 | C | 30 | 40 | 42 |
| Octal | 340 | 312 | 160 | 0 | 12 | 62 | 14 | 60 | 100 | 102 |
| Binary | 11100000 | 11001010 | 1110000 | 0 | 1010 | 110010 | 1100 | 110000 | 1000000 | 1000010 |
Color Harmonies of #E0CA70
Complementary color
Monochromatic Colors of #E0CA70
Black with #E0CA70
Text Example
Text Example
White with #E0CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CA70; }
p { color: rgb(224,202,112); }
H1.HeaderClassName
{
color: #E0CA70;
}
.AnyTagClassName
{
color: #E0CA70;
}
</style>
background-color css
<style>
a { background-color: #E0CA70; }
a { background-color: rgb(224,202,112); }
div.DivClassName
{
background-color: #E0CA70;
}
.BgClassName
{
background-color: #E0CA70;
}
</style>
border-color css
<style>
span { border-color: #E0CA70; }
span { border-color: rgb(224,202,112); }
td.TdClassName
{
border-color: #E0CA70;
}
.TagClassName
{
border-color: #E0CA70;
}
</style>