#EBE5DE

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

Shades of Desert Storm #EBE5DE

Tints of Desert Storm #EBE5DE

Color information

#EBE5DE (or 0xEBE5DE) is unknown color: approx Desert Storm. HEX triplet: EB, E5 and DE. RGB value is (235,229,222). Sum of RGB (Red+Green+Blue) = 235+229+222=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DE is #141A21. Grayscale: #E6E6E6. Windows color (decimal): -1317410 or 14607851. OLE color: 14607851.

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

Color convert

RGB235229222-
CMYK00.030.060.08
HSL32.31º24.53%89.61%-
HSV(B)32.31º5.53%92.16%-
XYZ75.4778.9780.37-
YUV230123.49131.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=34.26%
G=33.38%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522922200.030.060.0832.3124.5389.61
HexEBE5DE036820195a
Octal353345336036104031132
Binary1110101111100101110111100111101000100000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5DE; }

 p { color: rgb(235,229,222); }

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

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

 a { background-color: rgb(235,229,222); }

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

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

 span { border-color: rgb(235,229,222); }

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