Shades of Desert Storm #E9E5E1
Tints of Desert Storm #E9E5E1
RGB
CMYK
RGB Variations
Color information
#E9E5E1 (or 0xE9E5E1) is known color: Desert Storm. HEX triplet: E9, E5 and E1. RGB value is (233,229,225). Sum of RGB (Red+Green+Blue) = 233+229+225=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5E1 is #161A1E. Grayscale: #E5E5E5. Windows color (decimal): -1448479 or 14804457. OLE color: 14804457.
HSL color Cylindrical-coordinate representation of color #E9E5E1: hue angle of 30º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E5E1 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 229 | 225 | - |
CMYK | 0 | 0.02 | 0.03 | 0.09 |
HSL | 30º | 0.15% | 0.9% | - |
HSV(B) | 30º | 0.03% | 0.91% | - |
XYZ | 75.21 | 78.8 | 82.48 | - |
YUV | 229.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 229 | 225 | 0 | 0.02 | 0.03 | 0.09 | 30 | 0.15 | 0.9 |
Hex | E9 | E5 | E1 | 0 | 2 | 3 | 9 | 1E | F | 5A |
Octal | 351 | 345 | 341 | 0 | 2 | 3 | 11 | 36 | 17 | 132 |
Binary | 11101001 | 11100101 | 11100001 | 0 | 10 | 11 | 1001 | 11110 | 1111 | 1011010 |
Color Harmonies of #E9E5E1
Complementary color
Monochromatic Colors of #E9E5E1
Black with #E9E5E1
Text Example
Text Example
White with #E9E5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5E1; }
p { color: rgb(233,229,225); }
H1.HeaderClassName
{
color: #E9E5E1;
}
.AnyTagClassName
{
color: #E9E5E1;
}
</style>
background-color css
<style>
a { background-color: #E9E5E1; }
a { background-color: rgb(233,229,225); }
div.DivClassName
{
background-color: #E9E5E1;
}
.BgClassName
{
background-color: #E9E5E1;
}
</style>
border-color css
<style>
span { border-color: #E9E5E1; }
span { border-color: rgb(233,229,225); }
td.TdClassName
{
border-color: #E9E5E1;
}
.TagClassName
{
border-color: #E9E5E1;
}
</style>