#EDCEB3

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

Shades of Desert Sand #EDCEB3

Tints of Desert Sand #EDCEB3

Color information

#EDCEB3 (or 0xEDCEB3) is unknown color: approx Desert Sand. HEX triplet: ED, CE and B3. RGB value is (237,206,179). Sum of RGB (Red+Green+Blue) = 237+206+179=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEB3 is #12314C. Grayscale: #D4D4D4. Windows color (decimal): -1192269 or 11783917. OLE color: 11783917.

HSL color Cylindrical-coordinate representation of color #EDCEB3: hue angle of 27.93º degrees, saturation: 0.62, 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 #EDCEB3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237206179-
CMYK00.130.240.07
HSL27.93º61.7%81.57%-
HSV(B)27.93º24.47%92.94%-
XYZ65.1365.451.84-
YUV212.19109.27145.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 179 (70.31% from 255) = 28.78%
R=38.10%
G=33.12%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720617900.130.240.0727.9361.781.57
HexEDCEB30D1871c3e52
Octal3553162630153073476122
Binary1110110111001110101100110110111000111111001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEB3; }

 p { color: rgb(237,206,179); }

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

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

 a { background-color: rgb(237,206,179); }

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

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

 span { border-color: rgb(237,206,179); }

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