COLOR #EFA919

HEX: #EFA919
RGB: (239,169,25)

Color info

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

RGB color model

#EFA919 color RGB value is (239,169,25).

  • red value is 239;
  • green value is 169;
  • blue value is 25.
RGB:
(239,169,25)
(94%,66%,10%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 25 of 255 = 10%

239
169
25

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

Portions of RGB colors in percentages

R + G + B =
239 + 169 + 25 = 433 (100%)
R 239 of 433 ~ 55.2%
G 169 of 433 ~ 39.03%
B 25 of 433 ~ 5.77%

%55.2
%39.03

CMYK color model

#EFA919 color CMYK value is (0,29,90,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 89.54%
  • key color value is 6.27%
CMYK:
(0,29,90,6)
C0M29Y90K6 
(0%,29%,90%,6%)
(0.00/0.29/0.90/0.06)	

CMYK percentages

%0
%29.29
%89.54
%6.27

Codes

Color #EFA919 in popluar color models

EFA919
RGB23916925
HSL40°86.99%51.76%
HSB/HSV40°89.54%93.73%
CMYK0.00%29.29%89.54%
6.27%

Color #EFA919 in popluar number systems.

HEXEFA919
Decimal23916925
Binary111011111010100111001
Octal35725131

Shades and tints

Shades of #EFA919

#EFA919
(239,169,25)
#DA9A17
(218,154,23)
#C58B15
(197,139,21)
#B07C13
(176,124,19)
#9B6D11
(155,109,17)
#865E0F
(134,94,15)
#714F0D
(113,79,13)
#5C400B
(92,64,11)
#473109
(71,49,9)
#322207
(50,34,7)
#1D1305
(29,19,5)
#000000
(0,0,0)

Tints of #EFA919

#EFA919
(239,169,25)
#F0B02D
(240,176,45)
#F1B741
(241,183,65)
#F2BE55
(242,190,85)
#F3C569
(243,197,105)
#F4CC7D
(244,204,125)
#F5D391
(245,211,145)
#F6DAA5
(246,218,165)
#F7E1B9
(247,225,185)
#F8E8CD
(248,232,205)
#F9EFE1
(249,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA919 color. Also use rgb(239,169,25) instead hex code.

Text Font Color

.myTextColor { color: #EFA919; }

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

This text font color is #EFA919.


Background Color

.myBgColor { background-color: #EFA919; }

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

This div background color is #EFA919.


Border color

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

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

This div border color is #EFA919.


Opacity

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

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

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

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

This text has shadow with #EFA919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA919 on black background.


Color preview on white background

This text has color #EFA919 on white background.



Black color preview on #EFA919 background

This text has black color on #EFA919 background.


White color preview on #EFA919 background

This text has white color on #EFA919 background.