Shades of Desert Storm #EFE6DD
Tints of Desert Storm #EFE6DD
RGB
CMYK
RGB Variations
Color information
#EFE6DD (or 0xEFE6DD) is known color: Desert Storm. HEX triplet: EF, E6 and DD. RGB value is (239,230,221). Sum of RGB (Red+Green+Blue) = 239+230+221=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DD is #101922. Grayscale: #E7E7E7. Windows color (decimal): -1055011 or 14542575. OLE color: 14542575.
HSL color Cylindrical-coordinate representation of color #EFE6DD: hue angle of 30º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE6DD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 221 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.06 |
| HSL | 30º | 0.36% | 0.9% | - |
| HSV(B) | 30º | 0.08% | 0.94% | - |
| XYZ | 76.94 | 80.16 | 79.82 | - |
| YUV | 231.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 221 | 0 | 0.04 | 0.08 | 0.06 | 30 | 0.36 | 0.9 |
| Hex | EF | E6 | DD | 0 | 4 | 8 | 6 | 1E | 24 | 5A |
| Octal | 357 | 346 | 335 | 0 | 4 | 10 | 6 | 36 | 44 | 132 |
| Binary | 11101111 | 11100110 | 11011101 | 0 | 100 | 1000 | 110 | 11110 | 100100 | 1011010 |
Color Harmonies of #EFE6DD
Complementary color
Monochromatic Colors of #EFE6DD
Black with #EFE6DD
Text Example
Text Example
White with #EFE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6DD; }
p { color: rgb(239,230,221); }
H1.HeaderClassName
{
color: #EFE6DD;
}
.AnyTagClassName
{
color: #EFE6DD;
}
</style>
background-color css
<style>
a { background-color: #EFE6DD; }
a { background-color: rgb(239,230,221); }
div.DivClassName
{
background-color: #EFE6DD;
}
.BgClassName
{
background-color: #EFE6DD;
}
</style>
border-color css
<style>
span { border-color: #EFE6DD; }
span { border-color: rgb(239,230,221); }
td.TdClassName
{
border-color: #EFE6DD;
}
.TagClassName
{
border-color: #EFE6DD;
}
</style>