#EAE5DB

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

Shades of Wild Sand #EAE5DB

Tints of Wild Sand #EAE5DB

Color information

#EAE5DB (or 0xEAE5DB) is unknown color: approx Wild Sand. HEX triplet: EA, E5 and DB. RGB value is (234,229,219). Sum of RGB (Red+Green+Blue) = 234+229+219=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE5DB is #151A24. Grayscale: #E5E5E5. Windows color (decimal): -1382949 or 14411242. OLE color: 14411242.

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

Color convert

RGB234229219-
CMYK00.020.060.08
HSL40º26.32%88.82%-
HSV(B)40º6.41%91.76%-
XYZ74.7478.6578.26-
YUV229.36122.16131.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=34.31%
G=33.58%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422921900.020.060.084026.3288.82
HexEAE5DB0268281a59
Octal352345333026105032131
Binary1110101011100101110110110101101000101000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5DB; }

 p { color: rgb(234,229,219); }

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

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

 a { background-color: rgb(234,229,219); }

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

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

 span { border-color: rgb(234,229,219); }

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