#EBC9B1

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

Shades of Desert Sand #EBC9B1

Tints of Desert Sand #EBC9B1

Color information

#EBC9B1 (or 0xEBC9B1) is unknown color: approx Desert Sand. HEX triplet: EB, C9 and B1. RGB value is (235,201,177). Sum of RGB (Red+Green+Blue) = 235+201+177=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9B1 is #14364E. Grayscale: #D0D0D0. Windows color (decimal): -1324623 or 11651563. OLE color: 11651563.

HSL color Cylindrical-coordinate representation of color #EBC9B1: hue angle of 24.83º degrees, saturation: 0.59, 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 #EBC9B1 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235201177-
CMYK00.140.250.08
HSL24.83º59.18%80.78%-
HSV(B)24.83º24.68%92.16%-
XYZ63.0862.6150.36-
YUV208.43110.26146.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 201 (78.91% from 255) = 32.79%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=38.34%
G=32.79%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520117700.140.250.0824.8359.1880.78
HexEBC9B10E198193b51
Octal35331126101631103173121
Binary11101011110010011011000101110110011000110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9B1; }

 p { color: rgb(235,201,177); }

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

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

 a { background-color: rgb(235,201,177); }

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

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

 span { border-color: rgb(235,201,177); }

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