#EDCFAF

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

Shades of Desert Sand #EDCFAF

Tints of Desert Sand #EDCFAF

Color information

#EDCFAF (or 0xEDCFAF) is unknown color: approx Desert Sand. HEX triplet: ED, CF and AF. RGB value is (237,207,175). Sum of RGB (Red+Green+Blue) = 237+207+175=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAF is #123050. Grayscale: #D4D4D4. Windows color (decimal): -1192017 or 11522029. OLE color: 11522029.

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

Color convert

RGB237207175-
CMYK00.130.260.07
HSL30.97º63.27%80.78%-
HSV(B)30.97º26.16%92.94%-
XYZ64.9865.7349.82-
YUV212.32106.94145.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=38.29%
G=33.44%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720717500.130.260.0730.9763.2780.78
HexEDCFAF0D1A71f3f51
Octal3553172570153273777121
Binary1110110111001111101011110110111010111111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFAF; }

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

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

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

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

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

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

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

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