#EDC6AF

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

Shades of Desert Sand #EDC6AF

Tints of Desert Sand #EDC6AF

Color information

#EDC6AF (or 0xEDC6AF) is unknown color: approx Desert Sand. HEX triplet: ED, C6 and AF. RGB value is (237,198,175). Sum of RGB (Red+Green+Blue) = 237+198+175=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC6AF is #123950. Grayscale: #CFCFCF. Windows color (decimal): -1194321 or 11519725. OLE color: 11519725.

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

Color convert

RGB237198175-
CMYK00.160.260.07
HSL22.26º63.27%80.78%-
HSV(B)22.26º26.16%92.94%-
XYZ62.8661.4949.11-
YUV207.04109.92149.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=38.85%
G=32.46%
B=28.69%

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
Decimal23719817500.160.260.0722.2663.2780.78
HexEDC6AF0101A7163f51
Octal3553062570203272677121
Binary11101101110001101010111101000011010111101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6AF; }

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

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

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

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

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

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

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

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