#EAC6A0

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

Shades of New Tan #EAC6A0

Tints of New Tan #EAC6A0

Color information

#EAC6A0 (or 0xEAC6A0) is unknown color: approx New Tan. HEX triplet: EA, C6 and A0. RGB value is (234,198,160). Sum of RGB (Red+Green+Blue) = 234+198+160=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6A0 is #15395F. Grayscale: #CCCCCC. Windows color (decimal): -1390944 or 10536682. OLE color: 10536682.

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

Color convert

RGB234198160-
CMYK00.150.320.08
HSL30.81º63.79%77.25%-
HSV(B)30.81º31.62%91.76%-
XYZ60.4760.4241.73-
YUV204.43102.93149.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 198 (77.73% from 255) = 33.45%
BLUE value IS 160 (62.89% from 255) = 27.03%
R=39.53%
G=33.45%
B=27.03%

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
Decimal23419816000.150.320.0830.8163.7977.25
HexEAC6A00F2081f404d
Octal352306240017401037100115
Binary1110101011000110101000000111110000010001111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6A0; }

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

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

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

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

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

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

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

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