#EAC499

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

Shades of New Tan #EAC499

Tints of New Tan #EAC499

Color information

#EAC499 (or 0xEAC499) is unknown color: approx New Tan. HEX triplet: EA, C4 and 99. RGB value is (234,196,153). Sum of RGB (Red+Green+Blue) = 234+196+153=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC499 is #153B66. Grayscale: #CACACA. Windows color (decimal): -1391463 or 10077418. OLE color: 10077418.

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

Color convert

RGB234196153-
CMYK00.160.350.08
HSL31.85º65.85%75.88%-
HSV(B)31.85º34.62%91.76%-
XYZ59.4259.2738.45-
YUV202.46100.09150.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 196 (76.95% from 255) = 33.62%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=40.14%
G=33.62%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419615300.160.350.0831.8565.8575.88
HexEAC49901023820424c
Octal352304231020431040102114
Binary111010101100010010011001010000100011100010000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC499; }

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

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

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

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

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

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

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

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