COLOR #EFEFB3

HEX: #EFEFB3 RGB: (239,239,179)

Color info

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

RGB color model

#EFEFB3 color RGB value is (239,239,179).

RGB: (239,239,179) (94%, 94%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 179 of 255 = 70%

239
239
179

R + G + B ~ 86%. #EFEFB3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 239 + 179 = 657 (100%)
R 239 of 657 ~ 36.38%
G 239 of 657 ~ 36.38%
B 179 of 657 ~ 27.25'%

%36.38
%36.38
%27.25

CMYK color model

#EFEFB3 color CMYK value is (0,0,25,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 6.27%
CMYK: (0,0,25,6) C0M0Y25K6 (0%,0%,25%,6%) (0.00/0.00/0.25/0.06) 

CMYK percentages

%0
%0
%25.1
%6.27

Codes

Color #EFEFB3 in popluar color models

EF EF B3
RGB 239 239 179
HSL 60° 65.22% 81.96%
HSB/HSV 60° 25.10% 93.73%
CMYK 0.00% 0.00% 25.10%
6.27%

Color #EFEFB3 in popluar number systems.

HEX EF EF B3
Decimal 239 239 179
Binary 11101111 11101111 10110011
Octal 357 357 263

Shades and tints

Shades of #EFEFB3

#EFEFB3
(239,239,179)
#DADAA3
(218,218,163)
#C5C593
(197,197,147)
#B0B083
(176,176,131)
#9B9B73
(155,155,115)
#868663
(134,134,99)
#717153
(113,113,83)
#5C5C43
(92,92,67)
#474733
(71,71,51)
#323223
(50,50,35)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #EFEFB3

#EFEFB3
(239,239,179)
#F0F0B9
(240,240,185)
#F1F1BF
(241,241,191)
#F2F2C5
(242,242,197)
#F3F3CB
(243,243,203)
#F4F4D1
(244,244,209)
#F5F5D7
(245,245,215)
#F6F6DD
(246,246,221)
#F7F7E3
(247,247,227)
#F8F8E9
(248,248,233)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFB3; }

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

This text font color is #EFEFB3.

Background Color

.myBgColor { background-color: #EFEFB3; }

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

This div background color is #EFEFB3.

Border color

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

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

This div border color is #EFEFB3.

Opacity

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

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

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

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

This text has shadow with #EFEFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEFB3.

Preview

Color preview on black background

This text has color #EFEFB3 on black background.


Color preview on white background

This text has color #EFEFB3 on white background.


Black color preview on #EFEFB3 background

This text has black color on #EFEFB3 background.


White color preview on #EFEFB3 background

This text has white color on #EFEFB3 background.


Related colors

Complementary color

Complementary color for #hex is #10104C.


I love getcolorcode.com