Shades of Green White #E0E0CA
Tints of Green White #E0E0CA
RGB
CMYK
RGB Variations
Color information
#E0E0CA (or 0xE0E0CA) is known color: Green White. HEX triplet: E0, E0 and CA. RGB value is (224,224,202). Sum of RGB (Red+Green+Blue) = 224+224+202=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0CA is #1F1F35. Grayscale: #DDDDDD. Windows color (decimal): -2039606 or 13295840. OLE color: 13295840.
HSL color Cylindrical-coordinate representation of color #E0E0CA: hue angle of 60º degrees, saturation: 0.26, 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 #E0E0CA is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 202 | - |
| CMYK | 0 | 0 | 0.10 | 0.12 |
| HSL | 60º | 0.26% | 0.84% | - |
| HSV(B) | 60º | 0.1% | 0.88% | - |
| XYZ | 68.06 | 73.42 | 66.46 | - |
| YUV | 221.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 202 | 0 | 0 | 0.10 | 0.12 | 60 | 0.26 | 0.84 |
| Hex | E0 | E0 | CA | 0 | 0 | A | C | 3C | 1A | 54 |
| Octal | 340 | 340 | 312 | 0 | 0 | 12 | 14 | 74 | 32 | 124 |
| Binary | 11100000 | 11100000 | 11001010 | 0 | 0 | 1010 | 1100 | 111100 | 11010 | 1010100 |
Color Harmonies of #E0E0CA
Complementary color
Monochromatic Colors of #E0E0CA
Black with #E0E0CA
Text Example
Text Example
White with #E0E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0CA; }
p { color: rgb(224,224,202); }
H1.HeaderClassName
{
color: #E0E0CA;
}
.AnyTagClassName
{
color: #E0E0CA;
}
</style>
background-color css
<style>
a { background-color: #E0E0CA; }
a { background-color: rgb(224,224,202); }
div.DivClassName
{
background-color: #E0E0CA;
}
.BgClassName
{
background-color: #E0E0CA;
}
</style>
border-color css
<style>
span { border-color: #E0E0CA; }
span { border-color: rgb(224,224,202); }
td.TdClassName
{
border-color: #E0E0CA;
}
.TagClassName
{
border-color: #E0E0CA;
}
</style>