COLOR #EEC15A

HEX: #EEC15A
RGB: (238,193,90)

Color info

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

RGB color model

#EEC15A color RGB value is (238,193,90).

  • red value is 238;
  • green value is 193;
  • blue value is 90.
RGB:
(238,193,90)
(93%,76%,35%)

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 90 of 255 = 35%

238
193
90

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 90 = 521 (100%)
R 238 of 521 ~ 45.68%
G 193 of 521 ~ 37.04%
B 90 of 521 ~ 17.27%

%45.68
%37.04
%17.27

CMYK color model

#EEC15A color CMYK value is (0,19,62,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 62.18%
  • key color value is 6.67%
CMYK:
(0,19,62,7)
C0M19Y62K7 
(0%,19%,62%,7%)
(0.00/0.19/0.62/0.07)	

CMYK percentages

%0
%18.91
%62.18
%6.67

Codes

Color #EEC15A in popluar color models

EEC15A
RGB23819390
HSL42°81.32%64.31%
HSB/HSV42°62.18%93.33%
CMYK0.00%18.91%62.18%
6.67%

Color #EEC15A in popluar number systems.

HEXEEC15A
Decimal23819390
Binary11101110110000011011010
Octal356301132

Shades and tints

Shades of #EEC15A

#EEC15A
(238,193,90)
#D9B052
(217,176,82)
#C49F4A
(196,159,74)
#AF8E42
(175,142,66)
#9A7D3A
(154,125,58)
#856C32
(133,108,50)
#705B2A
(112,91,42)
#5B4A22
(91,74,34)
#46391A
(70,57,26)
#312812
(49,40,18)
#1C170A
(28,23,10)
#000000
(0,0,0)

Tints of #EEC15A

#EEC15A
(238,193,90)
#EFC669
(239,198,105)
#F0CB78
(240,203,120)
#F1D087
(241,208,135)
#F2D596
(242,213,150)
#F3DAA5
(243,218,165)
#F4DFB4
(244,223,180)
#F5E4C3
(245,228,195)
#F6E9D2
(246,233,210)
#F7EEE1
(247,238,225)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC15A color. Also use rgb(238,193,90) instead hex code.

Text Font Color

.myTextColor { color: #EEC15A; }

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

This text font color is #EEC15A.


Background Color

.myBgColor { background-color: #EEC15A; }

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

This div background color is #EEC15A.


Border color

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

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

This div border color is #EEC15A.


Opacity

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

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

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

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

This text has shadow with #EEC15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC15A on black background.


Color preview on white background

This text has color #EEC15A on white background.



Black color preview on #EEC15A background

This text has black color on #EEC15A background.


White color preview on #EEC15A background

This text has white color on #EEC15A background.