Shades of Desert Storm #EBE9E7
Tints of Desert Storm #EBE9E7
RGB
CMYK
RGB Variations
Color information
#EBE9E7 (or 0xEBE9E7) is known color: Desert Storm. HEX triplet: EB, E9 and E7. RGB value is (235,233,231). Sum of RGB (Red+Green+Blue) = 235+233+231=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 231 (90.62% from 255 or 33.05% from 699); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9E7 is #141618. Grayscale: #E9E9E9. Windows color (decimal): -1316377 or 15198699. OLE color: 15198699.
HSL color Cylindrical-coordinate representation of color #EBE9E7: hue angle of 30º degrees, saturation: 0.09, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBE9E7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 233 | 231 | - |
CMYK | 0 | 0.01 | 0.02 | 0.08 |
HSL | 30º | 0.09% | 0.91% | - |
HSV(B) | 30º | 0.02% | 0.92% | - |
XYZ | 77.82 | 81.71 | 87.27 | - |
YUV | 233.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 233 | 231 | 0 | 0.01 | 0.02 | 0.08 | 30 | 0.09 | 0.91 |
Hex | EB | E9 | E7 | 0 | 1 | 2 | 8 | 1E | 9 | 5B |
Octal | 353 | 351 | 347 | 0 | 1 | 2 | 10 | 36 | 11 | 133 |
Binary | 11101011 | 11101001 | 11100111 | 0 | 1 | 10 | 1000 | 11110 | 1001 | 1011011 |
Color Harmonies of #EBE9E7
Complementary color
Monochromatic Colors of #EBE9E7
Black with #EBE9E7
Text Example
Text Example
White with #EBE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9E7; }
p { color: rgb(235,233,231); }
H1.HeaderClassName
{
color: #EBE9E7;
}
.AnyTagClassName
{
color: #EBE9E7;
}
</style>
background-color css
<style>
a { background-color: #EBE9E7; }
a { background-color: rgb(235,233,231); }
div.DivClassName
{
background-color: #EBE9E7;
}
.BgClassName
{
background-color: #EBE9E7;
}
</style>
border-color css
<style>
span { border-color: #EBE9E7; }
span { border-color: rgb(235,233,231); }
td.TdClassName
{
border-color: #EBE9E7;
}
.TagClassName
{
border-color: #EBE9E7;
}
</style>