#EAD0BA

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

Shades of Desert Sand #EAD0BA

Tints of Desert Sand #EAD0BA

Color information

#EAD0BA (or 0xEAD0BA) is unknown color: approx Desert Sand. HEX triplet: EA, D0 and BA. RGB value is (234,208,186). Sum of RGB (Red+Green+Blue) = 234+208+186=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD0BA is #152F45. Grayscale: #D5D5D5. Windows color (decimal): -1388358 or 12243178. OLE color: 12243178.

HSL color Cylindrical-coordinate representation of color #EAD0BA: hue angle of 27.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAD0BA is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234208186-
CMYK00.110.210.08
HSL27.5º53.33%82.35%-
HSV(B)27.5º20.51%91.76%-
XYZ65.3566.1555.78-
YUV213.27112.61142.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=37.26%
G=33.12%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420818600.110.210.0827.553.3382.35
HexEAD0BA0B1581c3552
Octal35232027201325103465122
Binary11101010110100001011101001011101011000111001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0BA; }

 p { color: rgb(234,208,186); }

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

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

 a { background-color: rgb(234,208,186); }

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

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

 span { border-color: rgb(234,208,186); }

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