Shades of Desert Storm #EBE6E2
Tints of Desert Storm #EBE6E2
RGB
CMYK
RGB Variations
Color information
#EBE6E2 (or 0xEBE6E2) is known color: Desert Storm. HEX triplet: EB, E6 and E2. RGB value is (235,230,226). Sum of RGB (Red+Green+Blue) = 235+230+226=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E2 is #14191D. Grayscale: #E7E7E7. Windows color (decimal): -1317150 or 14870251. OLE color: 14870251.
HSL color Cylindrical-coordinate representation of color #EBE6E2: hue angle of 26.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE6E2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 230 | 226 | - |
CMYK | 0 | 0.02 | 0.04 | 0.08 |
HSL | 26.67º | 0.18% | 0.9% | - |
HSV(B) | 26.67º | 0.04% | 0.92% | - |
XYZ | 76.29 | 79.75 | 83.32 | - |
YUV | 231.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 230 | 226 | 0 | 0.02 | 0.04 | 0.08 | 26.67 | 0.18 | 0.9 |
Hex | EB | E6 | E2 | 0 | 2 | 4 | 8 | 1B | 12 | 5A |
Octal | 353 | 346 | 342 | 0 | 2 | 4 | 10 | 33 | 22 | 132 |
Binary | 11101011 | 11100110 | 11100010 | 0 | 10 | 100 | 1000 | 11011 | 10010 | 1011010 |
Color Harmonies of #EBE6E2
Complementary color
Monochromatic Colors of #EBE6E2
Black with #EBE6E2
Text Example
Text Example
White with #EBE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6E2; }
p { color: rgb(235,230,226); }
H1.HeaderClassName
{
color: #EBE6E2;
}
.AnyTagClassName
{
color: #EBE6E2;
}
</style>
background-color css
<style>
a { background-color: #EBE6E2; }
a { background-color: rgb(235,230,226); }
div.DivClassName
{
background-color: #EBE6E2;
}
.BgClassName
{
background-color: #EBE6E2;
}
</style>
border-color css
<style>
span { border-color: #EBE6E2; }
span { border-color: rgb(235,230,226); }
td.TdClassName
{
border-color: #EBE6E2;
}
.TagClassName
{
border-color: #EBE6E2;
}
</style>