#EDCDB4

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

Shades of Desert Sand #EDCDB4

Tints of Desert Sand #EDCDB4

Color information

#EDCDB4 (or 0xEDCDB4) is unknown color: approx Desert Sand. HEX triplet: ED, CD and B4. RGB value is (237,205,180). Sum of RGB (Red+Green+Blue) = 237+205+180=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB4 is #12324B. Grayscale: #D3D3D3. Windows color (decimal): -1192524 or 11849197. OLE color: 11849197.

HSL color Cylindrical-coordinate representation of color #EDCDB4: hue angle of 26.32º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDCDB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237205180-
CMYK00.140.240.07
HSL26.32º61.29%81.76%-
HSV(B)26.32º24.05%92.94%-
XYZ64.9964.9652.29-
YUV211.72110.1146.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=38.10%
G=32.96%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720518000.140.240.0726.3261.2981.76
HexEDCDB40E1871a3d52
Octal3553152640163073275122
Binary1110110111001101101101000111011000111110101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDB4; }

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

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

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

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

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

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

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

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