COLOR #EFA241

HEX: #EFA241
RGB: (239,162,65)

Color info

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

RGB color model

#EFA241 color RGB value is (239,162,65).

  • red value is 239;
  • green value is 162;
  • blue value is 65.
RGB:
(239,162,65)
(94%,64%,25%)

RGB channels and saturation

R 239 of 255 = 94%
G 162 of 255 = 64%
B 65 of 255 = 25%

239
162
65

R + G + B ~ 61%. #EFA241 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 162 + 65 = 466 (100%)
R 239 of 466 ~ 51.29%
G 162 of 466 ~ 34.76%
B 65 of 466 ~ 13.95%

%51.29
%34.76
%13.95

CMYK color model

#EFA241 color CMYK value is (0,32,73,6).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 72.80%
  • key color value is 6.27%
CMYK:
(0,32,73,6)
C0M32Y73K6 
(0%,32%,73%,6%)
(0.00/0.32/0.73/0.06)	

CMYK percentages

%0
%32.22
%72.8
%6.27

Codes

Color #EFA241 in popluar color models

EFA241
RGB23916265
HSL33°84.47%59.61%
HSB/HSV33°72.80%93.73%
CMYK0.00%32.22%72.80%
6.27%

Color #EFA241 in popluar number systems.

HEXEFA241
Decimal23916265
Binary11101111101000101000001
Octal357242101

Shades and tints

Shades of #EFA241

#EFA241
(239,162,65)
#DA943C
(218,148,60)
#C58637
(197,134,55)
#B07832
(176,120,50)
#9B6A2D
(155,106,45)
#865C28
(134,92,40)
#714E23
(113,78,35)
#5C401E
(92,64,30)
#473219
(71,50,25)
#322414
(50,36,20)
#1D160F
(29,22,15)
#000000
(0,0,0)

Tints of #EFA241

#EFA241
(239,162,65)
#F0AA52
(240,170,82)
#F1B263
(241,178,99)
#F2BA74
(242,186,116)
#F3C285
(243,194,133)
#F4CA96
(244,202,150)
#F5D2A7
(245,210,167)
#F6DAB8
(246,218,184)
#F7E2C9
(247,226,201)
#F8EADA
(248,234,218)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA241 color. Also use rgb(239,162,65) instead hex code.

Text Font Color

.myTextColor { color: #EFA241; }

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

This text font color is #EFA241.


Background Color

.myBgColor { background-color: #EFA241; }

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

This div background color is #EFA241.


Border color

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

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

This div border color is #EFA241.


Opacity

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

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

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

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

This text has shadow with #EFA241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA241 on black background.


Color preview on white background

This text has color #EFA241 on white background.



Black color preview on #EFA241 background

This text has black color on #EFA241 background.


White color preview on #EFA241 background

This text has white color on #EFA241 background.