#EDCEB2

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

Shades of Desert Sand #EDCEB2

Tints of Desert Sand #EDCEB2

Color information

#EDCEB2 (or 0xEDCEB2) is unknown color: approx Desert Sand. HEX triplet: ED, CE and B2. RGB value is (237,206,178). Sum of RGB (Red+Green+Blue) = 237+206+178=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEB2 is #12314D. Grayscale: #D4D4D4. Windows color (decimal): -1192270 or 11718381. OLE color: 11718381.

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

Color convert

RGB237206178-
CMYK00.130.250.07
HSL28.47º62.11%81.37%-
HSV(B)28.47º24.89%92.94%-
XYZ65.0365.3651.31-
YUV212.08108.77145.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 178 (69.92% from 255) = 28.66%
R=38.16%
G=33.17%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720617800.130.250.0728.4762.1181.37
HexEDCEB20D1971c3e51
Octal3553162620153173476121
Binary1110110111001110101100100110111001111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEB2; }

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

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

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

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

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

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

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

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