COLOR #EFE5C8

HEX: #EFE5C8
RGB: (239,229,200)

Color info

#EFE5C8 contains red, green and blue colors in about the same proportion. Web safe color of #EFE5C8 is #FFCCCC (or #FCC).

RGB color model

#EFE5C8 color RGB value is (239,229,200).

  • red value is 239;
  • green value is 229;
  • blue value is 200.
RGB:
(239,229,200)
(94%,90%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 200 of 255 = 78%

239
229
200

R + G + B ~ 87%. #EFE5C8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 200 = 668 (100%)
R 239 of 668 ~ 35.78%
G 229 of 668 ~ 34.28%
B 200 of 668 ~ 29.94%

%35.78
%34.28
%29.94

CMYK color model

#EFE5C8 color CMYK value is (0,4,16,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(0,4,16,6)
C0M4Y16K6 
(0%,4%,16%,6%)
(0.00/0.04/0.16/0.06)	

CMYK percentages

%0
%4.18
%16.32
%6.27

Codes

Color #EFE5C8 in popluar color models

EFE5C8
RGB239229200
HSL45°54.93%86.08%
HSB/HSV45°16.32%93.73%
CMYK0.00%4.18%16.32%
6.27%

Color #EFE5C8 in popluar number systems.

HEXEFE5C8
Decimal239229200
Binary111011111110010111001000
Octal357345310

Shades and tints

Shades of #EFE5C8

#EFE5C8
(239,229,200)
#DAD1B6
(218,209,182)
#C5BDA4
(197,189,164)
#B0A992
(176,169,146)
#9B9580
(155,149,128)
#86816E
(134,129,110)
#716D5C
(113,109,92)
#5C594A
(92,89,74)
#474538
(71,69,56)
#323126
(50,49,38)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #EFE5C8

#EFE5C8
(239,229,200)
#F0E7CD
(240,231,205)
#F1E9D2
(241,233,210)
#F2EBD7
(242,235,215)
#F3EDDC
(243,237,220)
#F4EFE1
(244,239,225)
#F5F1E6
(245,241,230)
#F6F3EB
(246,243,235)
#F7F5F0
(247,245,240)
#F8F7F5
(248,247,245)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE5C8 color. Also use rgb(239,229,200) instead hex code.

Text Font Color

.myTextColor { color: #EFE5C8; }

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

This text font color is #EFE5C8.


Background Color

.myBgColor { background-color: #EFE5C8; }

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

This div background color is #EFE5C8.


Border color

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

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

This div border color is #EFE5C8.


Opacity

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

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

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

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

This text has shadow with #EFE5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5C8 on black background.


Color preview on white background

This text has color #EFE5C8 on white background.



Black color preview on #EFE5C8 background

This text has black color on #EFE5C8 background.


White color preview on #EFE5C8 background

This text has white color on #EFE5C8 background.