COLOR #EEE50C

HEX: #EEE50C
RGB: (238,229,12)

Color info

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

RGB color model

#EEE50C color RGB value is (238,229,12).

  • red value is 238;
  • green value is 229;
  • blue value is 12.
RGB:
(238,229,12)
(93%,90%,5%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 12 of 255 = 5%

238
229
12

R + G + B ~ 63%. #EEE50C is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 12 = 479 (100%)
R 238 of 479 ~ 49.69%
G 229 of 479 ~ 47.81%
B 12 of 479 ~ 2.51%

%49.69
%47.81

CMYK color model

#EEE50C color CMYK value is (0,4,95,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 94.96%
  • key color value is 6.67%
CMYK:
(0,4,95,7)
C0M4Y95K7 
(0%,4%,95%,7%)
(0.00/0.04/0.95/0.07)	

CMYK percentages

%0
%3.78
%94.96
%6.67

Codes

Color #EEE50C in popluar color models

EEE50C
RGB23822912
HSL58°90.40%49.02%
HSB/HSV58°94.96%93.33%
CMYK0.00%3.78%94.96%
6.67%

Color #EEE50C in popluar number systems.

HEXEEE50C
Decimal23822912
Binary11101110111001011100
Octal35634514

Shades and tints

Shades of #EEE50C

#EEE50C
(238,229,12)
#D9D10B
(217,209,11)
#C4BD0A
(196,189,10)
#AFA909
(175,169,9)
#9A9508
(154,149,8)
#858107
(133,129,7)
#706D06
(112,109,6)
#5B5905
(91,89,5)
#464504
(70,69,4)
#313103
(49,49,3)
#1C1D02
(28,29,2)
#000000
(0,0,0)

Tints of #EEE50C

#EEE50C
(238,229,12)
#EFE722
(239,231,34)
#F0E938
(240,233,56)
#F1EB4E
(241,235,78)
#F2ED64
(242,237,100)
#F3EF7A
(243,239,122)
#F4F190
(244,241,144)
#F5F3A6
(245,243,166)
#F6F5BC
(246,245,188)
#F7F7D2
(247,247,210)
#F8F9E8
(248,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE50C color. Also use rgb(238,229,12) instead hex code.

Text Font Color

.myTextColor { color: #EEE50C; }

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

This text font color is #EEE50C.


Background Color

.myBgColor { background-color: #EEE50C; }

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

This div background color is #EEE50C.


Border color

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

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

This div border color is #EEE50C.


Opacity

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

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

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

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

This text has shadow with #EEE50C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE50C on black background.


Color preview on white background

This text has color #EEE50C on white background.



Black color preview on #EEE50C background

This text has black color on #EEE50C background.


White color preview on #EEE50C background

This text has white color on #EEE50C background.