Shades of Desert Storm #EDE8E2
Tints of Desert Storm #EDE8E2
RGB
CMYK
RGB Variations
Color information
#EDE8E2 (or 0xEDE8E2) is known color: Desert Storm. HEX triplet: ED, E8 and E2. RGB value is (237,232,226). Sum of RGB (Red+Green+Blue) = 237+232+226=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8E2 is #12171D. Grayscale: #E8E8E8. Windows color (decimal): -1185566 or 14870765. OLE color: 14870765.
HSL color Cylindrical-coordinate representation of color #EDE8E2: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE8E2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 226 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.07 |
| HSL | 32.73º | 0.23% | 0.91% | - |
| HSV(B) | 32.73º | 0.05% | 0.93% | - |
| XYZ | 77.51 | 81.21 | 83.54 | - |
| YUV | 232.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 226 | 0 | 0.02 | 0.05 | 0.07 | 32.73 | 0.23 | 0.91 |
| Hex | ED | E8 | E2 | 0 | 2 | 5 | 7 | 21 | 17 | 5B |
| Octal | 355 | 350 | 342 | 0 | 2 | 5 | 7 | 41 | 27 | 133 |
| Binary | 11101101 | 11101000 | 11100010 | 0 | 10 | 101 | 111 | 100001 | 10111 | 1011011 |
Color Harmonies of #EDE8E2
Complementary color
Monochromatic Colors of #EDE8E2
Black with #EDE8E2
Text Example
Text Example
White with #EDE8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8E2; }
p { color: rgb(237,232,226); }
H1.HeaderClassName
{
color: #EDE8E2;
}
.AnyTagClassName
{
color: #EDE8E2;
}
</style>
background-color css
<style>
a { background-color: #EDE8E2; }
a { background-color: rgb(237,232,226); }
div.DivClassName
{
background-color: #EDE8E2;
}
.BgClassName
{
background-color: #EDE8E2;
}
</style>
border-color css
<style>
span { border-color: #EDE8E2; }
span { border-color: rgb(237,232,226); }
td.TdClassName
{
border-color: #EDE8E2;
}
.TagClassName
{
border-color: #EDE8E2;
}
</style>