#EAC492

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

Shades of New Tan #EAC492

Tints of New Tan #EAC492

Color information

#EAC492 (or 0xEAC492) is unknown color: approx New Tan. HEX triplet: EA, C4 and 92. RGB value is (234,196,146). Sum of RGB (Red+Green+Blue) = 234+196+146=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC492 is #153B6D. Grayscale: #C9C9C9. Windows color (decimal): -1391470 or 9618666. OLE color: 9618666.

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

Color convert

RGB234196146-
CMYK00.160.380.08
HSL34.09º67.69%74.51%-
HSV(B)34.09º37.61%91.76%-
XYZ58.8659.0535.49-
YUV201.6696.59151.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=40.62%
G=34.03%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419614600.160.380.0834.0967.6974.51
HexEAC49201026822444b
Octal352304222020461042104113
Binary111010101100010010010010010000100110100010001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC492; }

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

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

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

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

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

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

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

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