COLOR #EFC574

HEX: #EFC574
RGB: (239,197,116)

Color info

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

RGB color model

#EFC574 color RGB value is (239,197,116).

  • red value is 239;
  • green value is 197;
  • blue value is 116.
RGB:
(239,197,116)
(94%,77%,45%)

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 116 of 255 = 45%

239
197
116

R + G + B ~ 72%. #EFC574 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 116 = 552 (100%)
R 239 of 552 ~ 43.3%
G 197 of 552 ~ 35.69%
B 116 of 552 ~ 21.01%

%43.3
%35.69
%21.01

CMYK color model

#EFC574 color CMYK value is (0,18,51,6).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 51.46%
  • key color value is 6.27%
CMYK:
(0,18,51,6)
C0M18Y51K6 
(0%,18%,51%,6%)
(0.00/0.18/0.51/0.06)	

CMYK percentages

%0
%17.57
%51.46
%6.27

Codes

Color #EFC574 in popluar color models

EFC574
RGB239197116
HSL40°79.35%69.61%
HSB/HSV40°51.46%93.73%
CMYK0.00%17.57%51.46%
6.27%

Color #EFC574 in popluar number systems.

HEXEFC574
Decimal239197116
Binary11101111110001011110100
Octal357305164

Shades and tints

Shades of #EFC574

#EFC574
(239,197,116)
#DAB46A
(218,180,106)
#C5A360
(197,163,96)
#B09256
(176,146,86)
#9B814C
(155,129,76)
#867042
(134,112,66)
#715F38
(113,95,56)
#5C4E2E
(92,78,46)
#473D24
(71,61,36)
#322C1A
(50,44,26)
#1D1B10
(29,27,16)
#000000
(0,0,0)

Tints of #EFC574

#EFC574
(239,197,116)
#F0CA80
(240,202,128)
#F1CF8C
(241,207,140)
#F2D498
(242,212,152)
#F3D9A4
(243,217,164)
#F4DEB0
(244,222,176)
#F5E3BC
(245,227,188)
#F6E8C8
(246,232,200)
#F7EDD4
(247,237,212)
#F8F2E0
(248,242,224)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC574 color. Also use rgb(239,197,116) instead hex code.

Text Font Color

.myTextColor { color: #EFC574; }

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

This text font color is #EFC574.


Background Color

.myBgColor { background-color: #EFC574; }

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

This div background color is #EFC574.


Border color

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

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

This div border color is #EFC574.


Opacity

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

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

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

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

This text has shadow with #EFC574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC574 on black background.


Color preview on white background

This text has color #EFC574 on white background.



Black color preview on #EFC574 background

This text has black color on #EFC574 background.


White color preview on #EFC574 background

This text has white color on #EFC574 background.