COLOR #EFC873

HEX: #EFC873 RGB: (239,200,115)

Color info

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

RGB color model

#EFC873 color RGB value is (239,200,115).

RGB: (239,200,115) (94%, 78%, 45%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 115 of 255 = 45%

239
200
115

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

Portions of RGB colors in percentages

R + G + B = 239 + 200 + 115 = 554 (100%)
R 239 of 554 ~ 43.14%
G 200 of 554 ~ 36.1%
B 115 of 554 ~ 20.76'%

%43.14
%36.1
%20.76

CMYK color model

#EFC873 color CMYK value is (0,16,52,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 51.88%
  • key color value is 6.27%

CMYK: (0,16,52,6)
C0M16Y52K6 (0%, 16%, 52%, 6%)
(0.00 / 0.16 / 0.52 / 0.06)

CMYK percentages

%0
%16.32
%51.88
%6.27

Codes

Color #EFC873 in popluar color models

EF C8 73
RGB 239 200 115
HSL 41° 79.49% 69.41%
HSB/HSV 41° 51.88% 93.73%
CMYK 0.00% 16.32% 51.88%
6.27%

Color #EFC873 in popluar number systems.

HEX EF C8 73
Decimal 239 200 115
Binary 11101111 11001000 1110011
Octal 357 310 163

Shades and tints

Shades of #EFC873

#EFC873
(239,200,115)
#DAB669
(218,182,105)
#C5A45F
(197,164,95)
#B09255
(176,146,85)
#9B804B
(155,128,75)
#866E41
(134,110,65)
#715C37
(113,92,55)
#5C4A2D
(92,74,45)
#473823
(71,56,35)
#322619
(50,38,25)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #EFC873

#EFC873
(239,200,115)
#F0CD7F
(240,205,127)
#F1D28B
(241,210,139)
#F2D797
(242,215,151)
#F3DCA3
(243,220,163)
#F4E1AF
(244,225,175)
#F5E6BB
(245,230,187)
#F6EBC7
(246,235,199)
#F7F0D3
(247,240,211)
#F8F5DF
(248,245,223)
#F9FAEB
(249,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC873 color. Also use rgb(239,200,115) instead hex code.

Text Font Color

.myTextColor { color: #EFC873; }

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

This text font color is #EFC873.

Background Color

.myBgColor { background-color: #EFC873; }

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

This div background color is #EFC873.

Border color

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

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

This div border color is #EFC873.

Opacity

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

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

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

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

This text has shadow with #EFC873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC873.

Preview

Color preview on black background

This text has color #EFC873 on black background.


Color preview on white background

This text has color #EFC873 on white background.


Black color preview on #EFC873 background

This text has black color on #EFC873 background.


White color preview on #EFC873 background

This text has white color on #EFC873 background.


Related colors

Complementary color

Complementary color for #hex is #10378C.


I love getcolorcode.com

Triadic colors

1 #73EFC8 and #C873EF with #EFC873 are triadic colors.

2 #73C8EF and #C8EF73 with #EFC873 are triadic colors.