#EDC9B2

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

Shades of Desert Sand #EDC9B2

Tints of Desert Sand #EDC9B2

Color information

#EDC9B2 (or 0xEDC9B2) is unknown color: approx Desert Sand. HEX triplet: ED, C9 and B2. RGB value is (237,201,178). Sum of RGB (Red+Green+Blue) = 237+201+178=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9B2 is #12364D. Grayscale: #D1D1D1. Windows color (decimal): -1193550 or 11717101. OLE color: 11717101.

HSL color Cylindrical-coordinate representation of color #EDC9B2: hue angle of 23.39º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDC9B2 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237201178-
CMYK00.150.250.07
HSL23.39º62.11%81.37%-
HSV(B)23.39º24.89%92.94%-
XYZ63.8562.9950.91-
YUV209.14110.43147.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 178 (69.92% from 255) = 28.90%
R=38.47%
G=32.63%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720117800.150.250.0723.3962.1181.37
HexEDC9B20F197173e51
Octal3553112620173172776121
Binary1110110111001001101100100111111001111101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9B2; }

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

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

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

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

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

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

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

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