#EBC9AB

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

Shades of Desert Sand #EBC9AB

Tints of Desert Sand #EBC9AB

Color information

#EBC9AB (or 0xEBC9AB) is unknown color: approx Desert Sand. HEX triplet: EB, C9 and AB. RGB value is (235,201,171). Sum of RGB (Red+Green+Blue) = 235+201+171=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AB is #143654. Grayscale: #CFCFCF. Windows color (decimal): -1324629 or 11258347. OLE color: 11258347.

HSL color Cylindrical-coordinate representation of color #EBC9AB: hue angle of 28.13º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBC9AB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235201171-
CMYK00.140.270.08
HSL28.13º61.54%79.61%-
HSV(B)28.13º27.23%92.16%-
XYZ62.562.3847.27-
YUV207.75107.26147.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=38.71%
G=33.11%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520117100.140.270.0828.1361.5479.61
HexEBC9AB0E1B81c3e50
Octal35331125301633103476120
Binary11101011110010011010101101110110111000111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9AB; }

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

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

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

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

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

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

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

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