Shades of Desert Storm #EBE9E6
Tints of Desert Storm #EBE9E6
RGB
CMYK
RGB Variations
Color information
#EBE9E6 (or 0xEBE9E6) is known color: Desert Storm. HEX triplet: EB, E9 and E6. RGB value is (235,233,230). Sum of RGB (Red+Green+Blue) = 235+233+230=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9E6 is #141619. Grayscale: #E9E9E9. Windows color (decimal): -1316378 or 15133163. OLE color: 15133163.
HSL color Cylindrical-coordinate representation of color #EBE9E6: hue angle of 36º degrees, saturation: 0.11, 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 #EBE9E6 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 233 | 230 | - |
CMYK | 0 | 0.01 | 0.02 | 0.08 |
HSL | 36º | 0.11% | 0.91% | - |
HSV(B) | 36º | 0.02% | 0.92% | - |
XYZ | 77.68 | 81.65 | 86.53 | - |
YUV | 233.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 233 | 230 | 0 | 0.01 | 0.02 | 0.08 | 36 | 0.11 | 0.91 |
Hex | EB | E9 | E6 | 0 | 1 | 2 | 8 | 24 | B | 5B |
Octal | 353 | 351 | 346 | 0 | 1 | 2 | 10 | 44 | 13 | 133 |
Binary | 11101011 | 11101001 | 11100110 | 0 | 1 | 10 | 1000 | 100100 | 1011 | 1011011 |
Color Harmonies of #EBE9E6
Complementary color
Monochromatic Colors of #EBE9E6
Black with #EBE9E6
Text Example
Text Example
White with #EBE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9E6; }
p { color: rgb(235,233,230); }
H1.HeaderClassName
{
color: #EBE9E6;
}
.AnyTagClassName
{
color: #EBE9E6;
}
</style>
background-color css
<style>
a { background-color: #EBE9E6; }
a { background-color: rgb(235,233,230); }
div.DivClassName
{
background-color: #EBE9E6;
}
.BgClassName
{
background-color: #EBE9E6;
}
</style>
border-color css
<style>
span { border-color: #EBE9E6; }
span { border-color: rgb(235,233,230); }
td.TdClassName
{
border-color: #EBE9E6;
}
.TagClassName
{
border-color: #EBE9E6;
}
</style>