#E9CCAF

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

Shades of Desert Sand #E9CCAF

Tints of Desert Sand #E9CCAF

Color information

#E9CCAF (or 0xE9CCAF) is unknown color: approx Desert Sand. HEX triplet: E9, CC and AF. RGB value is (233,204,175). Sum of RGB (Red+Green+Blue) = 233+204+175=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CCAF is #163350. Grayscale: #D1D1D1. Windows color (decimal): -1454929 or 11521257. OLE color: 11521257.

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

Color convert

RGB233204175-
CMYK00.120.250.09
HSL30º56.86%80%-
HSV(B)30º24.89%91.37%-
XYZ62.9463.649.52-
YUV209.36108.61144.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=38.07%
G=33.33%
B=28.59%

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
Decimal23320417500.120.250.093056.8680
HexE9CCAF0C1991e3950
Octal35131425701431113671120
Binary11101001110011001010111101100110011001111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCAF; }

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

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

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

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

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

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

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

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