#E5CAAF

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

Shades of Desert Sand #E5CAAF

Tints of Desert Sand #E5CAAF

Color information

#E5CAAF (or 0xE5CAAF) is unknown color: approx Desert Sand. HEX triplet: E5, CA and AF. RGB value is (229,202,175). Sum of RGB (Red+Green+Blue) = 229+202+175=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAAF is #1A3550. Grayscale: #CFCFCF. Windows color (decimal): -1717585 or 11520741. OLE color: 11520741.

HSL color Cylindrical-coordinate representation of color #E5CAAF: hue angle of 30º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CAAF is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229202175-
CMYK00.120.240.10
HSL30º50.94%79.22%-
HSV(B)30º23.58%89.8%-
XYZ61.1761.9949.3-
YUV207109.95143.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.79%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=37.79%
G=33.33%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920217500.120.240.103050.9479.22
HexE5CAAF0C18A1e334f
Octal34531225701430123663117
Binary11100101110010101010111101100110001010111101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAAF; }

 p { color: rgb(229,202,175); }

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

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

 a { background-color: rgb(229,202,175); }

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

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

 span { border-color: rgb(229,202,175); }

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