COLOR #EFE7A1

HEX: #EFE7A1 RGB: (239,231,161)

Color info

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

RGB color model

#EFE7A1 color RGB value is (239,231,161).

RGB: (239,231,161) (94%, 91%, 63%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 161 of 255 = 63%

239
231
161

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

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 161 = 631 (100%)
R 239 of 631 ~ 37.88%
G 231 of 631 ~ 36.61%
B 161 of 631 ~ 25.52'%

%37.88
%36.61
%25.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 32.64%
  • key color value is 6.27%

CMYK: (0,3,33,6)
C0M3Y33K6 (0%, 3%, 33%, 6%)
(0.00 / 0.03 / 0.33 / 0.06)

CMYK percentages

%0
%3.35
%32.64
%6.27

Codes

Color #EFE7A1 in popluar color models

EF E7 A1
RGB 239 231 161
HSL 54° 70.91% 78.43%
HSB/HSV 54° 32.64% 93.73%
CMYK 0.00% 3.35% 32.64%
6.27%

Color #EFE7A1 in popluar number systems.

HEX EF E7 A1
Decimal 239 231 161
Binary 11101111 11100111 10100001
Octal 357 347 241

Shades and tints

Shades of #EFE7A1

#EFE7A1
(239,231,161)
#DAD293
(218,210,147)
#C5BD85
(197,189,133)
#B0A877
(176,168,119)
#9B9369
(155,147,105)
#867E5B
(134,126,91)
#71694D
(113,105,77)
#5C543F
(92,84,63)
#473F31
(71,63,49)
#322A23
(50,42,35)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFE7A1

#EFE7A1
(239,231,161)
#F0E9A9
(240,233,169)
#F1EBB1
(241,235,177)
#F2EDB9
(242,237,185)
#F3EFC1
(243,239,193)
#F4F1C9
(244,241,201)
#F5F3D1
(245,243,209)
#F6F5D9
(246,245,217)
#F7F7E1
(247,247,225)
#F8F9E9
(248,249,233)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7A1; }

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

This text font color is #EFE7A1.

Background Color

.myBgColor { background-color: #EFE7A1; }

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

This div background color is #EFE7A1.

Border color

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

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

This div border color is #EFE7A1.

Opacity

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

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

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

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

This text has shadow with #EFE7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE7A1.

Preview

Color preview on black background

This text has color #EFE7A1 on black background.


Color preview on white background

This text has color #EFE7A1 on white background.


Black color preview on #EFE7A1 background

This text has black color on #EFE7A1 background.


White color preview on #EFE7A1 background

This text has white color on #EFE7A1 background.


Related colors

Complementary color

Complementary color for #hex is #10185E.


I love getcolorcode.com

Triadic colors

1 #A1EFE7 and #E7A1EF with #EFE7A1 are triadic colors.

2 #A1E7EF and #E7EFA1 with #EFE7A1 are triadic colors.