COLOR #EFD399

HEX: #EFD399 RGB: (239,211,153)

Color info

#EFD399 contains mainly red and green colors. Web safe color of #EFD399 is #FFCC99 (or #FC9).

RGB color model

#EFD399 color RGB value is (239,211,153).

RGB: (239,211,153) (94%, 83%, 60%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 153 of 255 = 60%

239
211
153

R + G + B ~ 79%. #EFD399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 211 + 153 = 603 (100%)
R 239 of 603 ~ 39.64%
G 211 of 603 ~ 34.99%
B 153 of 603 ~ 25.37'%

%39.64
%34.99
%25.37

CMYK color model

#EFD399 color CMYK value is (0,12,36,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 35.98%
  • key color value is 6.27%

CMYK: (0,12,36,6)
C0M12Y36K6 (0%, 12%, 36%, 6%)
(0.00 / 0.12 / 0.36 / 0.06)

CMYK percentages

%0
%11.72
%35.98
%6.27

Codes

Color #EFD399 in popluar color models

EF D3 99
RGB 239 211 153
HSL 40° 72.88% 76.86%
HSB/HSV 40° 35.98% 93.73%
CMYK 0.00% 11.72% 35.98%
6.27%

Color #EFD399 in popluar number systems.

HEX EF D3 99
Decimal 239 211 153
Binary 11101111 11010011 10011001
Octal 357 323 231

Shades and tints

Shades of #EFD399

#EFD399
(239,211,153)
#DAC08C
(218,192,140)
#C5AD7F
(197,173,127)
#B09A72
(176,154,114)
#9B8765
(155,135,101)
#867458
(134,116,88)
#71614B
(113,97,75)
#5C4E3E
(92,78,62)
#473B31
(71,59,49)
#322824
(50,40,36)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #EFD399

#EFD399
(239,211,153)
#F0D7A2
(240,215,162)
#F1DBAB
(241,219,171)
#F2DFB4
(242,223,180)
#F3E3BD
(243,227,189)
#F4E7C6
(244,231,198)
#F5EBCF
(245,235,207)
#F6EFD8
(246,239,216)
#F7F3E1
(247,243,225)
#F8F7EA
(248,247,234)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD399 color. Also use rgb(239,211,153) instead hex code.

Text Font Color

.myTextColor { color: #EFD399; }

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

This text font color is #EFD399.

Background Color

.myBgColor { background-color: #EFD399; }

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

This div background color is #EFD399.

Border color

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

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

This div border color is #EFD399.

Opacity

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

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

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

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

This text has shadow with #EFD399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD399.

Preview

Color preview on black background

This text has color #EFD399 on black background.


Color preview on white background

This text has color #EFD399 on white background.


Black color preview on #EFD399 background

This text has black color on #EFD399 background.


White color preview on #EFD399 background

This text has white color on #EFD399 background.


Related colors

Complementary color

Complementary color for #hex is #102C66.


I love getcolorcode.com

Triadic colors

1 #99EFD3 and #D399EF with #EFD399 are triadic colors.

2 #99D3EF and #D3EF99 with #EFD399 are triadic colors.