COLOR #EFAB62

HEX: #EFAB62
RGB: (239,171,98)

Color info

#EFAB62 contains mainly red color. Web safe color of #EFAB62 is #FF9966 (or #F96).

RGB color model

#EFAB62 color RGB value is (239,171,98).

  • red value is 239;
  • green value is 171;
  • blue value is 98.
RGB:
(239,171,98)
(94%,67%,38%)

RGB channels and saturation

R 239 of 255 = 94%
G 171 of 255 = 67%
B 98 of 255 = 38%

239
171
98

R + G + B ~ 66%. #EFAB62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 171 + 98 = 508 (100%)
R 239 of 508 ~ 47.05%
G 171 of 508 ~ 33.66%
B 98 of 508 ~ 19.29%

%47.05
%33.66
%19.29

CMYK color model

#EFAB62 color CMYK value is (0,28,59,6).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 59.00%
  • key color value is 6.27%
CMYK:
(0,28,59,6)
C0M28Y59K6 
(0%,28%,59%,6%)
(0.00/0.28/0.59/0.06)	

CMYK percentages

%0
%28.45
%59
%6.27

Codes

Color #EFAB62 in popluar color models

EFAB62
RGB23917198
HSL31°81.50%66.08%
HSB/HSV31°59.00%93.73%
CMYK0.00%28.45%59.00%
6.27%

Color #EFAB62 in popluar number systems.

HEXEFAB62
Decimal23917198
Binary11101111101010111100010
Octal357253142

Shades and tints

Shades of #EFAB62

#EFAB62
(239,171,98)
#DA9C5A
(218,156,90)
#C58D52
(197,141,82)
#B07E4A
(176,126,74)
#9B6F42
(155,111,66)
#86603A
(134,96,58)
#715132
(113,81,50)
#5C422A
(92,66,42)
#473322
(71,51,34)
#32241A
(50,36,26)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EFAB62

#EFAB62
(239,171,98)
#F0B270
(240,178,112)
#F1B97E
(241,185,126)
#F2C08C
(242,192,140)
#F3C79A
(243,199,154)
#F4CEA8
(244,206,168)
#F5D5B6
(245,213,182)
#F6DCC4
(246,220,196)
#F7E3D2
(247,227,210)
#F8EAE0
(248,234,224)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAB62 color. Also use rgb(239,171,98) instead hex code.

Text Font Color

.myTextColor { color: #EFAB62; }

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

This text font color is #EFAB62.


Background Color

.myBgColor { background-color: #EFAB62; }

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

This div background color is #EFAB62.


Border color

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

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

This div border color is #EFAB62.


Opacity

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

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

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

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

This text has shadow with #EFAB62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAB62 on black background.


Color preview on white background

This text has color #EFAB62 on white background.



Black color preview on #EFAB62 background

This text has black color on #EFAB62 background.


White color preview on #EFAB62 background

This text has white color on #EFAB62 background.