#EFE7DE

Color #EFE7DE Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #EFE7DE

Tints of Desert Storm #EFE7DE

Color information

#EFE7DE (or 0xEFE7DE) is unknown color: approx Desert Storm. HEX triplet: EF, E7 and DE. RGB value is (239,231,222). Sum of RGB (Red+Green+Blue) = 239+231+222=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7DE is #101821. Grayscale: #E8E8E8. Windows color (decimal): -1054754 or 14608367. OLE color: 14608367.

HSL color Cylindrical-coordinate representation of color #EFE7DE: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE7DE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239231222-
CMYK00.030.070.06
HSL31.76º34.69%90.39%-
HSV(B)31.76º7.11%93.73%-
XYZ77.3680.7880.62-
YUV232.37122.15132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=34.54%
G=33.38%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923122200.030.070.0631.7634.6990.39
HexEFE7DE037620235a
Octal35734733603764043132
Binary1110111111100111110111100111111101000001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7DE; }

 p { color: rgb(239,231,222); }

 H1.HeaderClassName
 {
   color: #EFE7DE;
 }
 .AnyTagClassName
 {
   color: #EFE7DE;
 }
</style>
background-color css

<style>
 a { background-color: #EFE7DE; }

 a { background-color: rgb(239,231,222); }

 div.DivClassName
 {
   background-color: #EFE7DE;
 }
 .BgClassName
 {
   background-color: #EFE7DE;
 }
</style>
border-color css

<style>
 span { border-color: #EFE7DE; }

 span { border-color: rgb(239,231,222); }

 td.TdClassName
 {
   border-color: #EFE7DE;
 }
 .TagClassName
 {
   border-color: #EFE7DE;
 }
</style>