COLOR #EFA04E

HEX: #EFA04E
RGB: (239,160,78)

Color info

#EFA04E contains mainly red color. Web safe color of #EFA04E is #FF9966 (or #F96).

RGB color model

#EFA04E color RGB value is (239,160,78).

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

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 78 of 255 = 31%

239
160
78

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

Portions of RGB colors in percentages

R + G + B =
239 + 160 + 78 = 477 (100%)
R 239 of 477 ~ 50.1%
G 160 of 477 ~ 33.54%
B 78 of 477 ~ 16.35%

%50.1
%33.54
%16.35

CMYK color model

#EFA04E color CMYK value is (0,33,67,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 67.36%
  • key color value is 6.27%
CMYK:
(0,33,67,6)
C0M33Y67K6 
(0%,33%,67%,6%)
(0.00/0.33/0.67/0.06)	

CMYK percentages

%0
%33.05
%67.36
%6.27

Codes

Color #EFA04E in popluar color models

EFA04E
RGB23916078
HSL31°83.42%62.16%
HSB/HSV31°67.36%93.73%
CMYK0.00%33.05%67.36%
6.27%

Color #EFA04E in popluar number systems.

HEXEFA04E
Decimal23916078
Binary11101111101000001001110
Octal357240116

Shades and tints

Shades of #EFA04E

#EFA04E
(239,160,78)
#DA9247
(218,146,71)
#C58440
(197,132,64)
#B07639
(176,118,57)
#9B6832
(155,104,50)
#865A2B
(134,90,43)
#714C24
(113,76,36)
#5C3E1D
(92,62,29)
#473016
(71,48,22)
#32220F
(50,34,15)
#1D1408
(29,20,8)
#000000
(0,0,0)

Tints of #EFA04E

#EFA04E
(239,160,78)
#F0A85E
(240,168,94)
#F1B06E
(241,176,110)
#F2B87E
(242,184,126)
#F3C08E
(243,192,142)
#F4C89E
(244,200,158)
#F5D0AE
(245,208,174)
#F6D8BE
(246,216,190)
#F7E0CE
(247,224,206)
#F8E8DE
(248,232,222)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA04E; }

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

This text font color is #EFA04E.


Background Color

.myBgColor { background-color: #EFA04E; }

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

This div background color is #EFA04E.


Border color

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

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

This div border color is #EFA04E.


Opacity

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

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

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

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

This text has shadow with #EFA04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA04E on black background.


Color preview on white background

This text has color #EFA04E on white background.



Black color preview on #EFA04E background

This text has black color on #EFA04E background.


White color preview on #EFA04E background

This text has white color on #EFA04E background.