COLOR #EFB74E

HEX: #EFB74E RGB: (239,183,78)

Color info

#EFB74E contains mainly red and green colors. Web safe color of #EFB74E is #FFCC66 (or #FC6).

RGB color model

#EFB74E color RGB value is (239,183,78).

RGB: (239,183,78) (94%, 72%, 31%)

RGB channels and saturation

R 239 of 255 = 94%
G 183 of 255 = 72%
B 78 of 255 = 31%

239
183
78

R + G + B ~ 66%. #EFB74E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 183 + 78 = 500 (100%)
R 239 of 500 ~ 47.8%
G 183 of 500 ~ 36.6%
B 78 of 500 ~ 15.6'%

%47.8
%36.6
%15.6

CMYK color model

#EFB74E color CMYK value is (0,23,67,6).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 67.36%
  • key color value is 6.27%

CMYK: (0,23,67,6)
C0M23Y67K6 (0%, 23%, 67%, 6%)
(0.00 / 0.23 / 0.67 / 0.06)

CMYK percentages

%0
%23.43
%67.36
%6.27

Codes

Color #EFB74E in popluar color models

EF B7 4E
RGB 239 183 78
HSL 39° 83.42% 62.16%
HSB/HSV 39° 67.36% 93.73%
CMYK 0.00% 23.43% 67.36%
6.27%

Color #EFB74E in popluar number systems.

HEX EF B7 4E
Decimal 239 183 78
Binary 11101111 10110111 1001110
Octal 357 267 116

Shades and tints

Shades of #EFB74E

#EFB74E
(239,183,78)
#DAA747
(218,167,71)
#C59740
(197,151,64)
#B08739
(176,135,57)
#9B7732
(155,119,50)
#86672B
(134,103,43)
#715724
(113,87,36)
#5C471D
(92,71,29)
#473716
(71,55,22)
#32270F
(50,39,15)
#1D1708
(29,23,8)
#000000
(0,0,0)

Tints of #EFB74E

#EFB74E
(239,183,78)
#F0BD5E
(240,189,94)
#F1C36E
(241,195,110)
#F2C97E
(242,201,126)
#F3CF8E
(243,207,142)
#F4D59E
(244,213,158)
#F5DBAE
(245,219,174)
#F6E1BE
(246,225,190)
#F7E7CE
(247,231,206)
#F8EDDE
(248,237,222)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB74E; }

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

This text font color is #EFB74E.

Background Color

.myBgColor { background-color: #EFB74E; }

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

This div background color is #EFB74E.

Border color

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

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

This div border color is #EFB74E.

Opacity

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

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

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

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

This text has shadow with #EFB74E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB74E.

Preview

Color preview on black background

This text has color #EFB74E on black background.


Color preview on white background

This text has color #EFB74E on white background.


Black color preview on #EFB74E background

This text has black color on #EFB74E background.


White color preview on #EFB74E background

This text has white color on #EFB74E background.


Related colors

Complementary color

Complementary color for #hex is #1048B1.


I love getcolorcode.com

Triadic colors

1 #4EEFB7 and #B74EEF with #EFB74E are triadic colors.

2 #4EB7EF and #B7EF4E with #EFB74E are triadic colors.