Shades of Green White #E5E5CF
Tints of Green White #E5E5CF
RGB
CMYK
RGB Variations
Color information
#E5E5CF (or 0xE5E5CF) is known color: Green White. HEX triplet: E5, E5 and CF. RGB value is (229,229,207). Sum of RGB (Red+Green+Blue) = 229+229+207=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E5CF is #1A1A30. Grayscale: #E2E2E2. Windows color (decimal): -1710641 or 13624805. OLE color: 13624805.
HSL color Cylindrical-coordinate representation of color #E5E5CF: hue angle of 60º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E5CF is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 229 | 207 | - |
CMYK | 0 | 0 | 0.10 | 0.10 |
HSL | 60º | 0.3% | 0.85% | - |
HSV(B) | 60º | 0.1% | 0.9% | - |
XYZ | 71.59 | 77.2 | 70.16 | - |
YUV | 226.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 229 | 207 | 0 | 0 | 0.10 | 0.10 | 60 | 0.3 | 0.85 |
Hex | E5 | E5 | CF | 0 | 0 | A | A | 3C | 1E | 55 |
Octal | 345 | 345 | 317 | 0 | 0 | 12 | 12 | 74 | 36 | 125 |
Binary | 11100101 | 11100101 | 11001111 | 0 | 0 | 1010 | 1010 | 111100 | 11110 | 1010101 |
Color Harmonies of #E5E5CF
Complementary color
Monochromatic Colors of #E5E5CF
Black with #E5E5CF
Text Example
Text Example
White with #E5E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E5CF; }
p { color: rgb(229,229,207); }
H1.HeaderClassName
{
color: #E5E5CF;
}
.AnyTagClassName
{
color: #E5E5CF;
}
</style>
background-color css
<style>
a { background-color: #E5E5CF; }
a { background-color: rgb(229,229,207); }
div.DivClassName
{
background-color: #E5E5CF;
}
.BgClassName
{
background-color: #E5E5CF;
}
</style>
border-color css
<style>
span { border-color: #E5E5CF; }
span { border-color: rgb(229,229,207); }
td.TdClassName
{
border-color: #E5E5CF;
}
.TagClassName
{
border-color: #E5E5CF;
}
</style>