COLOR #EFE6B5

HEX: #EFE6B5 RGB: (239,230,181)

Color info

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

RGB color model

#EFE6B5 color RGB value is (239,230,181).

RGB: (239,230,181) (94%, 90%, 71%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 181 of 255 = 71%

239
230
181

R + G + B ~ 85%. #EFE6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 181 = 650 (100%)
R 239 of 650 ~ 36.77%
G 230 of 650 ~ 35.38%
B 181 of 650 ~ 27.85'%

%36.77
%35.38
%27.85

CMYK color model

#EFE6B5 color CMYK value is (0,4,24,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK: (0,4,24,6) C0M4Y24K6 (0%,4%,24%,6%) (0.00/0.04/0.24/0.06) 

CMYK percentages

%0
%3.77
%24.27
%6.27

Codes

Color #EFE6B5 in popluar color models

EF E6 B5
RGB 239 230 181
HSL 51° 64.44% 82.35%
HSB/HSV 51° 24.27% 93.73%
CMYK 0.00% 3.77% 24.27%
6.27%

Color #EFE6B5 in popluar number systems.

HEX EF E6 B5
Decimal 239 230 181
Binary 11101111 11100110 10110101
Octal 357 346 265

Shades and tints

Shades of #EFE6B5

#EFE6B5
(239,230,181)
#DAD2A5
(218,210,165)
#C5BE95
(197,190,149)
#B0AA85
(176,170,133)
#9B9675
(155,150,117)
#868265
(134,130,101)
#716E55
(113,110,85)
#5C5A45
(92,90,69)
#474635
(71,70,53)
#323225
(50,50,37)
#1D1E15
(29,30,21)
#000000
(0,0,0)

Tints of #EFE6B5

#EFE6B5
(239,230,181)
#F0E8BB
(240,232,187)
#F1EAC1
(241,234,193)
#F2ECC7
(242,236,199)
#F3EECD
(243,238,205)
#F4F0D3
(244,240,211)
#F5F2D9
(245,242,217)
#F6F4DF
(246,244,223)
#F7F6E5
(247,246,229)
#F8F8EB
(248,248,235)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE6B5 color. Also use rgb(239,230,181) instead hex code.

Text Font Color

.myTextColor { color: #EFE6B5; }

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

This text font color is #EFE6B5.

Background Color

.myBgColor { background-color: #EFE6B5; }

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

This div background color is #EFE6B5.

Border color

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

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

This div border color is #EFE6B5.

Opacity

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

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

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

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

This text has shadow with #EFE6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6B5.

Preview

Color preview on black background

This text has color #EFE6B5 on black background.


Color preview on white background

This text has color #EFE6B5 on white background.


Black color preview on #EFE6B5 background

This text has black color on #EFE6B5 background.


White color preview on #EFE6B5 background

This text has white color on #EFE6B5 background.


Related colors

Complementary color

Complementary color for #hex is #10194A.


I love getcolorcode.com

Triadic colors

1 #B5EFE6 and #E6B5EF with #EFE6B5 are triadic colors.

2 #B5E6EF and #E6EFB5 with #EFE6B5 are triadic colors.