COLOR #EEC459

HEX: #EEC459
RGB: (238,196,89)

Color info

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

RGB color model

#EEC459 color RGB value is (238,196,89).

  • red value is 238;
  • green value is 196;
  • blue value is 89.
RGB:
(238,196,89)
(93%,77%,35%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 89 of 255 = 35%

238
196
89

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

Portions of RGB colors in percentages

R + G + B =
238 + 196 + 89 = 523 (100%)
R 238 of 523 ~ 45.51%
G 196 of 523 ~ 37.48%
B 89 of 523 ~ 17.02%

%45.51
%37.48
%17.02

CMYK color model

#EEC459 color CMYK value is (0,18,63,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 62.61%
  • key color value is 6.67%
CMYK:
(0,18,63,7)
C0M18Y63K7 
(0%,18%,63%,7%)
(0.00/0.18/0.63/0.07)	

CMYK percentages

%0
%17.65
%62.61
%6.67

Codes

Color #EEC459 in popluar color models

EEC459
RGB23819689
HSL43°81.42%64.12%
HSB/HSV43°62.61%93.33%
CMYK0.00%17.65%62.61%
6.67%

Color #EEC459 in popluar number systems.

HEXEEC459
Decimal23819689
Binary11101110110001001011001
Octal356304131

Shades and tints

Shades of #EEC459

#EEC459
(238,196,89)
#D9B351
(217,179,81)
#C4A249
(196,162,73)
#AF9141
(175,145,65)
#9A8039
(154,128,57)
#856F31
(133,111,49)
#705E29
(112,94,41)
#5B4D21
(91,77,33)
#463C19
(70,60,25)
#312B11
(49,43,17)
#1C1A09
(28,26,9)
#000000
(0,0,0)

Tints of #EEC459

#EEC459
(238,196,89)
#EFC968
(239,201,104)
#F0CE77
(240,206,119)
#F1D386
(241,211,134)
#F2D895
(242,216,149)
#F3DDA4
(243,221,164)
#F4E2B3
(244,226,179)
#F5E7C2
(245,231,194)
#F6ECD1
(246,236,209)
#F7F1E0
(247,241,224)
#F8F6EF
(248,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC459 color. Also use rgb(238,196,89) instead hex code.

Text Font Color

.myTextColor { color: #EEC459; }

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

This text font color is #EEC459.


Background Color

.myBgColor { background-color: #EEC459; }

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

This div background color is #EEC459.


Border color

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

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

This div border color is #EEC459.


Opacity

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

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

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

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

This text has shadow with #EEC459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC459 on black background.


Color preview on white background

This text has color #EEC459 on white background.



Black color preview on #EEC459 background

This text has black color on #EEC459 background.


White color preview on #EEC459 background

This text has white color on #EEC459 background.