COLOR #EED71B

HEX: #EED71B
RGB: (238,215,27)

Color info

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

RGB color model

#EED71B color RGB value is (238,215,27).

  • red value is 238;
  • green value is 215;
  • blue value is 27.
RGB:
(238,215,27)
(93%,84%,11%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 27 of 255 = 11%

238
215
27

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

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 27 = 480 (100%)
R 238 of 480 ~ 49.58%
G 215 of 480 ~ 44.79%
B 27 of 480 ~ 5.63%

%49.58
%44.79

CMYK color model

#EED71B color CMYK value is (0,10,89,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 88.66%
  • key color value is 6.67%
CMYK:
(0,10,89,7)
C0M10Y89K7 
(0%,10%,89%,7%)
(0.00/0.10/0.89/0.07)	

CMYK percentages

%0
%9.66
%88.66
%6.67

Codes

Color #EED71B in popluar color models

EED71B
RGB23821527
HSL53°86.12%51.96%
HSB/HSV53°88.66%93.33%
CMYK0.00%9.66%88.66%
6.67%

Color #EED71B in popluar number systems.

HEXEED71B
Decimal23821527
Binary111011101101011111011
Octal35632733

Shades and tints

Shades of #EED71B

#EED71B
(238,215,27)
#D9C419
(217,196,25)
#C4B117
(196,177,23)
#AF9E15
(175,158,21)
#9A8B13
(154,139,19)
#857811
(133,120,17)
#70650F
(112,101,15)
#5B520D
(91,82,13)
#463F0B
(70,63,11)
#312C09
(49,44,9)
#1C1907
(28,25,7)
#000000
(0,0,0)

Tints of #EED71B

#EED71B
(238,215,27)
#EFDA2F
(239,218,47)
#F0DD43
(240,221,67)
#F1E057
(241,224,87)
#F2E36B
(242,227,107)
#F3E67F
(243,230,127)
#F4E993
(244,233,147)
#F5ECA7
(245,236,167)
#F6EFBB
(246,239,187)
#F7F2CF
(247,242,207)
#F8F5E3
(248,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED71B color. Also use rgb(238,215,27) instead hex code.

Text Font Color

.myTextColor { color: #EED71B; }

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

This text font color is #EED71B.


Background Color

.myBgColor { background-color: #EED71B; }

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

This div background color is #EED71B.


Border color

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

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

This div border color is #EED71B.


Opacity

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

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

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

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

This text has shadow with #EED71B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED71B on black background.


Color preview on white background

This text has color #EED71B on white background.



Black color preview on #EED71B background

This text has black color on #EED71B background.


White color preview on #EED71B background

This text has white color on #EED71B background.