COLOR #EFC180

HEX: #EFC180
RGB: (239,193,128)

Color info

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

RGB color model

#EFC180 color RGB value is (239,193,128).

  • red value is 239;
  • green value is 193;
  • blue value is 128.
RGB:
(239,193,128)
(94%,76%,50%)

RGB channels and saturation

R 239 of 255 = 94%
G 193 of 255 = 76%
B 128 of 255 = 50%

239
193
128

R + G + B ~ 73%. #EFC180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 193 + 128 = 560 (100%)
R 239 of 560 ~ 42.68%
G 193 of 560 ~ 34.46%
B 128 of 560 ~ 22.86%

%42.68
%34.46
%22.86

CMYK color model

#EFC180 color CMYK value is (0,19,46,6).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 46.44%
  • key color value is 6.27%
CMYK:
(0,19,46,6)
C0M19Y46K6 
(0%,19%,46%,6%)
(0.00/0.19/0.46/0.06)	

CMYK percentages

%0
%19.25
%46.44
%6.27

Codes

Color #EFC180 in popluar color models

EFC180
RGB239193128
HSL35°77.62%71.96%
HSB/HSV35°46.44%93.73%
CMYK0.00%19.25%46.44%
6.27%

Color #EFC180 in popluar number systems.

HEXEFC180
Decimal239193128
Binary111011111100000110000000
Octal357301200

Shades and tints

Shades of #EFC180

#EFC180
(239,193,128)
#DAB075
(218,176,117)
#C59F6A
(197,159,106)
#B08E5F
(176,142,95)
#9B7D54
(155,125,84)
#866C49
(134,108,73)
#715B3E
(113,91,62)
#5C4A33
(92,74,51)
#473928
(71,57,40)
#32281D
(50,40,29)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #EFC180

#EFC180
(239,193,128)
#F0C68B
(240,198,139)
#F1CB96
(241,203,150)
#F2D0A1
(242,208,161)
#F3D5AC
(243,213,172)
#F4DAB7
(244,218,183)
#F5DFC2
(245,223,194)
#F6E4CD
(246,228,205)
#F7E9D8
(247,233,216)
#F8EEE3
(248,238,227)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC180 color. Also use rgb(239,193,128) instead hex code.

Text Font Color

.myTextColor { color: #EFC180; }

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

This text font color is #EFC180.


Background Color

.myBgColor { background-color: #EFC180; }

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

This div background color is #EFC180.


Border color

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

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

This div border color is #EFC180.


Opacity

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

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

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

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

This text has shadow with #EFC180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC180 on black background.


Color preview on white background

This text has color #EFC180 on white background.



Black color preview on #EFC180 background

This text has black color on #EFC180 background.


White color preview on #EFC180 background

This text has white color on #EFC180 background.