COLOR #EEB954

HEX: #EEB954
RGB: (238,185,84)

Color info

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

RGB color model

#EEB954 color RGB value is (238,185,84).

  • red value is 238;
  • green value is 185;
  • blue value is 84.
RGB:
(238,185,84)
(93%,73%,33%)

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 84 of 255 = 33%

238
185
84

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

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 84 = 507 (100%)
R 238 of 507 ~ 46.94%
G 185 of 507 ~ 36.49%
B 84 of 507 ~ 16.57%

%46.94
%36.49
%16.57

CMYK color model

#EEB954 color CMYK value is (0,22,65,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 64.71%
  • key color value is 6.67%
CMYK:
(0,22,65,7)
C0M22Y65K7 
(0%,22%,65%,7%)
(0.00/0.22/0.65/0.07)	

CMYK percentages

%0
%22.27
%64.71
%6.67

Codes

Color #EEB954 in popluar color models

EEB954
RGB23818584
HSL39°81.91%63.14%
HSB/HSV39°64.71%93.33%
CMYK0.00%22.27%64.71%
6.67%

Color #EEB954 in popluar number systems.

HEXEEB954
Decimal23818584
Binary11101110101110011010100
Octal356271124

Shades and tints

Shades of #EEB954

#EEB954
(238,185,84)
#D9A94D
(217,169,77)
#C49946
(196,153,70)
#AF893F
(175,137,63)
#9A7938
(154,121,56)
#856931
(133,105,49)
#70592A
(112,89,42)
#5B4923
(91,73,35)
#46391C
(70,57,28)
#312915
(49,41,21)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #EEB954

#EEB954
(238,185,84)
#EFBF63
(239,191,99)
#F0C572
(240,197,114)
#F1CB81
(241,203,129)
#F2D190
(242,209,144)
#F3D79F
(243,215,159)
#F4DDAE
(244,221,174)
#F5E3BD
(245,227,189)
#F6E9CC
(246,233,204)
#F7EFDB
(247,239,219)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB954 color. Also use rgb(238,185,84) instead hex code.

Text Font Color

.myTextColor { color: #EEB954; }

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

This text font color is #EEB954.


Background Color

.myBgColor { background-color: #EEB954; }

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

This div background color is #EEB954.


Border color

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

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

This div border color is #EEB954.


Opacity

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

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

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

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

This text has shadow with #EEB954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB954 on black background.


Color preview on white background

This text has color #EEB954 on white background.



Black color preview on #EEB954 background

This text has black color on #EEB954 background.


White color preview on #EEB954 background

This text has white color on #EEB954 background.