Shades of Desert Storm #EFEBE7
Tints of Desert Storm #EFEBE7
RGB
CMYK
RGB Variations
Color information
#EFEBE7 (or 0xEFEBE7) is known color: Desert Storm. HEX triplet: EF, EB and E7. RGB value is (239,235,231). Sum of RGB (Red+Green+Blue) = 239+235+231=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBE7 is #101418. Grayscale: #EBEBEB. Windows color (decimal): -1053721 or 15199215. OLE color: 15199215.
HSL color Cylindrical-coordinate representation of color #EFEBE7: hue angle of 30º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFEBE7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 231 | - |
CMYK | 0 | 0.02 | 0.03 | 0.06 |
HSL | 30º | 0.2% | 0.92% | - |
HSV(B) | 30º | 0.03% | 0.94% | - |
XYZ | 79.73 | 83.54 | 87.52 | - |
YUV | 235.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 231 | 0 | 0.02 | 0.03 | 0.06 | 30 | 0.2 | 0.92 |
Hex | EF | EB | E7 | 0 | 2 | 3 | 6 | 1E | 14 | 5C |
Octal | 357 | 353 | 347 | 0 | 2 | 3 | 6 | 36 | 24 | 134 |
Binary | 11101111 | 11101011 | 11100111 | 0 | 10 | 11 | 110 | 11110 | 10100 | 1011100 |
Color Harmonies of #EFEBE7
Complementary color
Monochromatic Colors of #EFEBE7
Black with #EFEBE7
Text Example
Text Example
White with #EFEBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBE7; }
p { color: rgb(239,235,231); }
H1.HeaderClassName
{
color: #EFEBE7;
}
.AnyTagClassName
{
color: #EFEBE7;
}
</style>
background-color css
<style>
a { background-color: #EFEBE7; }
a { background-color: rgb(239,235,231); }
div.DivClassName
{
background-color: #EFEBE7;
}
.BgClassName
{
background-color: #EFEBE7;
}
</style>
border-color css
<style>
span { border-color: #EFEBE7; }
span { border-color: rgb(239,235,231); }
td.TdClassName
{
border-color: #EFEBE7;
}
.TagClassName
{
border-color: #EFEBE7;
}
</style>