COLOR #EACA11

HEX: #EACA11
RGB: (234,202,17)

Color info

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

RGB color model

#EACA11 color RGB value is (234,202,17).

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

RGB channels and saturation

R 234 of 255 = 92%
G 202 of 255 = 79%
B 17 of 255 = 7%

234
202
17

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

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 17 = 453 (100%)
R 234 of 453 ~ 51.66%
G 202 of 453 ~ 44.59%
B 17 of 453 ~ 3.75%

%51.66
%44.59

CMYK color model

#EACA11 color CMYK value is (0,14,93,8).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 92.74%
  • key color value is 8.24%
CMYK:
(0,14,93,8)
C0M14Y93K8 
(0%,14%,93%,8%)
(0.00/0.14/0.93/0.08)	

CMYK percentages

%0
%13.68
%92.74
%8.24

Codes

Color #EACA11 in popluar color models

EACA11
RGB23420217
HSL51°86.45%49.22%
HSB/HSV51°92.74%91.76%
CMYK0.00%13.68%92.74%
8.24%

Color #EACA11 in popluar number systems.

HEXEACA11
Decimal23420217
Binary111010101100101010001
Octal35231221

Shades and tints

Shades of #EACA11

#EACA11
(234,202,17)
#D5B810
(213,184,16)
#C0A60F
(192,166,15)
#AB940E
(171,148,14)
#96820D
(150,130,13)
#81700C
(129,112,12)
#6C5E0B
(108,94,11)
#574C0A
(87,76,10)
#423A09
(66,58,9)
#2D2808
(45,40,8)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #EACA11

#EACA11
(234,202,17)
#EBCE26
(235,206,38)
#ECD23B
(236,210,59)
#EDD650
(237,214,80)
#EEDA65
(238,218,101)
#EFDE7A
(239,222,122)
#F0E28F
(240,226,143)
#F1E6A4
(241,230,164)
#F2EAB9
(242,234,185)
#F3EECE
(243,238,206)
#F4F2E3
(244,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACA11; }

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

This text font color is #EACA11.


Background Color

.myBgColor { background-color: #EACA11; }

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

This div background color is #EACA11.


Border color

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

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

This div border color is #EACA11.


Opacity

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

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

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

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

This text has shadow with #EACA11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACA11 on black background.


Color preview on white background

This text has color #EACA11 on white background.



Black color preview on #EACA11 background

This text has black color on #EACA11 background.


White color preview on #EACA11 background

This text has white color on #EACA11 background.