#EDCEAF

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

Shades of Desert Sand #EDCEAF

Tints of Desert Sand #EDCEAF

Color information

#EDCEAF (or 0xEDCEAF) is unknown color: approx Desert Sand. HEX triplet: ED, CE and AF. RGB value is (237,206,175). Sum of RGB (Red+Green+Blue) = 237+206+175=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAF is #123150. Grayscale: #D3D3D3. Windows color (decimal): -1192273 or 11521773. OLE color: 11521773.

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

Color convert

RGB237206175-
CMYK00.130.260.07
HSL30º63.27%80.78%-
HSV(B)30º26.16%92.94%-
XYZ64.7365.2449.74-
YUV211.74107.27146.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=38.35%
G=33.33%
B=28.32%

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
Decimal23720617500.130.260.073063.2780.78
HexEDCEAF0D1A71e3f51
Octal3553162570153273677121
Binary1110110111001110101011110110111010111111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEAF; }

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

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

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

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

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

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

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

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