Shades of Green White #E1E0CA
Tints of Green White #E1E0CA
RGB
CMYK
RGB Variations
Color information
#E1E0CA (or 0xE1E0CA) is known color: Green White. HEX triplet: E1, E0 and CA. RGB value is (225,224,202). Sum of RGB (Red+Green+Blue) = 225+224+202=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0CA is #1E1F35. Grayscale: #DDDDDD. Windows color (decimal): -1974070 or 13295841. OLE color: 13295841.
HSL color Cylindrical-coordinate representation of color #E1E0CA: hue angle of 57.39º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E0CA is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 202 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.12 |
| HSL | 57.39º | 0.28% | 0.84% | - |
| HSV(B) | 57.39º | 0.1% | 0.88% | - |
| XYZ | 68.37 | 73.58 | 66.48 | - |
| YUV | 221.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 202 | 0 | 0.00 | 0.10 | 0.12 | 57.39 | 0.28 | 0.84 |
| Hex | E1 | E0 | CA | 0 | 0 | A | C | 39 | 1C | 54 |
| Octal | 341 | 340 | 312 | 0 | 0 | 12 | 14 | 71 | 34 | 124 |
| Binary | 11100001 | 11100000 | 11001010 | 0 | 0 | 1010 | 1100 | 111001 | 11100 | 1010100 |
Color Harmonies of #E1E0CA
Complementary color
Monochromatic Colors of #E1E0CA
Black with #E1E0CA
Text Example
Text Example
White with #E1E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0CA; }
p { color: rgb(225,224,202); }
H1.HeaderClassName
{
color: #E1E0CA;
}
.AnyTagClassName
{
color: #E1E0CA;
}
</style>
background-color css
<style>
a { background-color: #E1E0CA; }
a { background-color: rgb(225,224,202); }
div.DivClassName
{
background-color: #E1E0CA;
}
.BgClassName
{
background-color: #E1E0CA;
}
</style>
border-color css
<style>
span { border-color: #E1E0CA; }
span { border-color: rgb(225,224,202); }
td.TdClassName
{
border-color: #E1E0CA;
}
.TagClassName
{
border-color: #E1E0CA;
}
</style>