COLOR #EACA16

HEX: #EACA16
RGB: (234,202,22)

Color info

#EACA16 contains mainly red and green colors. Web safe color of #EACA16 is #FFCC00 (or #FC0).

RGB color model

#EACA16 color RGB value is (234,202,22).

  • red value is 234;
  • green value is 202;
  • blue value is 22.
RGB:
(234,202,22)
(92%,79%,9%)

RGB channels and saturation

R 234 of 255 = 92%
G 202 of 255 = 79%
B 22 of 255 = 9%

234
202
22

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

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 22 = 458 (100%)
R 234 of 458 ~ 51.09%
G 202 of 458 ~ 44.1%
B 22 of 458 ~ 4.8%

%51.09
%44.1

CMYK color model

#EACA16 color CMYK value is (0,14,91,8).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 90.60%
  • key color value is 8.24%
CMYK:
(0,14,91,8)
C0M14Y91K8 
(0%,14%,91%,8%)
(0.00/0.14/0.91/0.08)	

CMYK percentages

%0
%13.68
%90.6
%8.24

Codes

Color #EACA16 in popluar color models

EACA16
RGB23420222
HSL51°83.46%50.20%
HSB/HSV51°90.60%91.76%
CMYK0.00%13.68%90.60%
8.24%

Color #EACA16 in popluar number systems.

HEXEACA16
Decimal23420222
Binary111010101100101010110
Octal35231226

Shades and tints

Shades of #EACA16

#EACA16
(234,202,22)
#D5B814
(213,184,20)
#C0A612
(192,166,18)
#AB9410
(171,148,16)
#96820E
(150,130,14)
#81700C
(129,112,12)
#6C5E0A
(108,94,10)
#574C08
(87,76,8)
#423A06
(66,58,6)
#2D2804
(45,40,4)
#181602
(24,22,2)
#000000
(0,0,0)

Tints of #EACA16

#EACA16
(234,202,22)
#EBCE2B
(235,206,43)
#ECD240
(236,210,64)
#EDD655
(237,214,85)
#EEDA6A
(238,218,106)
#EFDE7F
(239,222,127)
#F0E294
(240,226,148)
#F1E6A9
(241,230,169)
#F2EABE
(242,234,190)
#F3EED3
(243,238,211)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACA16 color. Also use rgb(234,202,22) instead hex code.

Text Font Color

.myTextColor { color: #EACA16; }

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

This text font color is #EACA16.


Background Color

.myBgColor { background-color: #EACA16; }

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

This div background color is #EACA16.


Border color

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

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

This div border color is #EACA16.


Opacity

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

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

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

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

This text has shadow with #EACA16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACA16 on black background.


Color preview on white background

This text has color #EACA16 on white background.



Black color preview on #EACA16 background

This text has black color on #EACA16 background.


White color preview on #EACA16 background

This text has white color on #EACA16 background.