#EDC7AD

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

Shades of Desert Sand #EDC7AD

Tints of Desert Sand #EDC7AD

Color information

#EDC7AD (or 0xEDC7AD) is unknown color: approx Desert Sand. HEX triplet: ED, C7 and AD. RGB value is (237,199,173). Sum of RGB (Red+Green+Blue) = 237+199+173=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7AD is #123852. Grayscale: #CFCFCF. Windows color (decimal): -1194067 or 11388909. OLE color: 11388909.

HSL color Cylindrical-coordinate representation of color #EDC7AD: hue angle of 24.38º 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 #EDC7AD is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237199173-
CMYK00.160.270.07
HSL24.38º64%80.39%-
HSV(B)24.38º27%92.94%-
XYZ62.8961.8748.16-
YUV207.4108.59149.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 199 (78.12% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=38.92%
G=32.68%
B=28.41%

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
Decimal23719917300.160.270.0724.386480.39
HexEDC7AD0101B7184050
Octal35530725502033730100120
Binary111011011100011110101101010000110111111100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC7AD; }

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

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

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

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

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

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

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

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