#EDCCAE

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

Shades of Desert Sand #EDCCAE

Tints of Desert Sand #EDCCAE

Color information

#EDCCAE (or 0xEDCCAE) is unknown color: approx Desert Sand. HEX triplet: ED, CC and AE. RGB value is (237,204,174). Sum of RGB (Red+Green+Blue) = 237+204+174=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCAE is #123351. Grayscale: #D2D2D2. Windows color (decimal): -1192786 or 11455725. OLE color: 11455725.

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

Color convert

RGB237204174-
CMYK00.140.270.07
HSL28.57º63.64%80.59%-
HSV(B)28.57º26.58%92.94%-
XYZ64.1664.2549.06-
YUV210.45107.43146.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=38.54%
G=33.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720417400.140.270.0728.5763.6480.59
HexEDCCAE0E1B71d4051
Octal35531425601633735100121
Binary11101101110011001010111001110110111111110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCAE; }

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

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

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

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

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

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

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

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