COLOR #EACA17

HEX: #EACA17
RGB: (234,202,23)

Color info

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

RGB color model

#EACA17 color RGB value is (234,202,23).

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

RGB channels and saturation

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

234
202
23

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

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 23 = 459 (100%)
R 234 of 459 ~ 50.98%
G 202 of 459 ~ 44.01%
B 23 of 459 ~ 5.01%

%50.98
%44.01

CMYK color model

#EACA17 color CMYK value is (0,14,90,8).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 90.17%
  • key color value is 8.24%
CMYK:
(0,14,90,8)
C0M14Y90K8 
(0%,14%,90%,8%)
(0.00/0.14/0.90/0.08)	

CMYK percentages

%0
%13.68
%90.17
%8.24

Codes

Color #EACA17 in popluar color models

EACA17
RGB23420223
HSL51°83.40%50.39%
HSB/HSV51°90.17%91.76%
CMYK0.00%13.68%90.17%
8.24%

Color #EACA17 in popluar number systems.

HEXEACA17
Decimal23420223
Binary111010101100101010111
Octal35231227

Shades and tints

Shades of #EACA17

#EACA17
(234,202,23)
#D5B815
(213,184,21)
#C0A613
(192,166,19)
#AB9411
(171,148,17)
#96820F
(150,130,15)
#81700D
(129,112,13)
#6C5E0B
(108,94,11)
#574C09
(87,76,9)
#423A07
(66,58,7)
#2D2805
(45,40,5)
#181603
(24,22,3)
#000000
(0,0,0)

Tints of #EACA17

#EACA17
(234,202,23)
#EBCE2C
(235,206,44)
#ECD241
(236,210,65)
#EDD656
(237,214,86)
#EEDA6B
(238,218,107)
#EFDE80
(239,222,128)
#F0E295
(240,226,149)
#F1E6AA
(241,230,170)
#F2EABF
(242,234,191)
#F3EED4
(243,238,212)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACA17; }

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

This text font color is #EACA17.


Background Color

.myBgColor { background-color: #EACA17; }

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

This div background color is #EACA17.


Border color

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

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

This div border color is #EACA17.


Opacity

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

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

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

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

This text has shadow with #EACA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACA17 on black background.


Color preview on white background

This text has color #EACA17 on white background.



Black color preview on #EACA17 background

This text has black color on #EACA17 background.


White color preview on #EACA17 background

This text has white color on #EACA17 background.