#EAC19A

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

Shades of New Tan #EAC19A

Tints of New Tan #EAC19A

Color information

#EAC19A (or 0xEAC19A) is unknown color: approx New Tan. HEX triplet: EA, C1 and 9A. RGB value is (234,193,154). Sum of RGB (Red+Green+Blue) = 234+193+154=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC19A is #153E65. Grayscale: #C9C9C9. Windows color (decimal): -1392230 or 10142186. OLE color: 10142186.

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

Color convert

RGB234193154-
CMYK00.180.340.08
HSL29.25º65.57%76.08%-
HSV(B)29.25º34.19%91.76%-
XYZ58.8357.9738.66-
YUV200.81101.58151.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=40.28%
G=33.22%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419315400.180.340.0829.2565.5776.08
HexEAC19A0122281d424c
Octal352301232022421035102114
Binary11101010110000011001101001001010001010001110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC19A; }

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

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

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

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

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

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

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

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