COLOR #EFE5C1

HEX: #EFE5C1
RGB: (239,229,193)

Color info

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

RGB color model

#EFE5C1 color RGB value is (239,229,193).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 193 of 255 = 76%

239
229
193

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 193 = 661 (100%)
R 239 of 661 ~ 36.16%
G 229 of 661 ~ 34.64%
B 193 of 661 ~ 29.2%

%36.16
%34.64
%29.2

CMYK color model

#EFE5C1 color CMYK value is (0,4,19,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(0,4,19,6)
C0M4Y19K6 
(0%,4%,19%,6%)
(0.00/0.04/0.19/0.06)	

CMYK percentages

%0
%4.18
%19.25
%6.27

Codes

Color #EFE5C1 in popluar color models

EFE5C1
RGB239229193
HSL47°58.97%84.71%
HSB/HSV47°19.25%93.73%
CMYK0.00%4.18%19.25%
6.27%

Color #EFE5C1 in popluar number systems.

HEXEFE5C1
Decimal239229193
Binary111011111110010111000001
Octal357345301

Shades and tints

Shades of #EFE5C1

#EFE5C1
(239,229,193)
#DAD1B0
(218,209,176)
#C5BD9F
(197,189,159)
#B0A98E
(176,169,142)
#9B957D
(155,149,125)
#86816C
(134,129,108)
#716D5B
(113,109,91)
#5C594A
(92,89,74)
#474539
(71,69,57)
#323128
(50,49,40)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #EFE5C1

#EFE5C1
(239,229,193)
#F0E7C6
(240,231,198)
#F1E9CB
(241,233,203)
#F2EBD0
(242,235,208)
#F3EDD5
(243,237,213)
#F4EFDA
(244,239,218)
#F5F1DF
(245,241,223)
#F6F3E4
(246,243,228)
#F7F5E9
(247,245,233)
#F8F7EE
(248,247,238)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5C1; }

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

This text font color is #EFE5C1.


Background Color

.myBgColor { background-color: #EFE5C1; }

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

This div background color is #EFE5C1.


Border color

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

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

This div border color is #EFE5C1.


Opacity

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

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

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

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

This text has shadow with #EFE5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5C1 on black background.


Color preview on white background

This text has color #EFE5C1 on white background.



Black color preview on #EFE5C1 background

This text has black color on #EFE5C1 background.


White color preview on #EFE5C1 background

This text has white color on #EFE5C1 background.