Shades of Desert Storm #EBE8E5
Tints of Desert Storm #EBE8E5
RGB
CMYK
RGB Variations
Color information
#EBE8E5 (or 0xEBE8E5) is known color: Desert Storm. HEX triplet: EB, E8 and E5. RGB value is (235,232,229). Sum of RGB (Red+Green+Blue) = 235+232+229=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E5 is #14171A. Grayscale: #E8E8E8. Windows color (decimal): -1316635 or 15067371. OLE color: 15067371.
HSL color Cylindrical-coordinate representation of color #EBE8E5: hue angle of 30º degrees, saturation: 0.13, 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 #EBE8E5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 229 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.08 |
| HSL | 30º | 0.13% | 0.91% | - |
| HSV(B) | 30º | 0.03% | 0.92% | - |
| XYZ | 77.26 | 81.03 | 85.7 | - |
| YUV | 232.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 229 | 0 | 0.01 | 0.03 | 0.08 | 30 | 0.13 | 0.91 |
| Hex | EB | E8 | E5 | 0 | 1 | 3 | 8 | 1E | D | 5B |
| Octal | 353 | 350 | 345 | 0 | 1 | 3 | 10 | 36 | 15 | 133 |
| Binary | 11101011 | 11101000 | 11100101 | 0 | 1 | 11 | 1000 | 11110 | 1101 | 1011011 |
Color Harmonies of #EBE8E5
Complementary color
Monochromatic Colors of #EBE8E5
Black with #EBE8E5
Text Example
Text Example
White with #EBE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8E5; }
p { color: rgb(235,232,229); }
H1.HeaderClassName
{
color: #EBE8E5;
}
.AnyTagClassName
{
color: #EBE8E5;
}
</style>
background-color css
<style>
a { background-color: #EBE8E5; }
a { background-color: rgb(235,232,229); }
div.DivClassName
{
background-color: #EBE8E5;
}
.BgClassName
{
background-color: #EBE8E5;
}
</style>
border-color css
<style>
span { border-color: #EBE8E5; }
span { border-color: rgb(235,232,229); }
td.TdClassName
{
border-color: #EBE8E5;
}
.TagClassName
{
border-color: #EBE8E5;
}
</style>