COLOR #EED313

HEX: #EED313
RGB: (238,211,19)

Color info

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

RGB color model

#EED313 color RGB value is (238,211,19).

  • red value is 238;
  • green value is 211;
  • blue value is 19.
RGB:
(238,211,19)
(93%,83%,7%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 19 of 255 = 7%

238
211
19

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 19 = 468 (100%)
R 238 of 468 ~ 50.85%
G 211 of 468 ~ 45.09%
B 19 of 468 ~ 4.06%

%50.85
%45.09

CMYK color model

#EED313 color CMYK value is (0,11,92,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 92.02%
  • key color value is 6.67%
CMYK:
(0,11,92,7)
C0M11Y92K7 
(0%,11%,92%,7%)
(0.00/0.11/0.92/0.07)	

CMYK percentages

%0
%11.34
%92.02
%6.67

Codes

Color #EED313 in popluar color models

EED313
RGB23821119
HSL53°86.56%50.39%
HSB/HSV53°92.02%93.33%
CMYK0.00%11.34%92.02%
6.67%

Color #EED313 in popluar number systems.

HEXEED313
Decimal23821119
Binary111011101101001110011
Octal35632323

Shades and tints

Shades of #EED313

#EED313
(238,211,19)
#D9C012
(217,192,18)
#C4AD11
(196,173,17)
#AF9A10
(175,154,16)
#9A870F
(154,135,15)
#85740E
(133,116,14)
#70610D
(112,97,13)
#5B4E0C
(91,78,12)
#463B0B
(70,59,11)
#31280A
(49,40,10)
#1C1509
(28,21,9)
#000000
(0,0,0)

Tints of #EED313

#EED313
(238,211,19)
#EFD728
(239,215,40)
#F0DB3D
(240,219,61)
#F1DF52
(241,223,82)
#F2E367
(242,227,103)
#F3E77C
(243,231,124)
#F4EB91
(244,235,145)
#F5EFA6
(245,239,166)
#F6F3BB
(246,243,187)
#F7F7D0
(247,247,208)
#F8FBE5
(248,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED313 color. Also use rgb(238,211,19) instead hex code.

Text Font Color

.myTextColor { color: #EED313; }

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

This text font color is #EED313.


Background Color

.myBgColor { background-color: #EED313; }

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

This div background color is #EED313.


Border color

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

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

This div border color is #EED313.


Opacity

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

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

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

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

This text has shadow with #EED313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED313 on black background.


Color preview on white background

This text has color #EED313 on white background.



Black color preview on #EED313 background

This text has black color on #EED313 background.


White color preview on #EED313 background

This text has white color on #EED313 background.