COLOR #EFD651

HEX: #EFD651
RGB: (239,214,81)

Color info

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

RGB color model

#EFD651 color RGB value is (239,214,81).

  • red value is 239;
  • green value is 214;
  • blue value is 81.
RGB:
(239,214,81)
(94%,84%,32%)

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 81 of 255 = 32%

239
214
81

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

Portions of RGB colors in percentages

R + G + B =
239 + 214 + 81 = 534 (100%)
R 239 of 534 ~ 44.76%
G 214 of 534 ~ 40.07%
B 81 of 534 ~ 15.17%

%44.76
%40.07
%15.17

CMYK color model

#EFD651 color CMYK value is (0,10,66,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 66.11%
  • key color value is 6.27%
CMYK:
(0,10,66,6)
C0M10Y66K6 
(0%,10%,66%,6%)
(0.00/0.10/0.66/0.06)	

CMYK percentages

%0
%10.46
%66.11
%6.27

Codes

Color #EFD651 in popluar color models

EFD651
RGB23921481
HSL51°83.16%62.75%
HSB/HSV51°66.11%93.73%
CMYK0.00%10.46%66.11%
6.27%

Color #EFD651 in popluar number systems.

HEXEFD651
Decimal23921481
Binary11101111110101101010001
Octal357326121

Shades and tints

Shades of #EFD651

#EFD651
(239,214,81)
#DAC34A
(218,195,74)
#C5B043
(197,176,67)
#B09D3C
(176,157,60)
#9B8A35
(155,138,53)
#86772E
(134,119,46)
#716427
(113,100,39)
#5C5120
(92,81,32)
#473E19
(71,62,25)
#322B12
(50,43,18)
#1D180B
(29,24,11)
#000000
(0,0,0)

Tints of #EFD651

#EFD651
(239,214,81)
#F0D960
(240,217,96)
#F1DC6F
(241,220,111)
#F2DF7E
(242,223,126)
#F3E28D
(243,226,141)
#F4E59C
(244,229,156)
#F5E8AB
(245,232,171)
#F6EBBA
(246,235,186)
#F7EEC9
(247,238,201)
#F8F1D8
(248,241,216)
#F9F4E7
(249,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD651 color. Also use rgb(239,214,81) instead hex code.

Text Font Color

.myTextColor { color: #EFD651; }

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

This text font color is #EFD651.


Background Color

.myBgColor { background-color: #EFD651; }

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

This div background color is #EFD651.


Border color

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

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

This div border color is #EFD651.


Opacity

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

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

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

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

This text has shadow with #EFD651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD651 on black background.


Color preview on white background

This text has color #EFD651 on white background.



Black color preview on #EFD651 background

This text has black color on #EFD651 background.


White color preview on #EFD651 background

This text has white color on #EFD651 background.