COLOR #EFEEA1

HEX: #EFEEA1
RGB: (239,238,161)

Color info

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

RGB color model

#EFEEA1 color RGB value is (239,238,161).

  • red value is 239;
  • green value is 238;
  • blue value is 161.
RGB:
(239,238,161)
(94%,93%,63%)

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 161 of 255 = 63%

239
238
161

R + G + B ~ 83%. #EFEEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 161 = 638 (100%)
R 239 of 638 ~ 37.46%
G 238 of 638 ~ 37.3%
B 161 of 638 ~ 25.24%

%37.46
%37.3
%25.24

CMYK color model

#EFEEA1 color CMYK value is (0,0,33,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(0,0,33,6)
C0M0Y33K6 
(0%,0%,33%,6%)
(0.00/0.00/0.33/0.06)	

CMYK percentages

%0
%0.42
%32.64
%6.27

Codes

Color #EFEEA1 in popluar color models

EFEEA1
RGB239238161
HSL59°70.91%78.43%
HSB/HSV59°32.64%93.73%
CMYK0.00%0.42%32.64%
6.27%

Color #EFEEA1 in popluar number systems.

HEXEFEEA1
Decimal239238161
Binary111011111110111010100001
Octal357356241

Shades and tints

Shades of #EFEEA1

#EFEEA1
(239,238,161)
#DAD993
(218,217,147)
#C5C485
(197,196,133)
#B0AF77
(176,175,119)
#9B9A69
(155,154,105)
#86855B
(134,133,91)
#71704D
(113,112,77)
#5C5B3F
(92,91,63)
#474631
(71,70,49)
#323123
(50,49,35)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #EFEEA1

#EFEEA1
(239,238,161)
#F0EFA9
(240,239,169)
#F1F0B1
(241,240,177)
#F2F1B9
(242,241,185)
#F3F2C1
(243,242,193)
#F4F3C9
(244,243,201)
#F5F4D1
(245,244,209)
#F6F5D9
(246,245,217)
#F7F6E1
(247,246,225)
#F8F7E9
(248,247,233)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEA1; }

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

This text font color is #EFEEA1.


Background Color

.myBgColor { background-color: #EFEEA1; }

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

This div background color is #EFEEA1.


Border color

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

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

This div border color is #EFEEA1.


Opacity

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

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

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

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

This text has shadow with #EFEEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEA1 on black background.


Color preview on white background

This text has color #EFEEA1 on white background.



Black color preview on #EFEEA1 background

This text has black color on #EFEEA1 background.


White color preview on #EFEEA1 background

This text has white color on #EFEEA1 background.