COLOR #EFC263

HEX: #EFC263 RGB: (239,194,99)

Color info

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

RGB color model

#EFC263 color RGB value is (239,194,99).

RGB: (239,194,99) (94%, 76%, 39%)

RGB channels and saturation

R 239 of 255 = 94%
G 194 of 255 = 76%
B 99 of 255 = 39%

239
194
99

R + G + B ~ 70%. #EFC263 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 194 + 99 = 532 (100%)
R 239 of 532 ~ 44.92%
G 194 of 532 ~ 36.47%
B 99 of 532 ~ 18.61'%

%44.92
%36.47
%18.61

CMYK color model

#EFC263 color CMYK value is (0,19,59,6).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 58.58%
  • key color value is 6.27%

CMYK: (0,19,59,6)
C0M19Y59K6 (0%, 19%, 59%, 6%)
(0.00 / 0.19 / 0.59 / 0.06)

CMYK percentages

%0
%18.83
%58.58
%6.27

Codes

Color #EFC263 in popluar color models

EF C2 63
RGB 239 194 99
HSL 41° 81.40% 66.27%
HSB/HSV 41° 58.58% 93.73%
CMYK 0.00% 18.83% 58.58%
6.27%

Color #EFC263 in popluar number systems.

HEX EF C2 63
Decimal 239 194 99
Binary 11101111 11000010 1100011
Octal 357 302 143

Shades and tints

Shades of #EFC263

#EFC263
(239,194,99)
#DAB15A
(218,177,90)
#C5A051
(197,160,81)
#B08F48
(176,143,72)
#9B7E3F
(155,126,63)
#866D36
(134,109,54)
#715C2D
(113,92,45)
#5C4B24
(92,75,36)
#473A1B
(71,58,27)
#322912
(50,41,18)
#1D1809
(29,24,9)
#000000
(0,0,0)

Tints of #EFC263

#EFC263
(239,194,99)
#F0C771
(240,199,113)
#F1CC7F
(241,204,127)
#F2D18D
(242,209,141)
#F3D69B
(243,214,155)
#F4DBA9
(244,219,169)
#F5E0B7
(245,224,183)
#F6E5C5
(246,229,197)
#F7EAD3
(247,234,211)
#F8EFE1
(248,239,225)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC263 color. Also use rgb(239,194,99) instead hex code.

Text Font Color

.myTextColor { color: #EFC263; }

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

This text font color is #EFC263.

Background Color

.myBgColor { background-color: #EFC263; }

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

This div background color is #EFC263.

Border color

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

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

This div border color is #EFC263.

Opacity

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

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

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

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

This text has shadow with #EFC263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC263.

Preview

Color preview on black background

This text has color #EFC263 on black background.


Color preview on white background

This text has color #EFC263 on white background.


Black color preview on #EFC263 background

This text has black color on #EFC263 background.


White color preview on #EFC263 background

This text has white color on #EFC263 background.


Related colors

Complementary color

Complementary color for #hex is #103D9C.


I love getcolorcode.com

Triadic colors

1 #63EFC2 and #C263EF with #EFC263 are triadic colors.

2 #63C2EF and #C2EF63 with #EFC263 are triadic colors.