#EDCEB7

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

Shades of Desert Sand #EDCEB7

Tints of Desert Sand #EDCEB7

Color information

#EDCEB7 (or 0xEDCEB7) is unknown color: approx Desert Sand. HEX triplet: ED, CE and B7. RGB value is (237,206,183). Sum of RGB (Red+Green+Blue) = 237+206+183=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEB7 is #123148. Grayscale: #D4D4D4. Windows color (decimal): -1192265 or 12046061. OLE color: 12046061.

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

Color convert

RGB237206183-
CMYK00.130.230.07
HSL25.56º60%82.35%-
HSV(B)25.56º22.78%92.94%-
XYZ65.5465.5754-
YUV212.65111.27145.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=37.86%
G=32.91%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720618300.130.230.0725.566082.35
HexEDCEB70D1771a3c52
Octal3553162670152773274122
Binary1110110111001110101101110110110111111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEB7; }

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

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

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

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

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

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

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

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