COLOR #EFE197

HEX: #EFE197
RGB: (239,225,151)

Color info

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

RGB color model

#EFE197 color RGB value is (239,225,151).

  • red value is 239;
  • green value is 225;
  • blue value is 151.
RGB:
(239,225,151)
(94%,88%,59%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 151 of 255 = 59%

239
225
151

R + G + B ~ 80%. #EFE197 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 151 = 615 (100%)
R 239 of 615 ~ 38.86%
G 225 of 615 ~ 36.59%
B 151 of 615 ~ 24.55%

%38.86
%36.59
%24.55

CMYK color model

#EFE197 color CMYK value is (0,6,37,6).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 36.82%
  • key color value is 6.27%
CMYK:
(0,6,37,6)
C0M6Y37K6 
(0%,6%,37%,6%)
(0.00/0.06/0.37/0.06)	

CMYK percentages

%0
%5.86
%36.82
%6.27

Codes

Color #EFE197 in popluar color models

EFE197
RGB239225151
HSL50°73.33%76.47%
HSB/HSV50°36.82%93.73%
CMYK0.00%5.86%36.82%
6.27%

Color #EFE197 in popluar number systems.

HEXEFE197
Decimal239225151
Binary111011111110000110010111
Octal357341227

Shades and tints

Shades of #EFE197

#EFE197
(239,225,151)
#DACD8A
(218,205,138)
#C5B97D
(197,185,125)
#B0A570
(176,165,112)
#9B9163
(155,145,99)
#867D56
(134,125,86)
#716949
(113,105,73)
#5C553C
(92,85,60)
#47412F
(71,65,47)
#322D22
(50,45,34)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFE197

#EFE197
(239,225,151)
#F0E3A0
(240,227,160)
#F1E5A9
(241,229,169)
#F2E7B2
(242,231,178)
#F3E9BB
(243,233,187)
#F4EBC4
(244,235,196)
#F5EDCD
(245,237,205)
#F6EFD6
(246,239,214)
#F7F1DF
(247,241,223)
#F8F3E8
(248,243,232)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE197; }

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

This text font color is #EFE197.


Background Color

.myBgColor { background-color: #EFE197; }

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

This div background color is #EFE197.


Border color

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

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

This div border color is #EFE197.


Opacity

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

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

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

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

This text has shadow with #EFE197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE197 on black background.


Color preview on white background

This text has color #EFE197 on white background.



Black color preview on #EFE197 background

This text has black color on #EFE197 background.


White color preview on #EFE197 background

This text has white color on #EFE197 background.