#E5E2DC

Color #E5E2DC Wild Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Sand #E5E2DC

Tints of Wild Sand #E5E2DC

Color information

#E5E2DC (or 0xE5E2DC) is unknown color: approx Wild Sand. HEX triplet: E5, E2 and DC. RGB value is (229,226,220). Sum of RGB (Red+Green+Blue) = 229+226+220=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2DC is #1A1D23. Grayscale: #E2E2E2. Windows color (decimal): -1711396 or 14476005. OLE color: 14476005.

HSL color Cylindrical-coordinate representation of color #E5E2DC: hue angle of 40º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E2DC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229226220-
CMYK00.010.040.10
HSL40º14.75%88.04%-
HSV(B)40º3.93%89.8%-
XYZ72.4376.2278.6-
YUV226.21124.49129.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=33.93%
G=33.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922622000.010.040.104014.7588.04
HexE5E2DC014A28f58
Octal345342334014125017130
Binary11100101111000101101110001100101010100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2DC; }

 p { color: rgb(229,226,220); }

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

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

 a { background-color: rgb(229,226,220); }

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

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

 span { border-color: rgb(229,226,220); }

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