COLOR #EFA40C

HEX: #EFA40C
RGB: (239,164,12)

Color info

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

RGB color model

#EFA40C color RGB value is (239,164,12).

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

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 12 of 255 = 5%

239
164
12

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

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 12 = 415 (100%)
R 239 of 415 ~ 57.59%
G 164 of 415 ~ 39.52%
B 12 of 415 ~ 2.89%

%57.59
%39.52

CMYK color model

#EFA40C color CMYK value is (0,31,95,6).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 94.98%
  • key color value is 6.27%
CMYK:
(0,31,95,6)
C0M31Y95K6 
(0%,31%,95%,6%)
(0.00/0.31/0.95/0.06)	

CMYK percentages

%0
%31.38
%94.98
%6.27

Codes

Color #EFA40C in popluar color models

EFA40C
RGB23916412
HSL40°90.44%49.22%
HSB/HSV40°94.98%93.73%
CMYK0.00%31.38%94.98%
6.27%

Color #EFA40C in popluar number systems.

HEXEFA40C
Decimal23916412
Binary11101111101001001100
Octal35724414

Shades and tints

Shades of #EFA40C

#EFA40C
(239,164,12)
#DA960B
(218,150,11)
#C5880A
(197,136,10)
#B07A09
(176,122,9)
#9B6C08
(155,108,8)
#865E07
(134,94,7)
#715006
(113,80,6)
#5C4205
(92,66,5)
#473404
(71,52,4)
#322603
(50,38,3)
#1D1802
(29,24,2)
#000000
(0,0,0)

Tints of #EFA40C

#EFA40C
(239,164,12)
#F0AC22
(240,172,34)
#F1B438
(241,180,56)
#F2BC4E
(242,188,78)
#F3C464
(243,196,100)
#F4CC7A
(244,204,122)
#F5D490
(245,212,144)
#F6DCA6
(246,220,166)
#F7E4BC
(247,228,188)
#F8ECD2
(248,236,210)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA40C; }

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

This text font color is #EFA40C.


Background Color

.myBgColor { background-color: #EFA40C; }

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

This div background color is #EFA40C.


Border color

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

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

This div border color is #EFA40C.


Opacity

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

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

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

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

This text has shadow with #EFA40C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA40C on black background.


Color preview on white background

This text has color #EFA40C on white background.



Black color preview on #EFA40C background

This text has black color on #EFA40C background.


White color preview on #EFA40C background

This text has white color on #EFA40C background.