#EBC4AB

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

Shades of Desert Sand #EBC4AB

Tints of Desert Sand #EBC4AB

Color information

#EBC4AB (or 0xEBC4AB) is unknown color: approx Desert Sand. HEX triplet: EB, C4 and AB. RGB value is (235,196,171). Sum of RGB (Red+Green+Blue) = 235+196+171=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AB is #143B54. Grayscale: #CCCCCC. Windows color (decimal): -1325909 or 11257067. OLE color: 11257067.

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

Color convert

RGB235196171-
CMYK00.170.270.08
HSL23.44º61.54%79.61%-
HSV(B)23.44º27.23%92.16%-
XYZ61.3560.0846.89-
YUV204.81108.92149.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=39.04%
G=32.56%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519617100.170.270.0823.4461.5479.61
HexEBC4AB0111B8173e50
Octal35330425302133102776120
Binary111010111100010010101011010001110111000101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4AB; }

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

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

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

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

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

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

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

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