#E8CDAF

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

Shades of Desert Sand #E8CDAF

Tints of Desert Sand #E8CDAF

Color information

#E8CDAF (or 0xE8CDAF) is unknown color: approx Desert Sand. HEX triplet: E8, CD and AF. RGB value is (232,205,175). Sum of RGB (Red+Green+Blue) = 232+205+175=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CDAF is #173250. Grayscale: #D1D1D1. Windows color (decimal): -1520209 or 11521512. OLE color: 11521512.

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

Color convert

RGB232205175-
CMYK00.120.250.09
HSL31.58º55.34%79.8%-
HSV(B)31.58º24.57%90.98%-
XYZ62.8563.9149.58-
YUV209.65108.45143.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=37.91%
G=33.50%
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
Decimal23220517500.120.250.0931.5855.3479.8
HexE8CDAF0C199203750
Octal35031525701431114067120
Binary111010001100110110101111011001100110011000001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDAF; }

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

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

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

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

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

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

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

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