COLOR #EFE4A8

HEX: #EFE4A8
RGB: (239,228,168)

Color info

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

RGB color model

#EFE4A8 color RGB value is (239,228,168).

  • red value is 239;
  • green value is 228;
  • blue value is 168.
RGB:
(239,228,168)
(94%,89%,66%)

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 168 of 255 = 66%

239
228
168

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

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 168 = 635 (100%)
R 239 of 635 ~ 37.64%
G 228 of 635 ~ 35.91%
B 168 of 635 ~ 26.46%

%37.64
%35.91
%26.46

CMYK color model

#EFE4A8 color CMYK value is (0,5,30,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 29.71%
  • key color value is 6.27%
CMYK:
(0,5,30,6)
C0M5Y30K6 
(0%,5%,30%,6%)
(0.00/0.05/0.30/0.06)	

CMYK percentages

%0
%4.6
%29.71
%6.27

Codes

Color #EFE4A8 in popluar color models

EFE4A8
RGB239228168
HSL51°68.93%79.80%
HSB/HSV51°29.71%93.73%
CMYK0.00%4.60%29.71%
6.27%

Color #EFE4A8 in popluar number systems.

HEXEFE4A8
Decimal239228168
Binary111011111110010010101000
Octal357344250

Shades and tints

Shades of #EFE4A8

#EFE4A8
(239,228,168)
#DAD099
(218,208,153)
#C5BC8A
(197,188,138)
#B0A87B
(176,168,123)
#9B946C
(155,148,108)
#86805D
(134,128,93)
#716C4E
(113,108,78)
#5C583F
(92,88,63)
#474430
(71,68,48)
#323021
(50,48,33)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #EFE4A8

#EFE4A8
(239,228,168)
#F0E6AF
(240,230,175)
#F1E8B6
(241,232,182)
#F2EABD
(242,234,189)
#F3ECC4
(243,236,196)
#F4EECB
(244,238,203)
#F5F0D2
(245,240,210)
#F6F2D9
(246,242,217)
#F7F4E0
(247,244,224)
#F8F6E7
(248,246,231)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4A8; }

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

This text font color is #EFE4A8.


Background Color

.myBgColor { background-color: #EFE4A8; }

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

This div background color is #EFE4A8.


Border color

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

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

This div border color is #EFE4A8.


Opacity

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

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

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

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

This text has shadow with #EFE4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4A8 on black background.


Color preview on white background

This text has color #EFE4A8 on white background.



Black color preview on #EFE4A8 background

This text has black color on #EFE4A8 background.


White color preview on #EFE4A8 background

This text has white color on #EFE4A8 background.