COLOR #EFA005

HEX: #EFA005
RGB: (239,160,5)

Color info

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

RGB color model

#EFA005 color RGB value is (239,160,5).

  • red value is 239;
  • green value is 160;
  • blue value is 5.
RGB:
(239,160,5)
(94%,63%,2%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 5 of 255 = 2%

239
160
5

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

Portions of RGB colors in percentages

R + G + B =
239 + 160 + 5 = 404 (100%)
R 239 of 404 ~ 59.16%
G 160 of 404 ~ 39.6%
B 5 of 404 ~ 1.24%

%59.16
%39.6

CMYK color model

#EFA005 color CMYK value is (0,33,98,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 97.91%
  • key color value is 6.27%
CMYK:
(0,33,98,6)
C0M33Y98K6 
(0%,33%,98%,6%)
(0.00/0.33/0.98/0.06)	

CMYK percentages

%0
%33.05
%97.91
%6.27

Codes

Color #EFA005 in popluar color models

EFA005
RGB2391605
HSL40°95.90%47.84%
HSB/HSV40°97.91%93.73%
CMYK0.00%33.05%97.91%
6.27%

Color #EFA005 in popluar number systems.

HEXEFA005
Decimal2391605
Binary1110111110100000101
Octal3572405

Shades and tints

Shades of #EFA005

#EFA005
(239,160,5)
#DA9205
(218,146,5)
#C58405
(197,132,5)
#B07605
(176,118,5)
#9B6805
(155,104,5)
#865A05
(134,90,5)
#714C05
(113,76,5)
#5C3E05
(92,62,5)
#473005
(71,48,5)
#322205
(50,34,5)
#1D1405
(29,20,5)
#000000
(0,0,0)

Tints of #EFA005

#EFA005
(239,160,5)
#F0A81B
(240,168,27)
#F1B031
(241,176,49)
#F2B847
(242,184,71)
#F3C05D
(243,192,93)
#F4C873
(244,200,115)
#F5D089
(245,208,137)
#F6D89F
(246,216,159)
#F7E0B5
(247,224,181)
#F8E8CB
(248,232,203)
#F9F0E1
(249,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA005 color. Also use rgb(239,160,5) instead hex code.

Text Font Color

.myTextColor { color: #EFA005; }

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

This text font color is #EFA005.


Background Color

.myBgColor { background-color: #EFA005; }

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

This div background color is #EFA005.


Border color

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

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

This div border color is #EFA005.


Opacity

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

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

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

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

This text has shadow with #EFA005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA005 on black background.


Color preview on white background

This text has color #EFA005 on white background.



Black color preview on #EFA005 background

This text has black color on #EFA005 background.


White color preview on #EFA005 background

This text has white color on #EFA005 background.