#EDCBAF

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

Shades of Desert Sand #EDCBAF

Tints of Desert Sand #EDCBAF

Color information

#EDCBAF (or 0xEDCBAF) is unknown color: approx Desert Sand. HEX triplet: ED, CB and AF. RGB value is (237,203,175). Sum of RGB (Red+Green+Blue) = 237+203+175=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBAF is #123450. Grayscale: #D2D2D2. Windows color (decimal): -1193041 or 11521005. OLE color: 11521005.

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

Color convert

RGB237203175-
CMYK00.140.260.07
HSL27.1º63.27%80.78%-
HSV(B)27.1º26.16%92.94%-
XYZ64.0263.8149.5-
YUV209.97108.26147.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=38.54%
G=33.01%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720317500.140.260.0727.163.2780.78
HexEDCBAF0E1A71b3f51
Octal3553132570163273377121
Binary1110110111001011101011110111011010111110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBAF; }

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

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

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

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

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

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

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

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