COLOR #EED75B

HEX: #EED75B
RGB: (238,215,91)

Color info

#EED75B contains mainly red and green colors. Web safe color of #EED75B is #FFCC66 (or #FC6).

RGB color model

#EED75B color RGB value is (238,215,91).

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

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 91 of 255 = 36%

238
215
91

R + G + B ~ 71%. #EED75B is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 91 = 544 (100%)
R 238 of 544 ~ 43.75%
G 215 of 544 ~ 39.52%
B 91 of 544 ~ 16.73%

%43.75
%39.52
%16.73

CMYK color model

#EED75B color CMYK value is (0,10,62,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 61.76%
  • key color value is 6.67%
CMYK:
(0,10,62,7)
C0M10Y62K7 
(0%,10%,62%,7%)
(0.00/0.10/0.62/0.07)	

CMYK percentages

%0
%9.66
%61.76
%6.67

Codes

Color #EED75B in popluar color models

EED75B
RGB23821591
HSL51°81.22%64.51%
HSB/HSV51°61.76%93.33%
CMYK0.00%9.66%61.76%
6.67%

Color #EED75B in popluar number systems.

HEXEED75B
Decimal23821591
Binary11101110110101111011011
Octal356327133

Shades and tints

Shades of #EED75B

#EED75B
(238,215,91)
#D9C453
(217,196,83)
#C4B14B
(196,177,75)
#AF9E43
(175,158,67)
#9A8B3B
(154,139,59)
#857833
(133,120,51)
#70652B
(112,101,43)
#5B5223
(91,82,35)
#463F1B
(70,63,27)
#312C13
(49,44,19)
#1C190B
(28,25,11)
#000000
(0,0,0)

Tints of #EED75B

#EED75B
(238,215,91)
#EFDA69
(239,218,105)
#F0DD77
(240,221,119)
#F1E085
(241,224,133)
#F2E393
(242,227,147)
#F3E6A1
(243,230,161)
#F4E9AF
(244,233,175)
#F5ECBD
(245,236,189)
#F6EFCB
(246,239,203)
#F7F2D9
(247,242,217)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED75B; }

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

This text font color is #EED75B.


Background Color

.myBgColor { background-color: #EED75B; }

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

This div background color is #EED75B.


Border color

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

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

This div border color is #EED75B.


Opacity

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

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

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

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

This text has shadow with #EED75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED75B on black background.


Color preview on white background

This text has color #EED75B on white background.



Black color preview on #EED75B background

This text has black color on #EED75B background.


White color preview on #EED75B background

This text has white color on #EED75B background.