#eac7a0

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

Shades of New Tan #EAC7A0

Tints of New Tan #EAC7A0

Color information

#EAC7A0 (or 0xEAC7A0) is unknown color: approx New Tan. HEX triplet: EA, C7 and A0. RGB value is (234,199,160). Sum of RGB (Red+Green+Blue) = 234+199+160=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7A0 is #15385F. Grayscale: #CDCDCD. Windows color (decimal): -1390688 or 10536938. OLE color: 10536938.

HSL color Cylindrical-coordinate representation of color #EAC7A0: hue angle of 31.62º degrees, saturation: 0.64, 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 #EAC7A0 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234199160-
CMYK00.150.320.08
HSL31.62º63.79%77.25%-
HSV(B)31.62º31.62%91.76%-
XYZ60.760.8841.81-
YUV205.02102.6148.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 160 (62.89% from 255) = 26.98%
R=39.46%
G=33.56%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419916000.150.320.0831.6263.7977.25
HexEAC7A00F20820404d
Octal352307240017401040100115
Binary11101010110001111010000001111100000100010000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac7a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac7a0; }

 p { color: rgb(234,199,160); }

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

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

 a { background-color: rgb(234,199,160); }

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

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

 span { border-color: rgb(234,199,160); }

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