COLOR #EFEF87

HEX: #EFEF87
RGB: (239,239,135)

Color info

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

RGB color model

#EFEF87 color RGB value is (239,239,135).

  • red value is 239;
  • green value is 239;
  • blue value is 135.
RGB:
(239,239,135)
(94%,94%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 135 of 255 = 53%

239
239
135

R + G + B ~ 80%. #EFEF87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 135 = 613 (100%)
R 239 of 613 ~ 38.99%
G 239 of 613 ~ 38.99%
B 135 of 613 ~ 22.02%

%38.99
%38.99
%22.02

CMYK color model

#EFEF87 color CMYK value is (0,0,44,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.51%
  • key color value is 6.27%
CMYK:
(0,0,44,6)
C0M0Y44K6 
(0%,0%,44%,6%)
(0.00/0.00/0.44/0.06)	

CMYK percentages

%0
%0
%43.51
%6.27

Codes

Color #EFEF87 in popluar color models

EFEF87
RGB239239135
HSL60°76.47%73.33%
HSB/HSV60°43.51%93.73%
CMYK0.00%0.00%43.51%
6.27%

Color #EFEF87 in popluar number systems.

HEXEFEF87
Decimal239239135
Binary111011111110111110000111
Octal357357207

Shades and tints

Shades of #EFEF87

#EFEF87
(239,239,135)
#DADA7B
(218,218,123)
#C5C56F
(197,197,111)
#B0B063
(176,176,99)
#9B9B57
(155,155,87)
#86864B
(134,134,75)
#71713F
(113,113,63)
#5C5C33
(92,92,51)
#474727
(71,71,39)
#32321B
(50,50,27)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #EFEF87

#EFEF87
(239,239,135)
#F0F091
(240,240,145)
#F1F19B
(241,241,155)
#F2F2A5
(242,242,165)
#F3F3AF
(243,243,175)
#F4F4B9
(244,244,185)
#F5F5C3
(245,245,195)
#F6F6CD
(246,246,205)
#F7F7D7
(247,247,215)
#F8F8E1
(248,248,225)
#F9F9EB
(249,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEF87; }

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

This text font color is #EFEF87.


Background Color

.myBgColor { background-color: #EFEF87; }

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

This div background color is #EFEF87.


Border color

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

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

This div border color is #EFEF87.


Opacity

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

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

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

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

This text has shadow with #EFEF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEF87 on black background.


Color preview on white background

This text has color #EFEF87 on white background.



Black color preview on #EFEF87 background

This text has black color on #EFEF87 background.


White color preview on #EFEF87 background

This text has white color on #EFEF87 background.