COLOR #EFE3CA

HEX: #EFE3CA RGB: (239,227,202)

Color info

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

RGB color model

#EFE3CA color RGB value is (239,227,202).

RGB: (239,227,202) (94%, 89%, 79%)

RGB channels and saturation

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

239
227
202

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

Portions of RGB colors in percentages

R + G + B = 239 + 227 + 202 = 668 (100%)
R 239 of 668 ~ 35.78%
G 227 of 668 ~ 33.98%
B 202 of 668 ~ 30.24'%

%35.78
%33.98
%30.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • 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
%5.02
%15.48
%6.27

Codes

Color #EFE3CA in popluar color models

EF E3 CA
RGB 239 227 202
HSL 41° 53.62% 86.47%
HSB/HSV 41° 15.48% 93.73%
CMYK 0.00% 5.02% 15.48%
6.27%

Color #EFE3CA in popluar number systems.

HEX EF E3 CA
Decimal 239 227 202
Binary 11101111 11100011 11001010
Octal 357 343 312

Shades and tints

Shades of #EFE3CA

#EFE3CA
(239,227,202)
#DACFB8
(218,207,184)
#C5BBA6
(197,187,166)
#B0A794
(176,167,148)
#9B9382
(155,147,130)
#867F70
(134,127,112)
#716B5E
(113,107,94)
#5C574C
(92,87,76)
#47433A
(71,67,58)
#322F28
(50,47,40)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFE3CA

#EFE3CA
(239,227,202)
#F0E5CE
(240,229,206)
#F1E7D2
(241,231,210)
#F2E9D6
(242,233,214)
#F3EBDA
(243,235,218)
#F4EDDE
(244,237,222)
#F5EFE2
(245,239,226)
#F6F1E6
(246,241,230)
#F7F3EA
(247,243,234)
#F8F5EE
(248,245,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3CA; }

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

This text font color is #EFE3CA.

Background Color

.myBgColor { background-color: #EFE3CA; }

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

This div background color is #EFE3CA.

Border color

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

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

This div border color is #EFE3CA.

Opacity

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

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

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

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

This text has shadow with #EFE3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE3CA.

Preview

Color preview on black background

This text has color #EFE3CA on black background.


Color preview on white background

This text has color #EFE3CA on white background.


Black color preview on #EFE3CA background

This text has black color on #EFE3CA background.


White color preview on #EFE3CA background

This text has white color on #EFE3CA background.


Related colors

Complementary color

Complementary color for #hex is #101C35.


I love getcolorcode.com

Triadic colors

1 #CAEFE3 and #E3CAEF with #EFE3CA are triadic colors.

2 #CAE3EF and #E3EFCA with #EFE3CA are triadic colors.