#EDCCAF

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

Shades of Desert Sand #EDCCAF

Tints of Desert Sand #EDCCAF

Color information

#EDCCAF (or 0xEDCCAF) is unknown color: approx Desert Sand. HEX triplet: ED, CC and AF. RGB value is (237,204,175). Sum of RGB (Red+Green+Blue) = 237+204+175=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCAF is #123350. Grayscale: #D2D2D2. Windows color (decimal): -1192785 or 11521261. OLE color: 11521261.

HSL color Cylindrical-coordinate representation of color #EDCCAF: hue angle of 28.06º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDCCAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237204175-
CMYK00.140.260.07
HSL28.06º63.27%80.78%-
HSV(B)28.06º26.16%92.94%-
XYZ64.2664.2949.58-
YUV210.56107.93146.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=38.47%
G=33.12%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720417500.140.260.0728.0663.2780.78
HexEDCCAF0E1A71c3f51
Octal3553142570163273477121
Binary1110110111001100101011110111011010111111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCAF; }

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

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

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

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

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

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

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

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