COLOR #EFD599

HEX: #EFD599
RGB: (239,213,153)

Color info

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

RGB color model

#EFD599 color RGB value is (239,213,153).

  • red value is 239;
  • green value is 213;
  • blue value is 153.
RGB:
(239,213,153)
(94%,84%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 153 of 255 = 60%

239
213
153

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 153 = 605 (100%)
R 239 of 605 ~ 39.5%
G 213 of 605 ~ 35.21%
B 153 of 605 ~ 25.29%

%39.5
%35.21
%25.29

CMYK color model

#EFD599 color CMYK value is (0,11,36,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 35.98%
  • key color value is 6.27%
CMYK:
(0,11,36,6)
C0M11Y36K6 
(0%,11%,36%,6%)
(0.00/0.11/0.36/0.06)	

CMYK percentages

%0
%10.88
%35.98
%6.27

Codes

Color #EFD599 in popluar color models

EFD599
RGB239213153
HSL42°72.88%76.86%
HSB/HSV42°35.98%93.73%
CMYK0.00%10.88%35.98%
6.27%

Color #EFD599 in popluar number systems.

HEXEFD599
Decimal239213153
Binary111011111101010110011001
Octal357325231

Shades and tints

Shades of #EFD599

#EFD599
(239,213,153)
#DAC28C
(218,194,140)
#C5AF7F
(197,175,127)
#B09C72
(176,156,114)
#9B8965
(155,137,101)
#867658
(134,118,88)
#71634B
(113,99,75)
#5C503E
(92,80,62)
#473D31
(71,61,49)
#322A24
(50,42,36)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFD599

#EFD599
(239,213,153)
#F0D8A2
(240,216,162)
#F1DBAB
(241,219,171)
#F2DEB4
(242,222,180)
#F3E1BD
(243,225,189)
#F4E4C6
(244,228,198)
#F5E7CF
(245,231,207)
#F6EAD8
(246,234,216)
#F7EDE1
(247,237,225)
#F8F0EA
(248,240,234)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD599; }

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

This text font color is #EFD599.


Background Color

.myBgColor { background-color: #EFD599; }

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

This div background color is #EFD599.


Border color

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

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

This div border color is #EFD599.


Opacity

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

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

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

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

This text has shadow with #EFD599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD599 on black background.


Color preview on white background

This text has color #EFD599 on white background.



Black color preview on #EFD599 background

This text has black color on #EFD599 background.


White color preview on #EFD599 background

This text has white color on #EFD599 background.