#EDCCB6

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

Shades of Desert Sand #EDCCB6

Tints of Desert Sand #EDCCB6

Color information

#EDCCB6 (or 0xEDCCB6) is unknown color: approx Desert Sand. HEX triplet: ED, CC and B6. RGB value is (237,204,182). Sum of RGB (Red+Green+Blue) = 237+204+182=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCB6 is #123349. Grayscale: #D3D3D3. Windows color (decimal): -1192778 or 11980013. OLE color: 11980013.

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

Color convert

RGB237204182-
CMYK00.140.230.07
HSL24º60.44%82.16%-
HSV(B)24º23.21%92.94%-
XYZ64.9664.5753.29-
YUV211.36111.43146.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 182 (71.48% from 255) = 29.21%
R=38.04%
G=32.74%
B=29.21%

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
Decimal23720418200.140.230.072460.4482.16
HexEDCCB60E177183c52
Octal3553142660162773074122
Binary1110110111001100101101100111010111111110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCB6; }

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

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

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

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

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

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

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

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