COLOR #EFB60A

HEX: #EFB60A
RGB: (239,182,10)

Color info

#EFB60A contains mainly red and green colors. Web safe color of #EFB60A is #FFCC00 (or #FC0).

RGB color model

#EFB60A color RGB value is (239,182,10).

  • red value is 239;
  • green value is 182;
  • blue value is 10.
RGB:
(239,182,10)
(94%,71%,4%)

RGB channels and saturation

R 239 of 255 = 94%
G 182 of 255 = 71%
B 10 of 255 = 4%

239
182
10

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

Portions of RGB colors in percentages

R + G + B =
239 + 182 + 10 = 431 (100%)
R 239 of 431 ~ 55.45%
G 182 of 431 ~ 42.23%
B 10 of 431 ~ 2.32%

%55.45
%42.23

CMYK color model

#EFB60A color CMYK value is (0,24,96,6).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 95.82%
  • key color value is 6.27%
CMYK:
(0,24,96,6)
C0M24Y96K6 
(0%,24%,96%,6%)
(0.00/0.24/0.96/0.06)	

CMYK percentages

%0
%23.85
%95.82
%6.27

Codes

Color #EFB60A in popluar color models

EFB60A
RGB23918210
HSL45°91.97%48.82%
HSB/HSV45°95.82%93.73%
CMYK0.00%23.85%95.82%
6.27%

Color #EFB60A in popluar number systems.

HEXEFB60A
Decimal23918210
Binary11101111101101101010
Octal35726612

Shades and tints

Shades of #EFB60A

#EFB60A
(239,182,10)
#DAA60A
(218,166,10)
#C5960A
(197,150,10)
#B0860A
(176,134,10)
#9B760A
(155,118,10)
#86660A
(134,102,10)
#71560A
(113,86,10)
#5C460A
(92,70,10)
#47360A
(71,54,10)
#32260A
(50,38,10)
#1D160A
(29,22,10)
#000000
(0,0,0)

Tints of #EFB60A

#EFB60A
(239,182,10)
#F0BC20
(240,188,32)
#F1C236
(241,194,54)
#F2C84C
(242,200,76)
#F3CE62
(243,206,98)
#F4D478
(244,212,120)
#F5DA8E
(245,218,142)
#F6E0A4
(246,224,164)
#F7E6BA
(247,230,186)
#F8ECD0
(248,236,208)
#F9F2E6
(249,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB60A color. Also use rgb(239,182,10) instead hex code.

Text Font Color

.myTextColor { color: #EFB60A; }

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

This text font color is #EFB60A.


Background Color

.myBgColor { background-color: #EFB60A; }

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

This div background color is #EFB60A.


Border color

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

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

This div border color is #EFB60A.


Opacity

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

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

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

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

This text has shadow with #EFB60A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB60A on black background.


Color preview on white background

This text has color #EFB60A on white background.



Black color preview on #EFB60A background

This text has black color on #EFB60A background.


White color preview on #EFB60A background

This text has white color on #EFB60A background.