COLOR #EEE600

HEX: #EEE600
RGB: (238,230,0)

Color info

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

RGB color model

#EEE600 color RGB value is (238,230,0).

  • red value is 238;
  • green value is 230;
  • blue value is 0.
RGB:
(238,230,0)
(93%,90%,0%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 0 of 255 = 0%

238
230
0

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 0 = 468 (100%)
R 238 of 468 ~ 50.85%
G 230 of 468 ~ 49.15%
B 0 of 468 ~ 0%

%50.85
%49.15

CMYK color model

#EEE600 color CMYK value is (0,3,100,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 100.00%
  • key color value is 6.67%
CMYK:
(0,3,100,7)
C0M3Y100K7 
(0%,3%,100%,7%)
(0.00/0.03/1.00/0.07)	

CMYK percentages

%0
%3.36
%100
%6.67

Codes

Color #EEE600 in popluar color models

EEE600
RGB2382300
HSL58°100.00%46.67%
HSB/HSV58°100.00%93.33%
CMYK0.00%3.36%100.00%
6.67%

Color #EEE600 in popluar number systems.

HEXEEE600
Decimal2382300
Binary11101110111001100
Octal3563460

Shades and tints

Shades of #EEE600

#EEE600
(238,230,0)
#D9D200
(217,210,0)
#C4BE00
(196,190,0)
#AFAA00
(175,170,0)
#9A9600
(154,150,0)
#858200
(133,130,0)
#706E00
(112,110,0)
#5B5A00
(91,90,0)
#464600
(70,70,0)
#313200
(49,50,0)
#1C1E00
(28,30,0)
#000000
(0,0,0)

Tints of #EEE600

#EEE600
(238,230,0)
#EFE817
(239,232,23)
#F0EA2E
(240,234,46)
#F1EC45
(241,236,69)
#F2EE5C
(242,238,92)
#F3F073
(243,240,115)
#F4F28A
(244,242,138)
#F5F4A1
(245,244,161)
#F6F6B8
(246,246,184)
#F7F8CF
(247,248,207)
#F8FAE6
(248,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE600 color. Also use rgb(238,230,0) instead hex code.

Text Font Color

.myTextColor { color: #EEE600; }

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

This text font color is #EEE600.


Background Color

.myBgColor { background-color: #EEE600; }

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

This div background color is #EEE600.


Border color

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

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

This div border color is #EEE600.


Opacity

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

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

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

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

This text has shadow with #EEE600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE600 on black background.


Color preview on white background

This text has color #EEE600 on white background.



Black color preview on #EEE600 background

This text has black color on #EEE600 background.


White color preview on #EEE600 background

This text has white color on #EEE600 background.