COLOR #EAAA14

HEX: #EAAA14
RGB: (234,170,20)

Color info

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

RGB color model

#EAAA14 color RGB value is (234,170,20).

  • red value is 234;
  • green value is 170;
  • blue value is 20.
RGB:
(234,170,20)
(92%,67%,8%)

RGB channels and saturation

R 234 of 255 = 92%
G 170 of 255 = 67%
B 20 of 255 = 8%

234
170
20

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

Portions of RGB colors in percentages

R + G + B =
234 + 170 + 20 = 424 (100%)
R 234 of 424 ~ 55.19%
G 170 of 424 ~ 40.09%
B 20 of 424 ~ 4.72%

%55.19
%40.09

CMYK color model

#EAAA14 color CMYK value is (0,27,91,8).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 91.45%
  • key color value is 8.24%
CMYK:
(0,27,91,8)
C0M27Y91K8 
(0%,27%,91%,8%)
(0.00/0.27/0.91/0.08)	

CMYK percentages

%0
%27.35
%91.45
%8.24

Codes

Color #EAAA14 in popluar color models

EAAA14
RGB23417020
HSL42°84.25%49.80%
HSB/HSV42°91.45%91.76%
CMYK0.00%27.35%91.45%
8.24%

Color #EAAA14 in popluar number systems.

HEXEAAA14
Decimal23417020
Binary111010101010101010100
Octal35225224

Shades and tints

Shades of #EAAA14

#EAAA14
(234,170,20)
#D59B13
(213,155,19)
#C08C12
(192,140,18)
#AB7D11
(171,125,17)
#966E10
(150,110,16)
#815F0F
(129,95,15)
#6C500E
(108,80,14)
#57410D
(87,65,13)
#42320C
(66,50,12)
#2D230B
(45,35,11)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #EAAA14

#EAAA14
(234,170,20)
#EBB129
(235,177,41)
#ECB83E
(236,184,62)
#EDBF53
(237,191,83)
#EEC668
(238,198,104)
#EFCD7D
(239,205,125)
#F0D492
(240,212,146)
#F1DBA7
(241,219,167)
#F2E2BC
(242,226,188)
#F3E9D1
(243,233,209)
#F4F0E6
(244,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAAA14 color. Also use rgb(234,170,20) instead hex code.

Text Font Color

.myTextColor { color: #EAAA14; }

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

This text font color is #EAAA14.


Background Color

.myBgColor { background-color: #EAAA14; }

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

This div background color is #EAAA14.


Border color

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

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

This div border color is #EAAA14.


Opacity

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

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

Text with #EAAA14 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 #EAAA14;}

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

This text has shadow with #EAAA14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAAA14 on black background.


Color preview on white background

This text has color #EAAA14 on white background.



Black color preview on #EAAA14 background

This text has black color on #EAAA14 background.


White color preview on #EAAA14 background

This text has white color on #EAAA14 background.