Shades of Desert Storm #EFECE9
Tints of Desert Storm #EFECE9
RGB
CMYK
RGB Variations
Color information
#EFECE9 (or 0xEFECE9) is known color: Desert Storm. HEX triplet: EF, EC and E9. RGB value is (239,236,233). Sum of RGB (Red+Green+Blue) = 239+236+233=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECE9 is #101316. Grayscale: #ECECEC. Windows color (decimal): -1053463 or 15330543. OLE color: 15330543.
HSL color Cylindrical-coordinate representation of color #EFECE9: hue angle of 30º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFECE9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 233 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.06 |
| HSL | 30º | 0.16% | 0.93% | - |
| HSV(B) | 30º | 0.03% | 0.94% | - |
| XYZ | 80.3 | 84.22 | 89.12 | - |
| YUV | 236.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 233 | 0 | 0.01 | 0.03 | 0.06 | 30 | 0.16 | 0.93 |
| Hex | EF | EC | E9 | 0 | 1 | 3 | 6 | 1E | 10 | 5D |
| Octal | 357 | 354 | 351 | 0 | 1 | 3 | 6 | 36 | 20 | 135 |
| Binary | 11101111 | 11101100 | 11101001 | 0 | 1 | 11 | 110 | 11110 | 10000 | 1011101 |
Color Harmonies of #EFECE9
Complementary color
Monochromatic Colors of #EFECE9
Black with #EFECE9
Text Example
Text Example
White with #EFECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECE9; }
p { color: rgb(239,236,233); }
H1.HeaderClassName
{
color: #EFECE9;
}
.AnyTagClassName
{
color: #EFECE9;
}
</style>
background-color css
<style>
a { background-color: #EFECE9; }
a { background-color: rgb(239,236,233); }
div.DivClassName
{
background-color: #EFECE9;
}
.BgClassName
{
background-color: #EFECE9;
}
</style>
border-color css
<style>
span { border-color: #EFECE9; }
span { border-color: rgb(239,236,233); }
td.TdClassName
{
border-color: #EFECE9;
}
.TagClassName
{
border-color: #EFECE9;
}
</style>