#EDC8AF

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

Shades of Desert Sand #EDC8AF

Tints of Desert Sand #EDC8AF

Color information

#EDC8AF (or 0xEDC8AF) is unknown color: approx Desert Sand. HEX triplet: ED, C8 and AF. RGB value is (237,200,175). Sum of RGB (Red+Green+Blue) = 237+200+175=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8AF is #123750. Grayscale: #D0D0D0. Windows color (decimal): -1193809 or 11520237. OLE color: 11520237.

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

Color convert

RGB237200175-
CMYK00.160.260.07
HSL24.19º63.27%80.78%-
HSV(B)24.19º26.16%92.94%-
XYZ63.3262.4149.27-
YUV208.21109.26148.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=38.73%
G=32.68%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720017500.160.260.0724.1963.2780.78
HexEDC8AF0101A7183f51
Octal3553102570203273077121
Binary11101101110010001010111101000011010111110001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8AF; }

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

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

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

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

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

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

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

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