Shades of Chenin #E1CB70
Tints of Chenin #E1CB70
RGB
CMYK
RGB Variations
Color information
#E1CB70 (or 0xE1CB70) is known color: Chenin. HEX triplet: E1, CB and 70. RGB value is (225,203,112). Sum of RGB (Red+Green+Blue) = 225+203+112=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB70 is #1E348F. Grayscale: #C7C7C7. Windows color (decimal): -1979536 or 7392225. OLE color: 7392225.
HSL color Cylindrical-coordinate representation of color #E1CB70: 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 #E1CB70 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 112 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.12 |
| HSL | 48.32º | 0.65% | 0.66% | - |
| HSV(B) | 48.32º | 0.5% | 0.88% | - |
| XYZ | 55.33 | 59.89 | 23.97 | - |
| YUV | 199.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 112 | 0 | 0.10 | 0.50 | 0.12 | 48.32 | 0.65 | 0.66 |
| Hex | E1 | CB | 70 | 0 | A | 32 | C | 30 | 41 | 42 |
| Octal | 341 | 313 | 160 | 0 | 12 | 62 | 14 | 60 | 101 | 102 |
| Binary | 11100001 | 11001011 | 1110000 | 0 | 1010 | 110010 | 1100 | 110000 | 1000001 | 1000010 |
Color Harmonies of #E1CB70
Complementary color
Monochromatic Colors of #E1CB70
Black with #E1CB70
Text Example
Text Example
White with #E1CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB70; }
p { color: rgb(225,203,112); }
H1.HeaderClassName
{
color: #E1CB70;
}
.AnyTagClassName
{
color: #E1CB70;
}
</style>
background-color css
<style>
a { background-color: #E1CB70; }
a { background-color: rgb(225,203,112); }
div.DivClassName
{
background-color: #E1CB70;
}
.BgClassName
{
background-color: #E1CB70;
}
</style>
border-color css
<style>
span { border-color: #E1CB70; }
span { border-color: rgb(225,203,112); }
td.TdClassName
{
border-color: #E1CB70;
}
.TagClassName
{
border-color: #E1CB70;
}
</style>