COLOR #EEE00E

HEX: #EEE00E
RGB: (238,224,14)

Color info

#EEE00E contains mainly red and green colors. Web safe color of #EEE00E is #FFCC00 (or #FC0).

RGB color model

#EEE00E color RGB value is (238,224,14).

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

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 14 of 255 = 5%

238
224
14

R + G + B ~ 62%. #EEE00E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 14 = 476 (100%)
R 238 of 476 ~ 50%
G 224 of 476 ~ 47.06%
B 14 of 476 ~ 2.94%

%50
%47.06

CMYK color model

#EEE00E color CMYK value is (0,6,94,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 94.12%
  • key color value is 6.67%
CMYK:
(0,6,94,7)
C0M6Y94K7 
(0%,6%,94%,7%)
(0.00/0.06/0.94/0.07)	

CMYK percentages

%0
%5.88
%94.12
%6.67

Codes

Color #EEE00E in popluar color models

EEE00E
RGB23822414
HSL56°88.89%49.41%
HSB/HSV56°94.12%93.33%
CMYK0.00%5.88%94.12%
6.67%

Color #EEE00E in popluar number systems.

HEXEEE00E
Decimal23822414
Binary11101110111000001110
Octal35634016

Shades and tints

Shades of #EEE00E

#EEE00E
(238,224,14)
#D9CC0D
(217,204,13)
#C4B80C
(196,184,12)
#AFA40B
(175,164,11)
#9A900A
(154,144,10)
#857C09
(133,124,9)
#706808
(112,104,8)
#5B5407
(91,84,7)
#464006
(70,64,6)
#312C05
(49,44,5)
#1C1804
(28,24,4)
#000000
(0,0,0)

Tints of #EEE00E

#EEE00E
(238,224,14)
#EFE223
(239,226,35)
#F0E438
(240,228,56)
#F1E64D
(241,230,77)
#F2E862
(242,232,98)
#F3EA77
(243,234,119)
#F4EC8C
(244,236,140)
#F5EEA1
(245,238,161)
#F6F0B6
(246,240,182)
#F7F2CB
(247,242,203)
#F8F4E0
(248,244,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE00E; }

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

This text font color is #EEE00E.


Background Color

.myBgColor { background-color: #EEE00E; }

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

This div background color is #EEE00E.


Border color

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

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

This div border color is #EEE00E.


Opacity

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

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

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

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

This text has shadow with #EEE00E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE00E on black background.


Color preview on white background

This text has color #EEE00E on white background.



Black color preview on #EEE00E background

This text has black color on #EEE00E background.


White color preview on #EEE00E background

This text has white color on #EEE00E background.