COLOR #EFB46C

HEX: #EFB46C
RGB: (239,180,108)

Color info

#EFB46C contains mainly red and green colors. Web safe color of #EFB46C is #FFCC66 (or #FC6).

RGB color model

#EFB46C color RGB value is (239,180,108).

  • red value is 239;
  • green value is 180;
  • blue value is 108.
RGB:
(239,180,108)
(94%,71%,42%)

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 108 of 255 = 42%

239
180
108

R + G + B ~ 69%. #EFB46C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 180 + 108 = 527 (100%)
R 239 of 527 ~ 45.35%
G 180 of 527 ~ 34.16%
B 108 of 527 ~ 20.49%

%45.35
%34.16
%20.49

CMYK color model

#EFB46C color CMYK value is (0,25,55,6).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 54.81%
  • key color value is 6.27%
CMYK:
(0,25,55,6)
C0M25Y55K6 
(0%,25%,55%,6%)
(0.00/0.25/0.55/0.06)	

CMYK percentages

%0
%24.69
%54.81
%6.27

Codes

Color #EFB46C in popluar color models

EFB46C
RGB239180108
HSL33°80.37%68.04%
HSB/HSV33°54.81%93.73%
CMYK0.00%24.69%54.81%
6.27%

Color #EFB46C in popluar number systems.

HEXEFB46C
Decimal239180108
Binary11101111101101001101100
Octal357264154

Shades and tints

Shades of #EFB46C

#EFB46C
(239,180,108)
#DAA463
(218,164,99)
#C5945A
(197,148,90)
#B08451
(176,132,81)
#9B7448
(155,116,72)
#86643F
(134,100,63)
#715436
(113,84,54)
#5C442D
(92,68,45)
#473424
(71,52,36)
#32241B
(50,36,27)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #EFB46C

#EFB46C
(239,180,108)
#F0BA79
(240,186,121)
#F1C086
(241,192,134)
#F2C693
(242,198,147)
#F3CCA0
(243,204,160)
#F4D2AD
(244,210,173)
#F5D8BA
(245,216,186)
#F6DEC7
(246,222,199)
#F7E4D4
(247,228,212)
#F8EAE1
(248,234,225)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB46C color. Also use rgb(239,180,108) instead hex code.

Text Font Color

.myTextColor { color: #EFB46C; }

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

This text font color is #EFB46C.


Background Color

.myBgColor { background-color: #EFB46C; }

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

This div background color is #EFB46C.


Border color

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

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

This div border color is #EFB46C.


Opacity

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

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

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

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

This text has shadow with #EFB46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB46C on black background.


Color preview on white background

This text has color #EFB46C on white background.



Black color preview on #EFB46C background

This text has black color on #EFB46C background.


White color preview on #EFB46C background

This text has white color on #EFB46C background.