#EBC5AD

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

Shades of Desert Sand #EBC5AD

Tints of Desert Sand #EBC5AD

Color information

#EBC5AD (or 0xEBC5AD) is unknown color: approx Desert Sand. HEX triplet: EB, C5 and AD. RGB value is (235,197,173). Sum of RGB (Red+Green+Blue) = 235+197+173=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AD is #143A52. Grayscale: #CDCDCD. Windows color (decimal): -1325651 or 11388395. OLE color: 11388395.

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

Color convert

RGB235197173-
CMYK00.160.260.08
HSL23.23º60.78%80%-
HSV(B)23.23º26.38%92.16%-
XYZ61.7760.6147.98-
YUV205.63109.59148.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 197 (77.34% from 255) = 32.56%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=38.84%
G=32.56%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717300.160.260.0823.2360.7880
HexEBC5AD0101A8173d50
Octal35330525502032102775120
Binary111010111100010110101101010000110101000101111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5AD; }

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

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

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

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

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

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

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

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