#E7CBAD

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

Shades of Desert Sand #E7CBAD

Tints of Desert Sand #E7CBAD

Color information

#E7CBAD (or 0xE7CBAD) is unknown color: approx Desert Sand. HEX triplet: E7, CB and AD. RGB value is (231,203,173). Sum of RGB (Red+Green+Blue) = 231+203+173=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBAD is #183452. Grayscale: #D0D0D0. Windows color (decimal): -1586259 or 11389927. OLE color: 11389927.

HSL color Cylindrical-coordinate representation of color #E7CBAD: hue angle of 31.03º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7CBAD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231203173-
CMYK00.120.250.09
HSL31.03º54.72%79.22%-
HSV(B)31.03º25.11%90.59%-
XYZ61.8562.7248.38-
YUV207.95108.28144.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=38.06%
G=33.44%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120317300.120.250.0931.0354.7279.22
HexE7CBAD0C1991f374f
Octal34731325501431113767117
Binary11100111110010111010110101100110011001111111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBAD; }

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

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

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

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

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

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

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

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