#EAC196

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

Shades of New Tan #EAC196

Tints of New Tan #EAC196

Color information

#EAC196 (or 0xEAC196) is unknown color: approx New Tan. HEX triplet: EA, C1 and 96. RGB value is (234,193,150). Sum of RGB (Red+Green+Blue) = 234+193+150=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC196 is #153E69. Grayscale: #C8C8C8. Windows color (decimal): -1392234 or 9880042. OLE color: 9880042.

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

Color convert

RGB234193150-
CMYK00.180.360.08
HSL30.71º66.67%75.29%-
HSV(B)30.71º35.9%91.76%-
XYZ58.5157.8336.93-
YUV200.3699.58152-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=40.55%
G=33.45%
B=26.00%

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
Decimal23419315000.180.360.0830.7166.6775.29
HexEAC1960122481f434b
Octal352301226022441037103113
Binary11101010110000011001011001001010010010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC196; }

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

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

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

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

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

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

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

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