#EBCCB3

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

Shades of Desert Sand #EBCCB3

Tints of Desert Sand #EBCCB3

Color information

#EBCCB3 (or 0xEBCCB3) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B3. RGB value is (235,204,179). Sum of RGB (Red+Green+Blue) = 235+204+179=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCB3 is #14334C. Grayscale: #D2D2D2. Windows color (decimal): -1323853 or 11783403. OLE color: 11783403.

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

Color convert

RGB235204179-
CMYK00.130.240.08
HSL26.79º58.33%81.18%-
HSV(B)26.79º23.83%92.16%-
XYZ63.9964.151.65-
YUV210.42110.27145.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=38.03%
G=33.01%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520417900.130.240.0826.7958.3381.18
HexEBCCB30D1881b3a51
Octal35331426301530103372121
Binary11101011110011001011001101101110001000110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB3; }

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

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

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

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

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

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

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

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