#EBC9A0

Color #EBC9A0 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EBC9A0

Tints of New Tan #EBC9A0

Color information

#EBC9A0 (or 0xEBC9A0) is unknown color: approx New Tan. HEX triplet: EB, C9 and A0. RGB value is (235,201,160). Sum of RGB (Red+Green+Blue) = 235+201+160=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A0 is #14365F. Grayscale: #CECECE. Windows color (decimal): -1324640 or 10537451. OLE color: 10537451.

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

Color convert

RGB235201160-
CMYK00.140.320.08
HSL32.8º65.22%77.45%-
HSV(B)32.8º31.91%92.16%-
XYZ61.4961.9741.98-
YUV206.49101.76148.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=39.43%
G=33.72%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520116000.140.320.0832.865.2277.45
HexEBC9A00E20821414d
Octal353311240016401041101115
Binary11101011110010011010000001110100000100010000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9A0; }

 p { color: rgb(235,201,160); }

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

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

 a { background-color: rgb(235,201,160); }

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

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

 span { border-color: rgb(235,201,160); }

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