#E7C7AF

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

Shades of Desert Sand #E7C7AF

Tints of Desert Sand #E7C7AF

Color information

#E7C7AF (or 0xE7C7AF) is unknown color: approx Desert Sand. HEX triplet: E7, C7 and AF. RGB value is (231,199,175). Sum of RGB (Red+Green+Blue) = 231+199+175=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C7AF is #183850. Grayscale: #CDCDCD. Windows color (decimal): -1587281 or 11519975. OLE color: 11519975.

HSL color Cylindrical-coordinate representation of color #E7C7AF: hue angle of 25.71º 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 #E7C7AF is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231199175-
CMYK00.140.240.09
HSL25.71º53.85%79.61%-
HSV(B)25.71º24.24%90.59%-
XYZ61.1260.9349.1-
YUV205.83110.6145.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=38.18%
G=32.89%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119917500.140.240.0925.7153.8579.61
HexE7C7AF0E1891a3650
Octal34730725701630113266120
Binary11100111110001111010111101110110001001110101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7AF; }

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

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

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

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

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

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

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

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