#EBCCB0

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

Shades of Desert Sand #EBCCB0

Tints of Desert Sand #EBCCB0

Color information

#EBCCB0 (or 0xEBCCB0) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B0. RGB value is (235,204,176). Sum of RGB (Red+Green+Blue) = 235+204+176=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCB0 is #14334F. Grayscale: #D2D2D2. Windows color (decimal): -1323856 or 11586795. OLE color: 11586795.

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

Color convert

RGB235204176-
CMYK00.130.250.08
HSL28.47º59.6%80.59%-
HSV(B)28.47º25.11%92.16%-
XYZ63.6963.9850.07-
YUV210.08108.77145.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=38.21%
G=33.17%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520417600.130.250.0828.4759.680.59
HexEBCCB00D1981c3c51
Octal35331426001531103474121
Binary11101011110011001011000001101110011000111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB0; }

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

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

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

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

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

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

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

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