#EDC9AF

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

Shades of Desert Sand #EDC9AF

Tints of Desert Sand #EDC9AF

Color information

#EDC9AF (or 0xEDC9AF) is unknown color: approx Desert Sand. HEX triplet: ED, C9 and AF. RGB value is (237,201,175). Sum of RGB (Red+Green+Blue) = 237+201+175=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9AF is #123650. Grayscale: #D0D0D0. Windows color (decimal): -1193553 or 11520493. OLE color: 11520493.

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

Color convert

RGB237201175-
CMYK00.150.260.07
HSL25.16º63.27%80.78%-
HSV(B)25.16º26.16%92.94%-
XYZ63.5562.8749.34-
YUV208.8108.93148.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=38.66%
G=32.79%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720117500.150.260.0725.1663.2780.78
HexEDC9AF0F1A7193f51
Octal3553112570173273177121
Binary1110110111001001101011110111111010111110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9AF; }

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

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

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

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

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

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

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

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