#EFE5DB

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

Shades of Desert Storm #EFE5DB

Tints of Desert Storm #EFE5DB

Color information

#EFE5DB (or 0xEFE5DB) is unknown color: approx 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

RGB239229219-
CMYK00.040.080.06
HSL30º38.46%89.8%-
HSV(B)30º8.37%93.73%-
XYZ76.479.578.34-
YUV230.85121.31133.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=34.79%
G=33.33%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922921900.040.080.063038.4689.8
HexEFE5DB04861e265a
Octal357345333041063646132
Binary11101111111001011101101101001000110111101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>