#EDCBB1

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

Shades of Desert Sand #EDCBB1

Tints of Desert Sand #EDCBB1

Color information

#EDCBB1 (or 0xEDCBB1) is unknown color: approx Desert Sand. HEX triplet: ED, CB and B1. RGB value is (237,203,177). Sum of RGB (Red+Green+Blue) = 237+203+177=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBB1 is #12344E. Grayscale: #D2D2D2. Windows color (decimal): -1193039 or 11652077. OLE color: 11652077.

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

Color convert

RGB237203177-
CMYK00.140.250.07
HSL26º62.5%81.18%-
HSV(B)26º25.32%92.94%-
XYZ64.2263.8950.54-
YUV210.2109.26147.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=38.41%
G=32.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720317700.140.250.072662.581.18
HexEDCBB10E1971a3e51
Octal3553132610163173276121
Binary1110110111001011101100010111011001111110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBB1; }

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

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

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

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

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

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

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

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