COLOR #EFB9A2

HEX: #EFB9A2 RGB: (239,185,162)

Color info

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

RGB color model

#EFB9A2 color RGB value is (239,185,162).

RGB: (239,185,162) (94%, 73%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 162 of 255 = 64%

239
185
162

R + G + B ~ 77%. #EFB9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 185 + 162 = 586 (100%)
R 239 of 586 ~ 40.78%
G 185 of 586 ~ 31.57%
B 162 of 586 ~ 27.65'%

%40.78
%31.57
%27.65

CMYK color model

#EFB9A2 color CMYK value is (0,23,32,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 32.22%
  • key color value is 6.27%

CMYK: (0,23,32,6)
C0M23Y32K6 (0%, 23%, 32%, 6%)
(0.00 / 0.23 / 0.32 / 0.06)

CMYK percentages

%0
%22.59
%32.22
%6.27

Codes

Color #EFB9A2 in popluar color models

EF B9 A2
RGB 239 185 162
HSL 18° 70.64% 78.63%
HSB/HSV 18° 32.22% 93.73%
CMYK 0.00% 22.59% 32.22%
6.27%

Color #EFB9A2 in popluar number systems.

HEX EF B9 A2
Decimal 239 185 162
Binary 11101111 10111001 10100010
Octal 357 271 242

Shades and tints

Shades of #EFB9A2

#EFB9A2
(239,185,162)
#DAA994
(218,169,148)
#C59986
(197,153,134)
#B08978
(176,137,120)
#9B796A
(155,121,106)
#86695C
(134,105,92)
#71594E
(113,89,78)
#5C4940
(92,73,64)
#473932
(71,57,50)
#322924
(50,41,36)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFB9A2

#EFB9A2
(239,185,162)
#F0BFAA
(240,191,170)
#F1C5B2
(241,197,178)
#F2CBBA
(242,203,186)
#F3D1C2
(243,209,194)
#F4D7CA
(244,215,202)
#F5DDD2
(245,221,210)
#F6E3DA
(246,227,218)
#F7E9E2
(247,233,226)
#F8EFEA
(248,239,234)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB9A2 color. Also use rgb(239,185,162) instead hex code.

Text Font Color

.myTextColor { color: #EFB9A2; }

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

This text font color is #EFB9A2.

Background Color

.myBgColor { background-color: #EFB9A2; }

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

This div background color is #EFB9A2.

Border color

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

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

This div border color is #EFB9A2.

Opacity

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

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

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

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

This text has shadow with #EFB9A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB9A2.

Preview

Color preview on black background

This text has color #EFB9A2 on black background.


Color preview on white background

This text has color #EFB9A2 on white background.


Black color preview on #EFB9A2 background

This text has black color on #EFB9A2 background.


White color preview on #EFB9A2 background

This text has white color on #EFB9A2 background.


Related colors

Complementary color

Complementary color for #hex is #10465D.


I love getcolorcode.com

Triadic colors

1 #A2EFB9 and #B9A2EF with #EFB9A2 are triadic colors.

2 #A2B9EF and #B9EFA2 with #EFB9A2 are triadic colors.