#EAE4DE

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

Shades of Desert Storm #EAE4DE

Tints of Desert Storm #EAE4DE

Color information

#EAE4DE (or 0xEAE4DE) is unknown color: approx Desert Storm. HEX triplet: EA, E4 and DE. RGB value is (234,228,222). Sum of RGB (Red+Green+Blue) = 234+228+222=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE4DE is #151B21. Grayscale: #E5E5E5. Windows color (decimal): -1383202 or 14607594. OLE color: 14607594.

HSL color Cylindrical-coordinate representation of color #EAE4DE: hue angle of 30º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE4DE is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234228222-
CMYK00.030.050.08
HSL30º22.22%89.41%-
HSV(B)30º5.13%91.76%-
XYZ74.8678.2580.27-
YUV229.11123.99131.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 228 (89.45% from 255) = 33.33%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=34.21%
G=33.33%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422822200.030.050.083022.2289.41
HexEAE4DE03581e1659
Octal352344336035103626131
Binary111010101110010011011110011101100011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4DE; }

 p { color: rgb(234,228,222); }

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

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

 a { background-color: rgb(234,228,222); }

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

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

 span { border-color: rgb(234,228,222); }

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