#EDCDB1

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

Shades of Desert Sand #EDCDB1

Tints of Desert Sand #EDCDB1

Color information

#EDCDB1 (or 0xEDCDB1) is unknown color: approx Desert Sand. HEX triplet: ED, CD and B1. RGB value is (237,205,177). Sum of RGB (Red+Green+Blue) = 237+205+177=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDB1 is #12324E. Grayscale: #D3D3D3. Windows color (decimal): -1192527 or 11652589. OLE color: 11652589.

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

Color convert

RGB237205177-
CMYK00.140.250.07
HSL28º62.5%81.18%-
HSV(B)28º25.32%92.94%-
XYZ64.6964.8450.7-
YUV211.38108.6146.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=38.29%
G=33.12%
B=28.59%

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
Decimal23720517700.140.250.072862.581.18
HexEDCDB10E1971c3e51
Octal3553152610163173476121
Binary1110110111001101101100010111011001111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDB1; }

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

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

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

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

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

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

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

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