COLOR #EFA407

HEX: #EFA407
RGB: (239,164,7)

Color info

#EFA407 contains mainly red color. Web safe color of #EFA407 is #FF9900 (or #F90).

RGB color model

#EFA407 color RGB value is (239,164,7).

  • red value is 239;
  • green value is 164;
  • blue value is 7.
RGB:
(239,164,7)
(94%,64%,3%)

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 7 of 255 = 3%

239
164
7

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

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 7 = 410 (100%)
R 239 of 410 ~ 58.29%
G 164 of 410 ~ 40%
B 7 of 410 ~ 1.71%

%58.29
%40

CMYK color model

#EFA407 color CMYK value is (0,31,97,6).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 97.07%
  • key color value is 6.27%
CMYK:
(0,31,97,6)
C0M31Y97K6 
(0%,31%,97%,6%)
(0.00/0.31/0.97/0.06)	

CMYK percentages

%0
%31.38
%97.07
%6.27

Codes

Color #EFA407 in popluar color models

EFA407
RGB2391647
HSL41°94.31%48.24%
HSB/HSV41°97.07%93.73%
CMYK0.00%31.38%97.07%
6.27%

Color #EFA407 in popluar number systems.

HEXEFA407
Decimal2391647
Binary1110111110100100111
Octal3572447

Shades and tints

Shades of #EFA407

#EFA407
(239,164,7)
#DA9607
(218,150,7)
#C58807
(197,136,7)
#B07A07
(176,122,7)
#9B6C07
(155,108,7)
#865E07
(134,94,7)
#715007
(113,80,7)
#5C4207
(92,66,7)
#473407
(71,52,7)
#322607
(50,38,7)
#1D1807
(29,24,7)
#000000
(0,0,0)

Tints of #EFA407

#EFA407
(239,164,7)
#F0AC1D
(240,172,29)
#F1B433
(241,180,51)
#F2BC49
(242,188,73)
#F3C45F
(243,196,95)
#F4CC75
(244,204,117)
#F5D48B
(245,212,139)
#F6DCA1
(246,220,161)
#F7E4B7
(247,228,183)
#F8ECCD
(248,236,205)
#F9F4E3
(249,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA407 color. Also use rgb(239,164,7) instead hex code.

Text Font Color

.myTextColor { color: #EFA407; }

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

This text font color is #EFA407.


Background Color

.myBgColor { background-color: #EFA407; }

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

This div background color is #EFA407.


Border color

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

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

This div border color is #EFA407.


Opacity

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

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

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

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

This text has shadow with #EFA407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA407 on black background.


Color preview on white background

This text has color #EFA407 on white background.



Black color preview on #EFA407 background

This text has black color on #EFA407 background.


White color preview on #EFA407 background

This text has white color on #EFA407 background.