#EDCDB0

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

Shades of Desert Sand #EDCDB0

Tints of Desert Sand #EDCDB0

Color information

#EDCDB0 (or 0xEDCDB0) is unknown color: approx Desert Sand. HEX triplet: ED, CD and B0. RGB value is (237,205,176). Sum of RGB (Red+Green+Blue) = 237+205+176=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB0 is #12324F. Grayscale: #D3D3D3. Windows color (decimal): -1192528 or 11587053. OLE color: 11587053.

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

Color convert

RGB237205176-
CMYK00.140.260.07
HSL28.52º62.89%80.98%-
HSV(B)28.52º25.74%92.94%-
XYZ64.5964.850.18-
YUV211.26108.1146.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=38.35%
G=33.17%
B=28.48%

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
Decimal23720517600.140.260.0728.5262.8980.98
HexEDCDB00E1A71d3f51
Octal3553152600163273577121
Binary1110110111001101101100000111011010111111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDB0; }

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

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

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

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

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

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

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

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