COLOR #EFDD53

HEX: #EFDD53 RGB: (239,221,83)

Color info

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

RGB color model

#EFDD53 color RGB value is (239,221,83).

RGB: (239,221,83) (94%, 87%, 33%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 83 of 255 = 33%

239
221
83

R + G + B ~ 71%. #EFDD53 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 221 + 83 = 543 (100%)
R 239 of 543 ~ 44.01%
G 221 of 543 ~ 40.7%
B 83 of 543 ~ 15.29'%

%44.01
%40.7
%15.29

CMYK color model

#EFDD53 color CMYK value is (0,8,65,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 65.27%
  • key color value is 6.27%

CMYK: (0,8,65,6)
C0M8Y65K6 (0%, 8%, 65%, 6%)
(0.00 / 0.08 / 0.65 / 0.06)

CMYK percentages

%0
%7.53
%65.27
%6.27

Codes

Color #EFDD53 in popluar color models

EF DD 53
RGB 239 221 83
HSL 53° 82.98% 63.14%
HSB/HSV 53° 65.27% 93.73%
CMYK 0.00% 7.53% 65.27%
6.27%

Color #EFDD53 in popluar number systems.

HEX EF DD 53
Decimal 239 221 83
Binary 11101111 11011101 1010011
Octal 357 335 123

Shades and tints

Shades of #EFDD53

#EFDD53
(239,221,83)
#DAC94C
(218,201,76)
#C5B545
(197,181,69)
#B0A13E
(176,161,62)
#9B8D37
(155,141,55)
#867930
(134,121,48)
#716529
(113,101,41)
#5C5122
(92,81,34)
#473D1B
(71,61,27)
#322914
(50,41,20)
#1D150D
(29,21,13)
#000000
(0,0,0)

Tints of #EFDD53

#EFDD53
(239,221,83)
#F0E062
(240,224,98)
#F1E371
(241,227,113)
#F2E680
(242,230,128)
#F3E98F
(243,233,143)
#F4EC9E
(244,236,158)
#F5EFAD
(245,239,173)
#F6F2BC
(246,242,188)
#F7F5CB
(247,245,203)
#F8F8DA
(248,248,218)
#F9FBE9
(249,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDD53 color. Also use rgb(239,221,83) instead hex code.

Text Font Color

.myTextColor { color: #EFDD53; }

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

This text font color is #EFDD53.

Background Color

.myBgColor { background-color: #EFDD53; }

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

This div background color is #EFDD53.

Border color

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

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

This div border color is #EFDD53.

Opacity

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

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

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

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

This text has shadow with #EFDD53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDD53.

Preview

Color preview on black background

This text has color #EFDD53 on black background.


Color preview on white background

This text has color #EFDD53 on white background.


Black color preview on #EFDD53 background

This text has black color on #EFDD53 background.


White color preview on #EFDD53 background

This text has white color on #EFDD53 background.


Related colors

Complementary color

Complementary color for #hex is #1022AC.


I love getcolorcode.com

Triadic colors

1 #53EFDD and #DD53EF with #EFDD53 are triadic colors.

2 #53DDEF and #DDEF53 with #EFDD53 are triadic colors.