#E9CDAF

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

Shades of Desert Sand #E9CDAF

Tints of Desert Sand #E9CDAF

Color information

#E9CDAF (or 0xE9CDAF) is unknown color: approx Desert Sand. HEX triplet: E9, CD and AF. RGB value is (233,205,175). Sum of RGB (Red+Green+Blue) = 233+205+175=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAF is #163250. Grayscale: #D2D2D2. Windows color (decimal): -1454673 or 11521513. OLE color: 11521513.

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

Color convert

RGB233205175-
CMYK00.120.250.09
HSL31.03º56.86%80%-
HSV(B)31.03º24.89%91.37%-
XYZ63.1764.0849.6-
YUV209.95108.28144.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=38.01%
G=33.44%
B=28.55%

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
Decimal23320517500.120.250.0931.0356.8680
HexE9CDAF0C1991f3950
Octal35131525701431113771120
Binary11101001110011011010111101100110011001111111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDAF; }

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

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

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

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

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

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

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

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