COLOR #EAC970

HEX: #EAC970
RGB: (234,201,112)

Color info

#EAC970 contains mainly red and green colors. Web safe color of #EAC970 is #FFCC66 (or #FC6).

RGB color model

#EAC970 color RGB value is (234,201,112).

  • red value is 234;
  • green value is 201;
  • blue value is 112.
RGB:
(234,201,112)
(92%,79%,44%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 112 of 255 = 44%

234
201
112

R + G + B ~ 72%. #EAC970 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 201 + 112 = 547 (100%)
R 234 of 547 ~ 42.78%
G 201 of 547 ~ 36.75%
B 112 of 547 ~ 20.48%

%42.78
%36.75
%20.48

CMYK color model

#EAC970 color CMYK value is (0,14,52,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 52.14%
  • key color value is 8.24%
CMYK:
(0,14,52,8)
C0M14Y52K8 
(0%,14%,52%,8%)
(0.00/0.14/0.52/0.08)	

CMYK percentages

%0
%14.1
%52.14
%8.24

Codes

Color #EAC970 in popluar color models

EAC970
RGB234201112
HSL44°74.39%67.84%
HSB/HSV44°52.14%91.76%
CMYK0.00%14.10%52.14%
8.24%

Color #EAC970 in popluar number systems.

HEXEAC970
Decimal234201112
Binary11101010110010011110000
Octal352311160

Shades and tints

Shades of #EAC970

#EAC970
(234,201,112)
#D5B766
(213,183,102)
#C0A55C
(192,165,92)
#AB9352
(171,147,82)
#968148
(150,129,72)
#816F3E
(129,111,62)
#6C5D34
(108,93,52)
#574B2A
(87,75,42)
#423920
(66,57,32)
#2D2716
(45,39,22)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #EAC970

#EAC970
(234,201,112)
#EBCD7D
(235,205,125)
#ECD18A
(236,209,138)
#EDD597
(237,213,151)
#EED9A4
(238,217,164)
#EFDDB1
(239,221,177)
#F0E1BE
(240,225,190)
#F1E5CB
(241,229,203)
#F2E9D8
(242,233,216)
#F3EDE5
(243,237,229)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC970 color. Also use rgb(234,201,112) instead hex code.

Text Font Color

.myTextColor { color: #EAC970; }

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

This text font color is #EAC970.


Background Color

.myBgColor { background-color: #EAC970; }

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

This div background color is #EAC970.


Border color

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

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

This div border color is #EAC970.


Opacity

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

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

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

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

This text has shadow with #EAC970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC970 on black background.


Color preview on white background

This text has color #EAC970 on white background.



Black color preview on #EAC970 background

This text has black color on #EAC970 background.


White color preview on #EAC970 background

This text has white color on #EAC970 background.