COLOR #EFC084

HEX: #EFC084 RGB: (239,192,132)

Color info

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

RGB color model

#EFC084 color RGB value is (239,192,132).

RGB: (239,192,132) (94%, 75%, 52%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 132 of 255 = 52%

239
192
132

R + G + B ~ 74%. #EFC084 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 192 + 132 = 563 (100%)
R 239 of 563 ~ 42.45%
G 192 of 563 ~ 34.1%
B 132 of 563 ~ 23.45'%

%42.45
%34.1
%23.45

CMYK color model

#EFC084 color CMYK value is (0,20,45,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 44.77%
  • key color value is 6.27%

CMYK: (0,20,45,6)
C0M20Y45K6 (0%, 20%, 45%, 6%)
(0.00 / 0.20 / 0.45 / 0.06)

CMYK percentages

%0
%19.67
%44.77
%6.27

Codes

Color #EFC084 in popluar color models

EF C0 84
RGB 239 192 132
HSL 34° 76.98% 72.75%
HSB/HSV 34° 44.77% 93.73%
CMYK 0.00% 19.67% 44.77%
6.27%

Color #EFC084 in popluar number systems.

HEX EF C0 84
Decimal 239 192 132
Binary 11101111 11000000 10000100
Octal 357 300 204

Shades and tints

Shades of #EFC084

#EFC084
(239,192,132)
#DAAF78
(218,175,120)
#C59E6C
(197,158,108)
#B08D60
(176,141,96)
#9B7C54
(155,124,84)
#866B48
(134,107,72)
#715A3C
(113,90,60)
#5C4930
(92,73,48)
#473824
(71,56,36)
#322718
(50,39,24)
#1D160C
(29,22,12)
#000000
(0,0,0)

Tints of #EFC084

#EFC084
(239,192,132)
#F0C58F
(240,197,143)
#F1CA9A
(241,202,154)
#F2CFA5
(242,207,165)
#F3D4B0
(243,212,176)
#F4D9BB
(244,217,187)
#F5DEC6
(245,222,198)
#F6E3D1
(246,227,209)
#F7E8DC
(247,232,220)
#F8EDE7
(248,237,231)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC084; }

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

This text font color is #EFC084.

Background Color

.myBgColor { background-color: #EFC084; }

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

This div background color is #EFC084.

Border color

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

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

This div border color is #EFC084.

Opacity

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

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

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

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

This text has shadow with #EFC084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC084.

Preview

Color preview on black background

This text has color #EFC084 on black background.


Color preview on white background

This text has color #EFC084 on white background.


Black color preview on #EFC084 background

This text has black color on #EFC084 background.


White color preview on #EFC084 background

This text has white color on #EFC084 background.


Related colors

Complementary color

Complementary color for #hex is #103F7B.


I love getcolorcode.com

Triadic colors

1 #84EFC0 and #C084EF with #EFC084 are triadic colors.

2 #84C0EF and #C0EF84 with #EFC084 are triadic colors.