#EAC7A1

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

Shades of New Tan #EAC7A1

Tints of New Tan #EAC7A1

Color information

#EAC7A1 (or 0xEAC7A1) is unknown color: approx New Tan. HEX triplet: EA, C7 and A1. RGB value is (234,199,161). Sum of RGB (Red+Green+Blue) = 234+199+161=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7A1 is #15385E. Grayscale: #CDCDCD. Windows color (decimal): -1390687 or 10602474. OLE color: 10602474.

HSL color Cylindrical-coordinate representation of color #EAC7A1: hue angle of 31.23º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAC7A1 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234199161-
CMYK00.150.310.08
HSL31.23º63.48%77.45%-
HSV(B)31.23º31.2%91.76%-
XYZ60.7960.9142.27-
YUV205.13103.1148.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=39.39%
G=33.50%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419916100.150.310.0831.2363.4877.45
HexEAC7A10F1F81f3f4d
Octal35230724101737103777115
Binary11101010110001111010000101111111111000111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7A1; }

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

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

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

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

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

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

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

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