COLOR #EFC628

HEX: #EFC628 RGB: (239,198,40)

Color info

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

RGB color model

#EFC628 color RGB value is (239,198,40).

RGB: (239,198,40) (94%, 78%, 16%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 40 of 255 = 16%

239
198
40

R + G + B ~ 63%. #EFC628 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 198 + 40 = 477 (100%)
R 239 of 477 ~ 50.1%
G 198 of 477 ~ 41.51%
B 40 of 477 ~ 8.39'%

%50.1
%41.51

CMYK color model

#EFC628 color CMYK value is (0,17,83,6).

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 83.26%
  • key color value is 6.27%

CMYK: (0,17,83,6)
C0M17Y83K6 (0%, 17%, 83%, 6%)
(0.00 / 0.17 / 0.83 / 0.06)

CMYK percentages

%0
%17.15
%83.26
%6.27

Codes

Color #EFC628 in popluar color models

EF C6 28
RGB 239 198 40
HSL 48° 86.15% 54.71%
HSB/HSV 48° 83.26% 93.73%
CMYK 0.00% 17.15% 83.26%
6.27%

Color #EFC628 in popluar number systems.

HEX EF C6 28
Decimal 239 198 40
Binary 11101111 11000110 101000
Octal 357 306 50

Shades and tints

Shades of #EFC628

#EFC628
(239,198,40)
#DAB425
(218,180,37)
#C5A222
(197,162,34)
#B0901F
(176,144,31)
#9B7E1C
(155,126,28)
#866C19
(134,108,25)
#715A16
(113,90,22)
#5C4813
(92,72,19)
#473610
(71,54,16)
#32240D
(50,36,13)
#1D120A
(29,18,10)
#000000
(0,0,0)

Tints of #EFC628

#EFC628
(239,198,40)
#F0CB3B
(240,203,59)
#F1D04E
(241,208,78)
#F2D561
(242,213,97)
#F3DA74
(243,218,116)
#F4DF87
(244,223,135)
#F5E49A
(245,228,154)
#F6E9AD
(246,233,173)
#F7EEC0
(247,238,192)
#F8F3D3
(248,243,211)
#F9F8E6
(249,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC628 color. Also use rgb(239,198,40) instead hex code.

Text Font Color

.myTextColor { color: #EFC628; }

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

This text font color is #EFC628.

Background Color

.myBgColor { background-color: #EFC628; }

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

This div background color is #EFC628.

Border color

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

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

This div border color is #EFC628.

Opacity

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

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

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

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

This text has shadow with #EFC628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC628.

Preview

Color preview on black background

This text has color #EFC628 on black background.


Color preview on white background

This text has color #EFC628 on white background.


Black color preview on #EFC628 background

This text has black color on #EFC628 background.


White color preview on #EFC628 background

This text has white color on #EFC628 background.


Related colors

Complementary color

Complementary color for #hex is #1039D7.


I love getcolorcode.com

Triadic colors

1 #28EFC6 and #C628EF with #EFC628 are triadic colors.

2 #28C6EF and #C6EF28 with #EFC628 are triadic colors.