#EBCCB6

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

Shades of Desert Sand #EBCCB6

Tints of Desert Sand #EBCCB6

Color information

#EBCCB6 (or 0xEBCCB6) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B6. RGB value is (235,204,182). Sum of RGB (Red+Green+Blue) = 235+204+182=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCB6 is #143349. Grayscale: #D2D2D2. Windows color (decimal): -1323850 or 11980011. OLE color: 11980011.

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

Color convert

RGB235204182-
CMYK00.130.230.08
HSL24.91º56.99%81.76%-
HSV(B)24.91º22.55%92.16%-
XYZ64.364.2353.26-
YUV210.76111.77145.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=37.84%
G=32.85%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520418200.130.230.0824.9156.9981.76
HexEBCCB60D178193952
Octal35331426601527103171122
Binary11101011110011001011011001101101111000110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB6; }

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

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

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

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

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

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

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

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