#E9CBAF

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

Shades of Desert Sand #E9CBAF

Tints of Desert Sand #E9CBAF

Color information

#E9CBAF (or 0xE9CBAF) is unknown color: approx Desert Sand. HEX triplet: E9, CB and AF. RGB value is (233,203,175). Sum of RGB (Red+Green+Blue) = 233+203+175=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CBAF is #163450. Grayscale: #D0D0D0. Windows color (decimal): -1455185 or 11521001. OLE color: 11521001.

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

Color convert

RGB233203175-
CMYK00.130.250.09
HSL28.97º56.86%80%-
HSV(B)28.97º24.89%91.37%-
XYZ62.763.1349.44-
YUV208.78108.94145.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=38.13%
G=33.22%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320317500.130.250.0928.9756.8680
HexE9CBAF0D1991d3950
Octal35131325701531113571120
Binary11101001110010111010111101101110011001111011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBAF; }

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

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

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

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

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

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

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

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