#EAC096

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

Shades of New Tan #EAC096

Tints of New Tan #EAC096

Color information

#EAC096 (or 0xEAC096) is unknown color: approx New Tan. HEX triplet: EA, C0 and 96. RGB value is (234,192,150). Sum of RGB (Red+Green+Blue) = 234+192+150=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC096 is #153F69. Grayscale: #C7C7C7. Windows color (decimal): -1392490 or 9879786. OLE color: 9879786.

HSL color Cylindrical-coordinate representation of color #EAC096: hue angle of 30º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAC096 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234192150-
CMYK00.180.360.08
HSL30º66.67%75.29%-
HSV(B)30º35.9%91.76%-
XYZ58.2957.3936.86-
YUV199.7799.91152.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=40.62%
G=33.33%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419215000.180.360.083066.6775.29
HexEAC0960122481e434b
Octal352300226022441036103113
Binary11101010110000001001011001001010010010001111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC096; }

 p { color: rgb(234,192,150); }

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

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

 a { background-color: rgb(234,192,150); }

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

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

 span { border-color: rgb(234,192,150); }

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