COLOR #EFBCA5

HEX: #EFBCA5 RGB: (239,188,165)

Color info

#EFBCA5 contains mainly red and green colors. Web safe color of #EFBCA5 is #FFCC99 (or #FC9).

RGB color model

#EFBCA5 color RGB value is (239,188,165).

RGB: (239,188,165) (94%, 74%, 65%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 165 of 255 = 65%

239
188
165

R + G + B ~ 78%. #EFBCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 165 = 592 (100%)
R 239 of 592 ~ 40.37%
G 188 of 592 ~ 31.76%
B 165 of 592 ~ 27.87'%

%40.37
%31.76
%27.87

CMYK color model

#EFBCA5 color CMYK value is (0,21,31,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 30.96%
  • key color value is 6.27%

CMYK: (0,21,31,6)
C0M21Y31K6 (0%, 21%, 31%, 6%)
(0.00 / 0.21 / 0.31 / 0.06)

CMYK percentages

%0
%21.34
%30.96
%6.27

Codes

Color #EFBCA5 in popluar color models

EF BC A5
RGB 239 188 165
HSL 19° 69.81% 79.22%
HSB/HSV 19° 30.96% 93.73%
CMYK 0.00% 21.34% 30.96%
6.27%

Color #EFBCA5 in popluar number systems.

HEX EF BC A5
Decimal 239 188 165
Binary 11101111 10111100 10100101
Octal 357 274 245

Shades and tints

Shades of #EFBCA5

#EFBCA5
(239,188,165)
#DAAB96
(218,171,150)
#C59A87
(197,154,135)
#B08978
(176,137,120)
#9B7869
(155,120,105)
#86675A
(134,103,90)
#71564B
(113,86,75)
#5C453C
(92,69,60)
#47342D
(71,52,45)
#32231E
(50,35,30)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #EFBCA5

#EFBCA5
(239,188,165)
#F0C2AD
(240,194,173)
#F1C8B5
(241,200,181)
#F2CEBD
(242,206,189)
#F3D4C5
(243,212,197)
#F4DACD
(244,218,205)
#F5E0D5
(245,224,213)
#F6E6DD
(246,230,221)
#F7ECE5
(247,236,229)
#F8F2ED
(248,242,237)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBCA5 color. Also use rgb(239,188,165) instead hex code.

Text Font Color

.myTextColor { color: #EFBCA5; }

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

This text font color is #EFBCA5.

Background Color

.myBgColor { background-color: #EFBCA5; }

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

This div background color is #EFBCA5.

Border color

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

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

This div border color is #EFBCA5.

Opacity

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

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

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

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

This text has shadow with #EFBCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCA5.

Preview

Color preview on black background

This text has color #EFBCA5 on black background.


Color preview on white background

This text has color #EFBCA5 on white background.


Black color preview on #EFBCA5 background

This text has black color on #EFBCA5 background.


White color preview on #EFBCA5 background

This text has white color on #EFBCA5 background.


Related colors

Complementary color

Complementary color for #hex is #10435A.


I love getcolorcode.com

Triadic colors

1 #A5EFBC and #BCA5EF with #EFBCA5 are triadic colors.

2 #A5BCEF and #BCEFA5 with #EFBCA5 are triadic colors.