COLOR #EEC225

HEX: #EEC225
RGB: (238,194,37)

Color info

#EEC225 contains mainly red and green colors. Web safe color of #EEC225 is #FFCC33 (or #FC3).

RGB color model

#EEC225 color RGB value is (238,194,37).

  • red value is 238;
  • green value is 194;
  • blue value is 37.
RGB:
(238,194,37)
(93%,76%,15%)

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 37 of 255 = 15%

238
194
37

R + G + B ~ 61%. #EEC225 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 37 = 469 (100%)
R 238 of 469 ~ 50.75%
G 194 of 469 ~ 41.36%
B 37 of 469 ~ 7.89%

%50.75
%41.36

CMYK color model

#EEC225 color CMYK value is (0,18,84,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 84.45%
  • key color value is 6.67%
CMYK:
(0,18,84,7)
C0M18Y84K7 
(0%,18%,84%,7%)
(0.00/0.18/0.84/0.07)	

CMYK percentages

%0
%18.49
%84.45
%6.67

Codes

Color #EEC225 in popluar color models

EEC225
RGB23819437
HSL47°85.53%53.92%
HSB/HSV47°84.45%93.33%
CMYK0.00%18.49%84.45%
6.67%

Color #EEC225 in popluar number systems.

HEXEEC225
Decimal23819437
Binary1110111011000010100101
Octal35630245

Shades and tints

Shades of #EEC225

#EEC225
(238,194,37)
#D9B122
(217,177,34)
#C4A01F
(196,160,31)
#AF8F1C
(175,143,28)
#9A7E19
(154,126,25)
#856D16
(133,109,22)
#705C13
(112,92,19)
#5B4B10
(91,75,16)
#463A0D
(70,58,13)
#31290A
(49,41,10)
#1C1807
(28,24,7)
#000000
(0,0,0)

Tints of #EEC225

#EEC225
(238,194,37)
#EFC738
(239,199,56)
#F0CC4B
(240,204,75)
#F1D15E
(241,209,94)
#F2D671
(242,214,113)
#F3DB84
(243,219,132)
#F4E097
(244,224,151)
#F5E5AA
(245,229,170)
#F6EABD
(246,234,189)
#F7EFD0
(247,239,208)
#F8F4E3
(248,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC225 color. Also use rgb(238,194,37) instead hex code.

Text Font Color

.myTextColor { color: #EEC225; }

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

This text font color is #EEC225.


Background Color

.myBgColor { background-color: #EEC225; }

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

This div background color is #EEC225.


Border color

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

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

This div border color is #EEC225.


Opacity

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

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

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

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

This text has shadow with #EEC225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC225 on black background.


Color preview on white background

This text has color #EEC225 on white background.



Black color preview on #EEC225 background

This text has black color on #EEC225 background.


White color preview on #EEC225 background

This text has white color on #EEC225 background.