#ebc7ab

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

Shades of Desert Sand #EBC7AB

Tints of Desert Sand #EBC7AB

Color information

#EBC7AB (or 0xEBC7AB) is unknown color: approx Desert Sand. HEX triplet: EB, C7 and AB. RGB value is (235,199,171). Sum of RGB (Red+Green+Blue) = 235+199+171=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7AB is #143854. Grayscale: #CECECE. Windows color (decimal): -1325141 or 11257835. OLE color: 11257835.

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

Color convert

RGB235199171-
CMYK00.150.270.08
HSL26.25º61.54%79.61%-
HSV(B)26.25º27.23%92.16%-
XYZ62.0461.4547.12-
YUV206.57107.93148.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=38.84%
G=32.89%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519917100.150.270.0826.2561.5479.61
HexEBC7AB0F1B81a3e50
Octal35330725301733103276120
Binary11101011110001111010101101111110111000110101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc7ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc7ab; }

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

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

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

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

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

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

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

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