#EDC8B1

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

Shades of Desert Sand #EDC8B1

Tints of Desert Sand #EDC8B1

Color information

#EDC8B1 (or 0xEDC8B1) is unknown color: approx Desert Sand. HEX triplet: ED, C8 and B1. RGB value is (237,200,177). Sum of RGB (Red+Green+Blue) = 237+200+177=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8B1 is #12374E. Grayscale: #D0D0D0. Windows color (decimal): -1193807 or 11651309. OLE color: 11651309.

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

Color convert

RGB237200177-
CMYK00.160.250.07
HSL23º62.5%81.18%-
HSV(B)23º25.32%92.94%-
XYZ63.5262.4950.31-
YUV208.44110.26148.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 177 (69.53% from 255) = 28.83%
R=38.60%
G=32.57%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720017700.160.250.072362.581.18
HexEDC8B1010197173e51
Octal3553102610203172776121
Binary11101101110010001011000101000011001111101111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC8B1; }

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

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

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

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

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

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

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

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