COLOR #EFB15C

HEX: #EFB15C RGB: (239,177,92)

Color info

#EFB15C contains mainly red color. Web safe color of #EFB15C is #FF9966 (or #F96).

RGB color model

#EFB15C color RGB value is (239,177,92).

RGB: (239,177,92) (94%, 69%, 36%)

RGB channels and saturation

R 239 of 255 = 94%
G 177 of 255 = 69%
B 92 of 255 = 36%

239
177
92

R + G + B ~ 66%. #EFB15C is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 177 + 92 = 508 (100%)
R 239 of 508 ~ 47.05%
G 177 of 508 ~ 34.84%
B 92 of 508 ~ 18.11'%

%47.05
%34.84
%18.11

CMYK color model

#EFB15C color CMYK value is (0,26,62,6).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 61.51%
  • key color value is 6.27%

CMYK: (0,26,62,6)
C0M26Y62K6 (0%, 26%, 62%, 6%)
(0.00 / 0.26 / 0.62 / 0.06)

CMYK percentages

%0
%25.94
%61.51
%6.27

Codes

Color #EFB15C in popluar color models

EF B1 5C
RGB 239 177 92
HSL 35° 82.12% 64.90%
HSB/HSV 35° 61.51% 93.73%
CMYK 0.00% 25.94% 61.51%
6.27%

Color #EFB15C in popluar number systems.

HEX EF B1 5C
Decimal 239 177 92
Binary 11101111 10110001 1011100
Octal 357 261 134

Shades and tints

Shades of #EFB15C

#EFB15C
(239,177,92)
#DAA154
(218,161,84)
#C5914C
(197,145,76)
#B08144
(176,129,68)
#9B713C
(155,113,60)
#866134
(134,97,52)
#71512C
(113,81,44)
#5C4124
(92,65,36)
#47311C
(71,49,28)
#322114
(50,33,20)
#1D110C
(29,17,12)
#000000
(0,0,0)

Tints of #EFB15C

#EFB15C
(239,177,92)
#F0B86A
(240,184,106)
#F1BF78
(241,191,120)
#F2C686
(242,198,134)
#F3CD94
(243,205,148)
#F4D4A2
(244,212,162)
#F5DBB0
(245,219,176)
#F6E2BE
(246,226,190)
#F7E9CC
(247,233,204)
#F8F0DA
(248,240,218)
#F9F7E8
(249,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB15C color. Also use rgb(239,177,92) instead hex code.

Text Font Color

.myTextColor { color: #EFB15C; }

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

This text font color is #EFB15C.

Background Color

.myBgColor { background-color: #EFB15C; }

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

This div background color is #EFB15C.

Border color

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

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

This div border color is #EFB15C.

Opacity

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

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

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

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

This text has shadow with #EFB15C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB15C.

Preview

Color preview on black background

This text has color #EFB15C on black background.


Color preview on white background

This text has color #EFB15C on white background.


Black color preview on #EFB15C background

This text has black color on #EFB15C background.


White color preview on #EFB15C background

This text has white color on #EFB15C background.


Related colors

Complementary color

Complementary color for #hex is #104EA3.


I love getcolorcode.com

Triadic colors

1 #5CEFB1 and #B15CEF with #EFB15C are triadic colors.

2 #5CB1EF and #B1EF5C with #EFB15C are triadic colors.