#E7CBAF

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

Shades of Desert Sand #E7CBAF

Tints of Desert Sand #E7CBAF

Color information

#E7CBAF (or 0xE7CBAF) is unknown color: approx Desert Sand. HEX triplet: E7, CB and AF. RGB value is (231,203,175). Sum of RGB (Red+Green+Blue) = 231+203+175=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBAF is #183450. Grayscale: #D0D0D0. Windows color (decimal): -1586257 or 11520999. OLE color: 11520999.

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

Color convert

RGB231203175-
CMYK00.120.240.09
HSL30º53.85%79.61%-
HSV(B)30º24.24%90.59%-
XYZ62.0562.849.41-
YUV208.18109.28144.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=37.93%
G=33.33%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120317500.120.240.093053.8579.61
HexE7CBAF0C1891e3650
Octal34731325701430113666120
Binary11100111110010111010111101100110001001111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBAF; }

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

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

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

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

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

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

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

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