Shades of Chenin #E3CA70
Tints of Chenin #E3CA70
RGB
CMYK
RGB Variations
Color information
#E3CA70 (or 0xE3CA70) is known color: Chenin. HEX triplet: E3, CA and 70. RGB value is (227,202,112). Sum of RGB (Red+Green+Blue) = 227+202+112=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CA70 is #1C358F. Grayscale: #C7C7C7. Windows color (decimal): -1848720 or 7391971. OLE color: 7391971.
HSL color Cylindrical-coordinate representation of color #E3CA70: hue angle of 46.96º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3CA70 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 112 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.11 |
| HSL | 46.96º | 0.67% | 0.66% | - |
| HSV(B) | 46.96º | 0.51% | 0.89% | - |
| XYZ | 55.72 | 59.74 | 23.92 | - |
| YUV | 199.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 112 | 0 | 0.11 | 0.51 | 0.11 | 46.96 | 0.67 | 0.66 |
| Hex | E3 | CA | 70 | 0 | B | 33 | B | 2F | 43 | 42 |
| Octal | 343 | 312 | 160 | 0 | 13 | 63 | 13 | 57 | 103 | 102 |
| Binary | 11100011 | 11001010 | 1110000 | 0 | 1011 | 110011 | 1011 | 101111 | 1000011 | 1000010 |
Color Harmonies of #E3CA70
Complementary color
Monochromatic Colors of #E3CA70
Black with #E3CA70
Text Example
Text Example
White with #E3CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA70; }
p { color: rgb(227,202,112); }
H1.HeaderClassName
{
color: #E3CA70;
}
.AnyTagClassName
{
color: #E3CA70;
}
</style>
background-color css
<style>
a { background-color: #E3CA70; }
a { background-color: rgb(227,202,112); }
div.DivClassName
{
background-color: #E3CA70;
}
.BgClassName
{
background-color: #E3CA70;
}
</style>
border-color css
<style>
span { border-color: #E3CA70; }
span { border-color: rgb(227,202,112); }
td.TdClassName
{
border-color: #E3CA70;
}
.TagClassName
{
border-color: #E3CA70;
}
</style>