COLOR #EEE03D

HEX: #EEE03D
RGB: (238,224,61)

Color info

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

RGB color model

#EEE03D color RGB value is (238,224,61).

  • red value is 238;
  • green value is 224;
  • blue value is 61.
RGB:
(238,224,61)
(93%,88%,24%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 61 of 255 = 24%

238
224
61

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

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 61 = 523 (100%)
R 238 of 523 ~ 45.51%
G 224 of 523 ~ 42.83%
B 61 of 523 ~ 11.66%

%45.51
%42.83
%11.66

CMYK color model

#EEE03D color CMYK value is (0,6,74,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 74.37%
  • key color value is 6.67%
CMYK:
(0,6,74,7)
C0M6Y74K7 
(0%,6%,74%,7%)
(0.00/0.06/0.74/0.07)	

CMYK percentages

%0
%5.88
%74.37
%6.67

Codes

Color #EEE03D in popluar color models

EEE03D
RGB23822461
HSL55°83.89%58.63%
HSB/HSV55°74.37%93.33%
CMYK0.00%5.88%74.37%
6.67%

Color #EEE03D in popluar number systems.

HEXEEE03D
Decimal23822461
Binary1110111011100000111101
Octal35634075

Shades and tints

Shades of #EEE03D

#EEE03D
(238,224,61)
#D9CC38
(217,204,56)
#C4B833
(196,184,51)
#AFA42E
(175,164,46)
#9A9029
(154,144,41)
#857C24
(133,124,36)
#70681F
(112,104,31)
#5B541A
(91,84,26)
#464015
(70,64,21)
#312C10
(49,44,16)
#1C180B
(28,24,11)
#000000
(0,0,0)

Tints of #EEE03D

#EEE03D
(238,224,61)
#EFE24E
(239,226,78)
#F0E45F
(240,228,95)
#F1E670
(241,230,112)
#F2E881
(242,232,129)
#F3EA92
(243,234,146)
#F4ECA3
(244,236,163)
#F5EEB4
(245,238,180)
#F6F0C5
(246,240,197)
#F7F2D6
(247,242,214)
#F8F4E7
(248,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE03D color. Also use rgb(238,224,61) instead hex code.

Text Font Color

.myTextColor { color: #EEE03D; }

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

This text font color is #EEE03D.


Background Color

.myBgColor { background-color: #EEE03D; }

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

This div background color is #EEE03D.


Border color

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

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

This div border color is #EEE03D.


Opacity

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

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

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

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

This text has shadow with #EEE03D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE03D on black background.


Color preview on white background

This text has color #EEE03D on white background.



Black color preview on #EEE03D background

This text has black color on #EEE03D background.


White color preview on #EEE03D background

This text has white color on #EEE03D background.