Shades of Desert Storm #EAE7E4
Tints of Desert Storm #EAE7E4
RGB
CMYK
RGB Variations
Color information
#EAE7E4 (or 0xEAE7E4) is known color: Desert Storm. HEX triplet: EA, E7 and E4. RGB value is (234,231,228). Sum of RGB (Red+Green+Blue) = 234+231+228=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE7E4 is #15181B. Grayscale: #E7E7E7. Windows color (decimal): -1382428 or 15001578. OLE color: 15001578.
HSL color Cylindrical-coordinate representation of color #EAE7E4: hue angle of 30º degrees, saturation: 0.12, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAE7E4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 231 | 228 | - |
CMYK | 0 | 0.01 | 0.03 | 0.08 |
HSL | 30º | 0.13% | 0.91% | - |
HSV(B) | 30º | 0.03% | 0.92% | - |
XYZ | 76.51 | 80.25 | 84.86 | - |
YUV | 231.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 231 | 228 | 0 | 0.01 | 0.03 | 0.08 | 30 | 0.13 | 0.91 |
Hex | EA | E7 | E4 | 0 | 1 | 3 | 8 | 1E | C | 5B |
Octal | 352 | 347 | 344 | 0 | 1 | 3 | 10 | 36 | 14 | 133 |
Binary | 11101010 | 11100111 | 11100100 | 0 | 1 | 11 | 1000 | 11110 | 1100 | 1011011 |
Color Harmonies of #EAE7E4
Complementary color
Monochromatic Colors of #EAE7E4
Black with #EAE7E4
Text Example
Text Example
White with #EAE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7E4; }
p { color: rgb(234,231,228); }
H1.HeaderClassName
{
color: #EAE7E4;
}
.AnyTagClassName
{
color: #EAE7E4;
}
</style>
background-color css
<style>
a { background-color: #EAE7E4; }
a { background-color: rgb(234,231,228); }
div.DivClassName
{
background-color: #EAE7E4;
}
.BgClassName
{
background-color: #EAE7E4;
}
</style>
border-color css
<style>
span { border-color: #EAE7E4; }
span { border-color: rgb(234,231,228); }
td.TdClassName
{
border-color: #EAE7E4;
}
.TagClassName
{
border-color: #EAE7E4;
}
</style>