#EBCCB5

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

Shades of Desert Sand #EBCCB5

Tints of Desert Sand #EBCCB5

Color information

#EBCCB5 (or 0xEBCCB5) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B5. RGB value is (235,204,181). Sum of RGB (Red+Green+Blue) = 235+204+181=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCB5 is #14334A. Grayscale: #D2D2D2. Windows color (decimal): -1323851 or 11914475. OLE color: 11914475.

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

Color convert

RGB235204181-
CMYK00.130.230.08
HSL25.56º57.45%81.57%-
HSV(B)25.56º22.98%92.16%-
XYZ64.1964.1852.72-
YUV210.65111.27145.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 181 (71.09% from 255) = 29.19%
R=37.90%
G=32.90%
B=29.19%

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
Decimal23520418100.130.230.0825.5657.4581.57
HexEBCCB50D1781a3952
Octal35331426501527103271122
Binary11101011110011001011010101101101111000110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB5; }

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

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

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

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

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

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

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

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