#EDCBB6

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

Shades of Desert Sand #EDCBB6

Tints of Desert Sand #EDCBB6

Color information

#EDCBB6 (or 0xEDCBB6) is unknown color: approx Desert Sand. HEX triplet: ED, CB and B6. RGB value is (237,203,182). Sum of RGB (Red+Green+Blue) = 237+203+182=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBB6 is #123449. Grayscale: #D2D2D2. Windows color (decimal): -1193034 or 11979757. OLE color: 11979757.

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

Color convert

RGB237203182-
CMYK00.140.230.07
HSL22.91º60.44%82.16%-
HSV(B)22.91º23.21%92.94%-
XYZ64.7264.0953.22-
YUV210.77111.76146.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=38.10%
G=32.64%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720318200.140.230.0722.9160.4482.16
HexEDCBB60E177173c52
Octal3553132660162772774122
Binary1110110111001011101101100111010111111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBB6; }

 p { color: rgb(237,203,182); }

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

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

 a { background-color: rgb(237,203,182); }

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

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

 span { border-color: rgb(237,203,182); }

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