COLOR #EAA210

HEX: #EAA210
RGB: (234,162,16)

Color info

#EAA210 contains mainly red color. Web safe color of #EAA210 is #FF9900 (or #F90).

RGB color model

#EAA210 color RGB value is (234,162,16).

  • red value is 234;
  • green value is 162;
  • blue value is 16.
RGB:
(234,162,16)
(92%,64%,6%)

RGB channels and saturation

R 234 of 255 = 92%
G 162 of 255 = 64%
B 16 of 255 = 6%

234
162
16

R + G + B ~ 54%. #EAA210 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
234 + 162 + 16 = 412 (100%)
R 234 of 412 ~ 56.8%
G 162 of 412 ~ 39.32%
B 16 of 412 ~ 3.88%

%56.8
%39.32

CMYK color model

#EAA210 color CMYK value is (0,31,93,8).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 93.16%
  • key color value is 8.24%
CMYK:
(0,31,93,8)
C0M31Y93K8 
(0%,31%,93%,8%)
(0.00/0.31/0.93/0.08)	

CMYK percentages

%0
%30.77
%93.16
%8.24

Codes

Color #EAA210 in popluar color models

EAA210
RGB23416216
HSL40°87.20%49.02%
HSB/HSV40°93.16%91.76%
CMYK0.00%30.77%93.16%
8.24%

Color #EAA210 in popluar number systems.

HEXEAA210
Decimal23416216
Binary111010101010001010000
Octal35224220

Shades and tints

Shades of #EAA210

#EAA210
(234,162,16)
#D5940F
(213,148,15)
#C0860E
(192,134,14)
#AB780D
(171,120,13)
#966A0C
(150,106,12)
#815C0B
(129,92,11)
#6C4E0A
(108,78,10)
#574009
(87,64,9)
#423208
(66,50,8)
#2D2407
(45,36,7)
#181606
(24,22,6)
#000000
(0,0,0)

Tints of #EAA210

#EAA210
(234,162,16)
#EBAA25
(235,170,37)
#ECB23A
(236,178,58)
#EDBA4F
(237,186,79)
#EEC264
(238,194,100)
#EFCA79
(239,202,121)
#F0D28E
(240,210,142)
#F1DAA3
(241,218,163)
#F2E2B8
(242,226,184)
#F3EACD
(243,234,205)
#F4F2E2
(244,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA210 color. Also use rgb(234,162,16) instead hex code.

Text Font Color

.myTextColor { color: #EAA210; }

<p style="color:#EAA210">This sample text font color is #EAA210.</p>

This text font color is #EAA210.


Background Color

.myBgColor { background-color: #EAA210; }

<div style="background-color:#EAA210">Inner text</div>

This div background color is #EAA210.


Border color

.myBorderColor { border: 1px solid #EAA210; }

<div style="border:3px solid #EAA210">Div</div>

This div border color is #EAA210.


Opacity

.myOpacity80 { color: #EAA210; opacity: 0.8; }

<p style="color:#EAA210;opacity:0.8;">80%</p>

Text with #EAA210 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EAA210;}

<p style="text-shadow: 3px 3px 1px #EAA210">Text here.</p>

This text has shadow with #EAA210 color.

.textShadow {text-shadow: 3px 3px 1px #EAA210, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EAA210, 5px 5px 20px red">Text here.</p>

This text has shadow with #EAA210 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EAA210, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EAA210, Direction=45, Strength=4)">Text</p>

This text has shadow with #EAA210 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EAA210;
  -webkit-box-shadow:	1px 1px 3px 2px #EAA210;
  box-shadow:		1px 1px 3px 2px #EAA210;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EAA210;
-webkit-box-shadow: 1px 1px 3px 2px #EAA210;
box-shadow:1px 1px 3px 2px #EAA210;">
Div content here</div>
This div box has shadow with color #EAA210.

Preview

Color preview on black background

This text has color #EAA210 on black background.


Color preview on white background

This text has color #EAA210 on white background.



Black color preview on #EAA210 background

This text has black color on #EAA210 background.


White color preview on #EAA210 background

This text has white color on #EAA210 background.