COLOR #EFC07A

HEX: #EFC07A
RGB: (239,192,122)

Color info

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

RGB color model

#EFC07A color RGB value is (239,192,122).

  • red value is 239;
  • green value is 192;
  • blue value is 122.
RGB:
(239,192,122)
(94%,75%,48%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 122 of 255 = 48%

239
192
122

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

Portions of RGB colors in percentages

R + G + B =
239 + 192 + 122 = 553 (100%)
R 239 of 553 ~ 43.22%
G 192 of 553 ~ 34.72%
B 122 of 553 ~ 22.06%

%43.22
%34.72
%22.06

CMYK color model

#EFC07A color CMYK value is (0,20,49,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 48.95%
  • key color value is 6.27%
CMYK:
(0,20,49,6)
C0M20Y49K6 
(0%,20%,49%,6%)
(0.00/0.20/0.49/0.06)	

CMYK percentages

%0
%19.67
%48.95
%6.27

Codes

Color #EFC07A in popluar color models

EFC07A
RGB239192122
HSL36°78.52%70.78%
HSB/HSV36°48.95%93.73%
CMYK0.00%19.67%48.95%
6.27%

Color #EFC07A in popluar number systems.

HEXEFC07A
Decimal239192122
Binary11101111110000001111010
Octal357300172

Shades and tints

Shades of #EFC07A

#EFC07A
(239,192,122)
#DAAF6F
(218,175,111)
#C59E64
(197,158,100)
#B08D59
(176,141,89)
#9B7C4E
(155,124,78)
#866B43
(134,107,67)
#715A38
(113,90,56)
#5C492D
(92,73,45)
#473822
(71,56,34)
#322717
(50,39,23)
#1D160C
(29,22,12)
#000000
(0,0,0)

Tints of #EFC07A

#EFC07A
(239,192,122)
#F0C586
(240,197,134)
#F1CA92
(241,202,146)
#F2CF9E
(242,207,158)
#F3D4AA
(243,212,170)
#F4D9B6
(244,217,182)
#F5DEC2
(245,222,194)
#F6E3CE
(246,227,206)
#F7E8DA
(247,232,218)
#F8EDE6
(248,237,230)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC07A color. Also use rgb(239,192,122) instead hex code.

Text Font Color

.myTextColor { color: #EFC07A; }

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

This text font color is #EFC07A.


Background Color

.myBgColor { background-color: #EFC07A; }

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

This div background color is #EFC07A.


Border color

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

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

This div border color is #EFC07A.


Opacity

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

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

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

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

This text has shadow with #EFC07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC07A on black background.


Color preview on white background

This text has color #EFC07A on white background.



Black color preview on #EFC07A background

This text has black color on #EFC07A background.


White color preview on #EFC07A background

This text has white color on #EFC07A background.