COLOR #EFE4CA

HEX: #EFE4CA
RGB: (239,228,202)

Color info

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

RGB color model

#EFE4CA color RGB value is (239,228,202).

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

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 202 of 255 = 79%

239
228
202

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

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 202 = 669 (100%)
R 239 of 669 ~ 35.72%
G 228 of 669 ~ 34.08%
B 202 of 669 ~ 30.19%

%35.72
%34.08
%30.19

CMYK color model

#EFE4CA color CMYK value is (0,5,15,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(0,5,15,6)
C0M5Y15K6 
(0%,5%,15%,6%)
(0.00/0.05/0.15/0.06)	

CMYK percentages

%0
%4.6
%15.48
%6.27

Codes

Color #EFE4CA in popluar color models

EFE4CA
RGB239228202
HSL42°53.62%86.47%
HSB/HSV42°15.48%93.73%
CMYK0.00%4.60%15.48%
6.27%

Color #EFE4CA in popluar number systems.

HEXEFE4CA
Decimal239228202
Binary111011111110010011001010
Octal357344312

Shades and tints

Shades of #EFE4CA

#EFE4CA
(239,228,202)
#DAD0B8
(218,208,184)
#C5BCA6
(197,188,166)
#B0A894
(176,168,148)
#9B9482
(155,148,130)
#868070
(134,128,112)
#716C5E
(113,108,94)
#5C584C
(92,88,76)
#47443A
(71,68,58)
#323028
(50,48,40)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFE4CA

#EFE4CA
(239,228,202)
#F0E6CE
(240,230,206)
#F1E8D2
(241,232,210)
#F2EAD6
(242,234,214)
#F3ECDA
(243,236,218)
#F4EEDE
(244,238,222)
#F5F0E2
(245,240,226)
#F6F2E6
(246,242,230)
#F7F4EA
(247,244,234)
#F8F6EE
(248,246,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4CA; }

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

This text font color is #EFE4CA.


Background Color

.myBgColor { background-color: #EFE4CA; }

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

This div background color is #EFE4CA.


Border color

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

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

This div border color is #EFE4CA.


Opacity

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

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

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

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

This text has shadow with #EFE4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4CA on black background.


Color preview on white background

This text has color #EFE4CA on white background.



Black color preview on #EFE4CA background

This text has black color on #EFE4CA background.


White color preview on #EFE4CA background

This text has white color on #EFE4CA background.