COLOR #EFA42A

HEX: #EFA42A
RGB: (239,164,42)

Color info

#EFA42A contains mainly red color. Web safe color of #EFA42A is #FF9933 (or #F93).

RGB color model

#EFA42A color RGB value is (239,164,42).

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

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 42 of 255 = 16%

239
164
42

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

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 42 = 445 (100%)
R 239 of 445 ~ 53.71%
G 164 of 445 ~ 36.85%
B 42 of 445 ~ 9.44%

%53.71
%36.85

CMYK color model

#EFA42A color CMYK value is (0,31,82,6).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 82.43%
  • key color value is 6.27%
CMYK:
(0,31,82,6)
C0M31Y82K6 
(0%,31%,82%,6%)
(0.00/0.31/0.82/0.06)	

CMYK percentages

%0
%31.38
%82.43
%6.27

Codes

Color #EFA42A in popluar color models

EFA42A
RGB23916442
HSL37°86.03%55.10%
HSB/HSV37°82.43%93.73%
CMYK0.00%31.38%82.43%
6.27%

Color #EFA42A in popluar number systems.

HEXEFA42A
Decimal23916442
Binary1110111110100100101010
Octal35724452

Shades and tints

Shades of #EFA42A

#EFA42A
(239,164,42)
#DA9627
(218,150,39)
#C58824
(197,136,36)
#B07A21
(176,122,33)
#9B6C1E
(155,108,30)
#865E1B
(134,94,27)
#715018
(113,80,24)
#5C4215
(92,66,21)
#473412
(71,52,18)
#32260F
(50,38,15)
#1D180C
(29,24,12)
#000000
(0,0,0)

Tints of #EFA42A

#EFA42A
(239,164,42)
#F0AC3D
(240,172,61)
#F1B450
(241,180,80)
#F2BC63
(242,188,99)
#F3C476
(243,196,118)
#F4CC89
(244,204,137)
#F5D49C
(245,212,156)
#F6DCAF
(246,220,175)
#F7E4C2
(247,228,194)
#F8ECD5
(248,236,213)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA42A; }

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

This text font color is #EFA42A.


Background Color

.myBgColor { background-color: #EFA42A; }

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

This div background color is #EFA42A.


Border color

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

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

This div border color is #EFA42A.


Opacity

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

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

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

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

This text has shadow with #EFA42A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA42A on black background.


Color preview on white background

This text has color #EFA42A on white background.



Black color preview on #EFA42A background

This text has black color on #EFA42A background.


White color preview on #EFA42A background

This text has white color on #EFA42A background.