#EBC5AA

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

Shades of Desert Sand #EBC5AA

Tints of Desert Sand #EBC5AA

Color information

#EBC5AA (or 0xEBC5AA) is unknown color: approx Desert Sand. HEX triplet: EB, C5 and AA. RGB value is (235,197,170). Sum of RGB (Red+Green+Blue) = 235+197+170=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AA is #143A55. Grayscale: #CDCDCD. Windows color (decimal): -1325654 or 11191787. OLE color: 11191787.

HSL color Cylindrical-coordinate representation of color #EBC5AA: hue angle of 24.92º 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 #EBC5AA is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235197170-
CMYK00.160.280.08
HSL24.92º61.9%79.41%-
HSV(B)24.92º27.66%92.16%-
XYZ61.4860.546.47-
YUV205.28108.09149.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=39.04%
G=32.72%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717000.160.280.0824.9261.979.41
HexEBC5AA0101C8193e4f
Octal35330525202034103176117
Binary111010111100010110101010010000111001000110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5AA; }

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

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

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

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

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

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

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

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