Shades of Desert Storm #EFE5DB
Tints of Desert Storm #EFE5DB
RGB
CMYK
RGB Variations
Color information
#EFE5DB (or 0xEFE5DB) is known color: Desert Storm. HEX triplet: EF, E5 and DB. RGB value is (239,229,219). Sum of RGB (Red+Green+Blue) = 239+229+219=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DB is #101A24. Grayscale: #E6E6E6. Windows color (decimal): -1055269 or 14411247. OLE color: 14411247.
HSL color Cylindrical-coordinate representation of color #EFE5DB: hue angle of 30º degrees, saturation: 0.38, 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 #EFE5DB is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 229 | 219 | - |
CMYK | 0 | 0.04 | 0.08 | 0.06 |
HSL | 30º | 0.38% | 0.9% | - |
HSV(B) | 30º | 0.08% | 0.94% | - |
XYZ | 76.4 | 79.5 | 78.34 | - |
YUV | 230.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 229 | 219 | 0 | 0.04 | 0.08 | 0.06 | 30 | 0.38 | 0.9 |
Hex | EF | E5 | DB | 0 | 4 | 8 | 6 | 1E | 26 | 5A |
Octal | 357 | 345 | 333 | 0 | 4 | 10 | 6 | 36 | 46 | 132 |
Binary | 11101111 | 11100101 | 11011011 | 0 | 100 | 1000 | 110 | 11110 | 100110 | 1011010 |
Color Harmonies of #EFE5DB
Complementary color
Monochromatic Colors of #EFE5DB
Black with #EFE5DB
Text Example
Text Example
White with #EFE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5DB; }
p { color: rgb(239,229,219); }
H1.HeaderClassName
{
color: #EFE5DB;
}
.AnyTagClassName
{
color: #EFE5DB;
}
</style>
background-color css
<style>
a { background-color: #EFE5DB; }
a { background-color: rgb(239,229,219); }
div.DivClassName
{
background-color: #EFE5DB;
}
.BgClassName
{
background-color: #EFE5DB;
}
</style>
border-color css
<style>
span { border-color: #EFE5DB; }
span { border-color: rgb(239,229,219); }
td.TdClassName
{
border-color: #EFE5DB;
}
.TagClassName
{
border-color: #EFE5DB;
}
</style>