COLOR #EEC950

HEX: #EEC950
RGB: (238,201,80)

Color info

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

RGB color model

#EEC950 color RGB value is (238,201,80).

  • red value is 238;
  • green value is 201;
  • blue value is 80.
RGB:
(238,201,80)
(93%,79%,31%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 80 of 255 = 31%

238
201
80

R + G + B ~ 68%. #EEC950 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 201 + 80 = 519 (100%)
R 238 of 519 ~ 45.86%
G 201 of 519 ~ 38.73%
B 80 of 519 ~ 15.41%

%45.86
%38.73
%15.41

CMYK color model

#EEC950 color CMYK value is (0,16,66,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 66.39%
  • key color value is 6.67%
CMYK:
(0,16,66,7)
C0M16Y66K7 
(0%,16%,66%,7%)
(0.00/0.16/0.66/0.07)	

CMYK percentages

%0
%15.55
%66.39
%6.67

Codes

Color #EEC950 in popluar color models

EEC950
RGB23820180
HSL46°82.29%62.35%
HSB/HSV46°66.39%93.33%
CMYK0.00%15.55%66.39%
6.67%

Color #EEC950 in popluar number systems.

HEXEEC950
Decimal23820180
Binary11101110110010011010000
Octal356311120

Shades and tints

Shades of #EEC950

#EEC950
(238,201,80)
#D9B749
(217,183,73)
#C4A542
(196,165,66)
#AF933B
(175,147,59)
#9A8134
(154,129,52)
#856F2D
(133,111,45)
#705D26
(112,93,38)
#5B4B1F
(91,75,31)
#463918
(70,57,24)
#312711
(49,39,17)
#1C150A
(28,21,10)
#000000
(0,0,0)

Tints of #EEC950

#EEC950
(238,201,80)
#EFCD5F
(239,205,95)
#F0D16E
(240,209,110)
#F1D57D
(241,213,125)
#F2D98C
(242,217,140)
#F3DD9B
(243,221,155)
#F4E1AA
(244,225,170)
#F5E5B9
(245,229,185)
#F6E9C8
(246,233,200)
#F7EDD7
(247,237,215)
#F8F1E6
(248,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC950 color. Also use rgb(238,201,80) instead hex code.

Text Font Color

.myTextColor { color: #EEC950; }

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

This text font color is #EEC950.


Background Color

.myBgColor { background-color: #EEC950; }

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

This div background color is #EEC950.


Border color

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

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

This div border color is #EEC950.


Opacity

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

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

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

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

This text has shadow with #EEC950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC950 on black background.


Color preview on white background

This text has color #EEC950 on white background.



Black color preview on #EEC950 background

This text has black color on #EEC950 background.


White color preview on #EEC950 background

This text has white color on #EEC950 background.