COLOR #EFBE61

HEX: #EFBE61 RGB: (239,190,97)

Color info

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

RGB color model

#EFBE61 color RGB value is (239,190,97).

RGB: (239,190,97) (94%, 75%, 38%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 97 of 255 = 38%

239
190
97

R + G + B ~ 69%. #EFBE61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 190 + 97 = 526 (100%)
R 239 of 526 ~ 45.44%
G 190 of 526 ~ 36.12%
B 97 of 526 ~ 18.44'%

%45.44
%36.12
%18.44

CMYK color model

#EFBE61 color CMYK value is (0,21,59,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 59.41%
  • key color value is 6.27%

CMYK: (0,21,59,6)
C0M21Y59K6 (0%, 21%, 59%, 6%)
(0.00 / 0.21 / 0.59 / 0.06)

CMYK percentages

%0
%20.5
%59.41
%6.27

Codes

Color #EFBE61 in popluar color models

EF BE 61
RGB 239 190 97
HSL 39° 81.61% 65.88%
HSB/HSV 39° 59.41% 93.73%
CMYK 0.00% 20.50% 59.41%
6.27%

Color #EFBE61 in popluar number systems.

HEX EF BE 61
Decimal 239 190 97
Binary 11101111 10111110 1100001
Octal 357 276 141

Shades and tints

Shades of #EFBE61

#EFBE61
(239,190,97)
#DAAD59
(218,173,89)
#C59C51
(197,156,81)
#B08B49
(176,139,73)
#9B7A41
(155,122,65)
#866939
(134,105,57)
#715831
(113,88,49)
#5C4729
(92,71,41)
#473621
(71,54,33)
#322519
(50,37,25)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #EFBE61

#EFBE61
(239,190,97)
#F0C36F
(240,195,111)
#F1C87D
(241,200,125)
#F2CD8B
(242,205,139)
#F3D299
(243,210,153)
#F4D7A7
(244,215,167)
#F5DCB5
(245,220,181)
#F6E1C3
(246,225,195)
#F7E6D1
(247,230,209)
#F8EBDF
(248,235,223)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBE61 color. Also use rgb(239,190,97) instead hex code.

Text Font Color

.myTextColor { color: #EFBE61; }

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

This text font color is #EFBE61.

Background Color

.myBgColor { background-color: #EFBE61; }

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

This div background color is #EFBE61.

Border color

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

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

This div border color is #EFBE61.

Opacity

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

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

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

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

This text has shadow with #EFBE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBE61.

Preview

Color preview on black background

This text has color #EFBE61 on black background.


Color preview on white background

This text has color #EFBE61 on white background.


Black color preview on #EFBE61 background

This text has black color on #EFBE61 background.


White color preview on #EFBE61 background

This text has white color on #EFBE61 background.


Related colors

Complementary color

Complementary color for #hex is #10419E.


I love getcolorcode.com

Triadic colors

1 #61EFBE and #BE61EF with #EFBE61 are triadic colors.

2 #61BEEF and #BEEF61 with #EFBE61 are triadic colors.