#EBCBAA

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

Shades of Desert Sand #EBCBAA

Tints of Desert Sand #EBCBAA

Color information

#EBCBAA (or 0xEBCBAA) is unknown color: approx Desert Sand. HEX triplet: EB, CB and AA. RGB value is (235,203,170). Sum of RGB (Red+Green+Blue) = 235+203+170=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAA is #143455. Grayscale: #D0D0D0. Windows color (decimal): -1324118 or 11193323. OLE color: 11193323.

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

Color convert

RGB235203170-
CMYK00.140.280.08
HSL30.46º61.9%79.41%-
HSV(B)30.46º27.66%92.16%-
XYZ62.8763.2846.93-
YUV208.81106.1146.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=38.65%
G=33.39%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520317000.140.280.0830.4661.979.41
HexEBCBAA0E1C81e3e4f
Octal35331325201634103676117
Binary11101011110010111010101001110111001000111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBAA; }

 p { color: rgb(235,203,170); }

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

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

 a { background-color: rgb(235,203,170); }

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

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

 span { border-color: rgb(235,203,170); }

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