#EAC497

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

Shades of New Tan #EAC497

Tints of New Tan #EAC497

Color information

#EAC497 (or 0xEAC497) is unknown color: approx New Tan. HEX triplet: EA, C4 and 97. RGB value is (234,196,151). Sum of RGB (Red+Green+Blue) = 234+196+151=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC497 is #153B68. Grayscale: #CACACA. Windows color (decimal): -1391465 or 9946346. OLE color: 9946346.

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

Color convert

RGB234196151-
CMYK00.160.350.08
HSL32.53º66.4%75.49%-
HSV(B)32.53º35.47%91.76%-
XYZ59.2659.2137.58-
YUV202.2399.09150.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=40.28%
G=33.73%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419615100.160.350.0832.5366.475.49
HexEAC49701023821424b
Octal352304227020431041102113
Binary111010101100010010010111010000100011100010000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC497; }

 p { color: rgb(234,196,151); }

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

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

 a { background-color: rgb(234,196,151); }

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

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

 span { border-color: rgb(234,196,151); }

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