#E7CAAF

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

Shades of Desert Sand #E7CAAF

Tints of Desert Sand #E7CAAF

Color information

#E7CAAF (or 0xE7CAAF) is unknown color: approx Desert Sand. HEX triplet: E7, CA and AF. RGB value is (231,202,175). Sum of RGB (Red+Green+Blue) = 231+202+175=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CAAF is #183550. Grayscale: #CFCFCF. Windows color (decimal): -1586513 or 11520743. OLE color: 11520743.

HSL color Cylindrical-coordinate representation of color #E7CAAF: hue angle of 28.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7CAAF is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231202175-
CMYK00.130.240.09
HSL28.93º53.85%79.61%-
HSV(B)28.93º24.24%90.59%-
XYZ61.8162.3349.33-
YUV207.59109.61144.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=37.99%
G=33.22%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120217500.130.240.0928.9353.8579.61
HexE7CAAF0D1891d3650
Octal34731225701530113566120
Binary11100111110010101010111101101110001001111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAAF; }

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

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

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

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

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

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

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

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