Shades of Green White #E0E0C4
Tints of Green White #E0E0C4
RGB
CMYK
RGB Variations
Color information
#E0E0C4 (or 0xE0E0C4) is known color: Green White. HEX triplet: E0, E0 and C4. RGB value is (224,224,196). Sum of RGB (Red+Green+Blue) = 224+224+196=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0C4 is #1F1F3B. Grayscale: #DCDCDC. Windows color (decimal): -2039612 or 12902624. OLE color: 12902624.
HSL color Cylindrical-coordinate representation of color #E0E0C4: hue angle of 60º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E0C4 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 196 | - |
| CMYK | 0 | 0 | 0.12 | 0.12 |
| HSL | 60º | 0.31% | 0.82% | - |
| HSV(B) | 60º | 0.13% | 0.88% | - |
| XYZ | 67.36 | 73.14 | 62.79 | - |
| YUV | 220.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 196 | 0 | 0 | 0.12 | 0.12 | 60 | 0.31 | 0.82 |
| Hex | E0 | E0 | C4 | 0 | 0 | C | C | 3C | 1F | 52 |
| Octal | 340 | 340 | 304 | 0 | 0 | 14 | 14 | 74 | 37 | 122 |
| Binary | 11100000 | 11100000 | 11000100 | 0 | 0 | 1100 | 1100 | 111100 | 11111 | 1010010 |
Color Harmonies of #E0E0C4
Complementary color
Monochromatic Colors of #E0E0C4
Black with #E0E0C4
Text Example
Text Example
White with #E0E0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0C4; }
p { color: rgb(224,224,196); }
H1.HeaderClassName
{
color: #E0E0C4;
}
.AnyTagClassName
{
color: #E0E0C4;
}
</style>
background-color css
<style>
a { background-color: #E0E0C4; }
a { background-color: rgb(224,224,196); }
div.DivClassName
{
background-color: #E0E0C4;
}
.BgClassName
{
background-color: #E0E0C4;
}
</style>
border-color css
<style>
span { border-color: #E0E0C4; }
span { border-color: rgb(224,224,196); }
td.TdClassName
{
border-color: #E0E0C4;
}
.TagClassName
{
border-color: #E0E0C4;
}
</style>