#EDC8AD

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

Shades of Desert Sand #EDC8AD

Tints of Desert Sand #EDC8AD

Color information

#EDC8AD (or 0xEDC8AD) is unknown color: approx Desert Sand. HEX triplet: ED, C8 and AD. RGB value is (237,200,173). Sum of RGB (Red+Green+Blue) = 237+200+173=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AD is #123752. Grayscale: #D0D0D0. Windows color (decimal): -1193811 or 11389165. OLE color: 11389165.

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

Color convert

RGB237200173-
CMYK00.160.270.07
HSL25.31º64%80.39%-
HSV(B)25.31º27%92.94%-
XYZ63.1262.3348.24-
YUV207.98108.26148.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=38.85%
G=32.79%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720017300.160.270.0725.316480.39
HexEDC8AD0101B7194050
Octal35531025502033731100120
Binary111011011100100010101101010000110111111100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8AD; }

 p { color: rgb(237,200,173); }

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

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

 a { background-color: rgb(237,200,173); }

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

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

 span { border-color: rgb(237,200,173); }

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