#EAC49A

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

Shades of New Tan #EAC49A

Tints of New Tan #EAC49A

Color information

#EAC49A (or 0xEAC49A) is unknown color: approx New Tan. HEX triplet: EA, C4 and 9A. RGB value is (234,196,154). Sum of RGB (Red+Green+Blue) = 234+196+154=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC49A is #153B65. Grayscale: #CACACA. Windows color (decimal): -1391462 or 10142954. OLE color: 10142954.

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

Color convert

RGB234196154-
CMYK00.160.340.08
HSL31.5º65.57%76.08%-
HSV(B)31.5º34.19%91.76%-
XYZ59.559.3138.88-
YUV202.57100.59150.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=40.07%
G=33.56%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419615400.160.340.0831.565.5776.08
HexEAC49A01022820424c
Octal352304232020421040102114
Binary111010101100010010011010010000100010100010000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC49A; }

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

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

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

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

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

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

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

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