COLOR #EFEA99

HEX: #EFEA99 RGB: (239,234,153)

Color info

#EFEA99 contains mainly red and green colors. Web safe color of #EFEA99 is #FFFF99 (or #FF9).

RGB color model

#EFEA99 color RGB value is (239,234,153).

RGB: (239,234,153) (94%, 92%, 60%)

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 153 of 255 = 60%

239
234
153

R + G + B ~ 82%. #EFEA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 234 + 153 = 626 (100%)
R 239 of 626 ~ 38.18%
G 234 of 626 ~ 37.38%
B 153 of 626 ~ 24.44'%

%38.18
%37.38
%24.44

CMYK color model

#EFEA99 color CMYK value is (0,2,36,6).

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

CMYK: (0,2,36,6)
C0M2Y36K6 (0%, 2%, 36%, 6%)
(0.00 / 0.02 / 0.36 / 0.06)

CMYK percentages

%0
%2.09
%35.98
%6.27

Codes

Color #EFEA99 in popluar color models

EF EA 99
RGB 239 234 153
HSL 57° 72.88% 76.86%
HSB/HSV 57° 35.98% 93.73%
CMYK 0.00% 2.09% 35.98%
6.27%

Color #EFEA99 in popluar number systems.

HEX EF EA 99
Decimal 239 234 153
Binary 11101111 11101010 10011001
Octal 357 352 231

Shades and tints

Shades of #EFEA99

#EFEA99
(239,234,153)
#DAD58C
(218,213,140)
#C5C07F
(197,192,127)
#B0AB72
(176,171,114)
#9B9665
(155,150,101)
#868158
(134,129,88)
#716C4B
(113,108,75)
#5C573E
(92,87,62)
#474231
(71,66,49)
#322D24
(50,45,36)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFEA99

#EFEA99
(239,234,153)
#F0EBA2
(240,235,162)
#F1ECAB
(241,236,171)
#F2EDB4
(242,237,180)
#F3EEBD
(243,238,189)
#F4EFC6
(244,239,198)
#F5F0CF
(245,240,207)
#F6F1D8
(246,241,216)
#F7F2E1
(247,242,225)
#F8F3EA
(248,243,234)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEA99; }

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

This text font color is #EFEA99.

Background Color

.myBgColor { background-color: #EFEA99; }

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

This div background color is #EFEA99.

Border color

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

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

This div border color is #EFEA99.

Opacity

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

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

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

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

This text has shadow with #EFEA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEA99.

Preview

Color preview on black background

This text has color #EFEA99 on black background.


Color preview on white background

This text has color #EFEA99 on white background.


Black color preview on #EFEA99 background

This text has black color on #EFEA99 background.


White color preview on #EFEA99 background

This text has white color on #EFEA99 background.


Related colors

Complementary color

Complementary color for #hex is #101566.


I love getcolorcode.com

Triadic colors

1 #99EFEA and #EA99EF with #EFEA99 are triadic colors.

2 #99EAEF and #EAEF99 with #EFEA99 are triadic colors.