#EDC9B0

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

Shades of Desert Sand #EDC9B0

Tints of Desert Sand #EDC9B0

Color information

#EDC9B0 (or 0xEDC9B0) is unknown color: approx Desert Sand. HEX triplet: ED, C9 and B0. RGB value is (237,201,176). Sum of RGB (Red+Green+Blue) = 237+201+176=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9B0 is #12364F. Grayscale: #D1D1D1. Windows color (decimal): -1193552 or 11586029. OLE color: 11586029.

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

Color convert

RGB237201176-
CMYK00.150.260.07
HSL24.59º62.89%80.98%-
HSV(B)24.59º25.74%92.94%-
XYZ63.6562.9149.86-
YUV208.91109.43148.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 201 (78.91% from 255) = 32.74%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=38.60%
G=32.74%
B=28.66%

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
Decimal23720117600.150.260.0724.5962.8980.98
HexEDC9B00F1A7193f51
Octal3553112600173273177121
Binary1110110111001001101100000111111010111110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9B0; }

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

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

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

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

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

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

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

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