COLOR #EFC592

HEX: #EFC592
RGB: (239,197,146)

Color info

#EFC592 contains mainly red and green colors. Web safe color of #EFC592 is #FFCC99 (or #FC9).

RGB color model

#EFC592 color RGB value is (239,197,146).

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

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 146 of 255 = 57%

239
197
146

R + G + B ~ 76%. #EFC592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 146 = 582 (100%)
R 239 of 582 ~ 41.07%
G 197 of 582 ~ 33.85%
B 146 of 582 ~ 25.09%

%41.07
%33.85
%25.09

CMYK color model

#EFC592 color CMYK value is (0,18,39,6).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 38.91%
  • key color value is 6.27%
CMYK:
(0,18,39,6)
C0M18Y39K6 
(0%,18%,39%,6%)
(0.00/0.18/0.39/0.06)	

CMYK percentages

%0
%17.57
%38.91
%6.27

Codes

Color #EFC592 in popluar color models

EFC592
RGB239197146
HSL33°74.40%75.49%
HSB/HSV33°38.91%93.73%
CMYK0.00%17.57%38.91%
6.27%

Color #EFC592 in popluar number systems.

HEXEFC592
Decimal239197146
Binary111011111100010110010010
Octal357305222

Shades and tints

Shades of #EFC592

#EFC592
(239,197,146)
#DAB485
(218,180,133)
#C5A378
(197,163,120)
#B0926B
(176,146,107)
#9B815E
(155,129,94)
#867051
(134,112,81)
#715F44
(113,95,68)
#5C4E37
(92,78,55)
#473D2A
(71,61,42)
#322C1D
(50,44,29)
#1D1B10
(29,27,16)
#000000
(0,0,0)

Tints of #EFC592

#EFC592
(239,197,146)
#F0CA9B
(240,202,155)
#F1CFA4
(241,207,164)
#F2D4AD
(242,212,173)
#F3D9B6
(243,217,182)
#F4DEBF
(244,222,191)
#F5E3C8
(245,227,200)
#F6E8D1
(246,232,209)
#F7EDDA
(247,237,218)
#F8F2E3
(248,242,227)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC592; }

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

This text font color is #EFC592.


Background Color

.myBgColor { background-color: #EFC592; }

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

This div background color is #EFC592.


Border color

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

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

This div border color is #EFC592.


Opacity

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

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

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

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

This text has shadow with #EFC592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC592 on black background.


Color preview on white background

This text has color #EFC592 on white background.



Black color preview on #EFC592 background

This text has black color on #EFC592 background.


White color preview on #EFC592 background

This text has white color on #EFC592 background.