COLOR #EFC278

HEX: #EFC278
RGB: (239,194,120)

Color info

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

RGB color model

#EFC278 color RGB value is (239,194,120).

  • red value is 239;
  • green value is 194;
  • blue value is 120.
RGB:
(239,194,120)
(94%,76%,47%)

RGB channels and saturation

R 239 of 255 = 94%
G 194 of 255 = 76%
B 120 of 255 = 47%

239
194
120

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

Portions of RGB colors in percentages

R + G + B =
239 + 194 + 120 = 553 (100%)
R 239 of 553 ~ 43.22%
G 194 of 553 ~ 35.08%
B 120 of 553 ~ 21.7%

%43.22
%35.08
%21.7

CMYK color model

#EFC278 color CMYK value is (0,19,50,6).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 49.79%
  • key color value is 6.27%
CMYK:
(0,19,50,6)
C0M19Y50K6 
(0%,19%,50%,6%)
(0.00/0.19/0.50/0.06)	

CMYK percentages

%0
%18.83
%49.79
%6.27

Codes

Color #EFC278 in popluar color models

EFC278
RGB239194120
HSL37°78.81%70.39%
HSB/HSV37°49.79%93.73%
CMYK0.00%18.83%49.79%
6.27%

Color #EFC278 in popluar number systems.

HEXEFC278
Decimal239194120
Binary11101111110000101111000
Octal357302170

Shades and tints

Shades of #EFC278

#EFC278
(239,194,120)
#DAB16E
(218,177,110)
#C5A064
(197,160,100)
#B08F5A
(176,143,90)
#9B7E50
(155,126,80)
#866D46
(134,109,70)
#715C3C
(113,92,60)
#5C4B32
(92,75,50)
#473A28
(71,58,40)
#32291E
(50,41,30)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFC278

#EFC278
(239,194,120)
#F0C784
(240,199,132)
#F1CC90
(241,204,144)
#F2D19C
(242,209,156)
#F3D6A8
(243,214,168)
#F4DBB4
(244,219,180)
#F5E0C0
(245,224,192)
#F6E5CC
(246,229,204)
#F7EAD8
(247,234,216)
#F8EFE4
(248,239,228)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC278 color. Also use rgb(239,194,120) instead hex code.

Text Font Color

.myTextColor { color: #EFC278; }

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

This text font color is #EFC278.


Background Color

.myBgColor { background-color: #EFC278; }

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

This div background color is #EFC278.


Border color

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

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

This div border color is #EFC278.


Opacity

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

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

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

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

This text has shadow with #EFC278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC278 on black background.


Color preview on white background

This text has color #EFC278 on white background.



Black color preview on #EFC278 background

This text has black color on #EFC278 background.


White color preview on #EFC278 background

This text has white color on #EFC278 background.