COLOR #EED739

HEX: #EED739
RGB: (238,215,57)

Color info

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

RGB color model

#EED739 color RGB value is (238,215,57).

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

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 57 of 255 = 22%

238
215
57

R + G + B ~ 66%. #EED739 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 57 = 510 (100%)
R 238 of 510 ~ 46.67%
G 215 of 510 ~ 42.16%
B 57 of 510 ~ 11.18%

%46.67
%42.16
%11.18

CMYK color model

#EED739 color CMYK value is (0,10,76,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 76.05%
  • key color value is 6.67%
CMYK:
(0,10,76,7)
C0M10Y76K7 
(0%,10%,76%,7%)
(0.00/0.10/0.76/0.07)	

CMYK percentages

%0
%9.66
%76.05
%6.67

Codes

Color #EED739 in popluar color models

EED739
RGB23821557
HSL52°84.19%57.84%
HSB/HSV52°76.05%93.33%
CMYK0.00%9.66%76.05%
6.67%

Color #EED739 in popluar number systems.

HEXEED739
Decimal23821557
Binary1110111011010111111001
Octal35632771

Shades and tints

Shades of #EED739

#EED739
(238,215,57)
#D9C434
(217,196,52)
#C4B12F
(196,177,47)
#AF9E2A
(175,158,42)
#9A8B25
(154,139,37)
#857820
(133,120,32)
#70651B
(112,101,27)
#5B5216
(91,82,22)
#463F11
(70,63,17)
#312C0C
(49,44,12)
#1C1907
(28,25,7)
#000000
(0,0,0)

Tints of #EED739

#EED739
(238,215,57)
#EFDA4B
(239,218,75)
#F0DD5D
(240,221,93)
#F1E06F
(241,224,111)
#F2E381
(242,227,129)
#F3E693
(243,230,147)
#F4E9A5
(244,233,165)
#F5ECB7
(245,236,183)
#F6EFC9
(246,239,201)
#F7F2DB
(247,242,219)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED739; }

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

This text font color is #EED739.


Background Color

.myBgColor { background-color: #EED739; }

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

This div background color is #EED739.


Border color

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

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

This div border color is #EED739.


Opacity

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

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

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

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

This text has shadow with #EED739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED739 on black background.


Color preview on white background

This text has color #EED739 on white background.



Black color preview on #EED739 background

This text has black color on #EED739 background.


White color preview on #EED739 background

This text has white color on #EED739 background.