COLOR #EFB198

HEX: #EFB198 RGB: (239,177,152)

Color info

#EFB198 contains mainly red color. Web safe color of #EFB198 is #FF9999 (or #F99).

RGB color model

#EFB198 color RGB value is (239,177,152).

RGB: (239,177,152) (94%, 69%, 60%)

RGB channels and saturation

R 239 of 255 = 94%
G 177 of 255 = 69%
B 152 of 255 = 60%

239
177
152

R + G + B ~ 74%. #EFB198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 177 + 152 = 568 (100%)
R 239 of 568 ~ 42.08%
G 177 of 568 ~ 31.16%
B 152 of 568 ~ 26.76'%

%42.08
%31.16
%26.76

CMYK color model

#EFB198 color CMYK value is (0,26,36,6).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 36.40%
  • key color value is 6.27%

CMYK: (0,26,36,6)
C0M26Y36K6 (0%, 26%, 36%, 6%)
(0.00 / 0.26 / 0.36 / 0.06)

CMYK percentages

%0
%25.94
%36.4
%6.27

Codes

Color #EFB198 in popluar color models

EF B1 98
RGB 239 177 152
HSL 17° 73.11% 76.67%
HSB/HSV 17° 36.40% 93.73%
CMYK 0.00% 25.94% 36.40%
6.27%

Color #EFB198 in popluar number systems.

HEX EF B1 98
Decimal 239 177 152
Binary 11101111 10110001 10011000
Octal 357 261 230

Shades and tints

Shades of #EFB198

#EFB198
(239,177,152)
#DAA18B
(218,161,139)
#C5917E
(197,145,126)
#B08171
(176,129,113)
#9B7164
(155,113,100)
#866157
(134,97,87)
#71514A
(113,81,74)
#5C413D
(92,65,61)
#473130
(71,49,48)
#322123
(50,33,35)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #EFB198

#EFB198
(239,177,152)
#F0B8A1
(240,184,161)
#F1BFAA
(241,191,170)
#F2C6B3
(242,198,179)
#F3CDBC
(243,205,188)
#F4D4C5
(244,212,197)
#F5DBCE
(245,219,206)
#F6E2D7
(246,226,215)
#F7E9E0
(247,233,224)
#F8F0E9
(248,240,233)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB198 color. Also use rgb(239,177,152) instead hex code.

Text Font Color

.myTextColor { color: #EFB198; }

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

This text font color is #EFB198.

Background Color

.myBgColor { background-color: #EFB198; }

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

This div background color is #EFB198.

Border color

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

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

This div border color is #EFB198.

Opacity

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

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

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

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

This text has shadow with #EFB198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB198.

Preview

Color preview on black background

This text has color #EFB198 on black background.


Color preview on white background

This text has color #EFB198 on white background.


Black color preview on #EFB198 background

This text has black color on #EFB198 background.


White color preview on #EFB198 background

This text has white color on #EFB198 background.


Related colors

Complementary color

Complementary color for #hex is #104E67.


I love getcolorcode.com

Triadic colors

1 #98EFB1 and #B198EF with #EFB198 are triadic colors.

2 #98B1EF and #B1EF98 with #EFB198 are triadic colors.