COLOR #EFC523

HEX: #EFC523
RGB: (239,197,35)

Color info

#EFC523 contains mainly red and green colors. Web safe color of #EFC523 is #FFCC33 (or #FC3).

RGB color model

#EFC523 color RGB value is (239,197,35).

  • red value is 239;
  • green value is 197;
  • blue value is 35.
RGB:
(239,197,35)
(94%,77%,14%)

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 35 of 255 = 14%

239
197
35

R + G + B ~ 62%. #EFC523 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 35 = 471 (100%)
R 239 of 471 ~ 50.74%
G 197 of 471 ~ 41.83%
B 35 of 471 ~ 7.43%

%50.74
%41.83

CMYK color model

#EFC523 color CMYK value is (0,18,85,6).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 85.36%
  • key color value is 6.27%
CMYK:
(0,18,85,6)
C0M18Y85K6 
(0%,18%,85%,6%)
(0.00/0.18/0.85/0.06)	

CMYK percentages

%0
%17.57
%85.36
%6.27

Codes

Color #EFC523 in popluar color models

EFC523
RGB23919735
HSL48°86.44%53.73%
HSB/HSV48°85.36%93.73%
CMYK0.00%17.57%85.36%
6.27%

Color #EFC523 in popluar number systems.

HEXEFC523
Decimal23919735
Binary1110111111000101100011
Octal35730543

Shades and tints

Shades of #EFC523

#EFC523
(239,197,35)
#DAB420
(218,180,32)
#C5A31D
(197,163,29)
#B0921A
(176,146,26)
#9B8117
(155,129,23)
#867014
(134,112,20)
#715F11
(113,95,17)
#5C4E0E
(92,78,14)
#473D0B
(71,61,11)
#322C08
(50,44,8)
#1D1B05
(29,27,5)
#000000
(0,0,0)

Tints of #EFC523

#EFC523
(239,197,35)
#F0CA37
(240,202,55)
#F1CF4B
(241,207,75)
#F2D45F
(242,212,95)
#F3D973
(243,217,115)
#F4DE87
(244,222,135)
#F5E39B
(245,227,155)
#F6E8AF
(246,232,175)
#F7EDC3
(247,237,195)
#F8F2D7
(248,242,215)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC523 color. Also use rgb(239,197,35) instead hex code.

Text Font Color

.myTextColor { color: #EFC523; }

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

This text font color is #EFC523.


Background Color

.myBgColor { background-color: #EFC523; }

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

This div background color is #EFC523.


Border color

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

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

This div border color is #EFC523.


Opacity

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

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

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

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

This text has shadow with #EFC523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC523 on black background.


Color preview on white background

This text has color #EFC523 on white background.



Black color preview on #EFC523 background

This text has black color on #EFC523 background.


White color preview on #EFC523 background

This text has white color on #EFC523 background.