COLOR #EFE2A3

HEX: #EFE2A3
RGB: (239,226,163)

Color info

#EFE2A3 contains mainly red and green colors. Web safe color of #EFE2A3 is #FFCC99 (or #FC9).

RGB color model

#EFE2A3 color RGB value is (239,226,163).

  • red value is 239;
  • green value is 226;
  • blue value is 163.
RGB:
(239,226,163)
(94%,89%,64%)

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 163 of 255 = 64%

239
226
163

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

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 163 = 628 (100%)
R 239 of 628 ~ 38.06%
G 226 of 628 ~ 35.99%
B 163 of 628 ~ 25.96%

%38.06
%35.99
%25.96

CMYK color model

#EFE2A3 color CMYK value is (0,5,32,6).

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK:
(0,5,32,6)
C0M5Y32K6 
(0%,5%,32%,6%)
(0.00/0.05/0.32/0.06)	

CMYK percentages

%0
%5.44
%31.8
%6.27

Codes

Color #EFE2A3 in popluar color models

EFE2A3
RGB239226163
HSL50°70.37%78.82%
HSB/HSV50°31.80%93.73%
CMYK0.00%5.44%31.80%
6.27%

Color #EFE2A3 in popluar number systems.

HEXEFE2A3
Decimal239226163
Binary111011111110001010100011
Octal357342243

Shades and tints

Shades of #EFE2A3

#EFE2A3
(239,226,163)
#DACE95
(218,206,149)
#C5BA87
(197,186,135)
#B0A679
(176,166,121)
#9B926B
(155,146,107)
#867E5D
(134,126,93)
#716A4F
(113,106,79)
#5C5641
(92,86,65)
#474233
(71,66,51)
#322E25
(50,46,37)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFE2A3

#EFE2A3
(239,226,163)
#F0E4AB
(240,228,171)
#F1E6B3
(241,230,179)
#F2E8BB
(242,232,187)
#F3EAC3
(243,234,195)
#F4ECCB
(244,236,203)
#F5EED3
(245,238,211)
#F6F0DB
(246,240,219)
#F7F2E3
(247,242,227)
#F8F4EB
(248,244,235)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2A3; }

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

This text font color is #EFE2A3.


Background Color

.myBgColor { background-color: #EFE2A3; }

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

This div background color is #EFE2A3.


Border color

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

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

This div border color is #EFE2A3.


Opacity

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

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

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

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

This text has shadow with #EFE2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2A3 on black background.


Color preview on white background

This text has color #EFE2A3 on white background.



Black color preview on #EFE2A3 background

This text has black color on #EFE2A3 background.


White color preview on #EFE2A3 background

This text has white color on #EFE2A3 background.