COLOR #EDD349

HEX: #EDD349
RGB: (237,211,73)

Color info

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

RGB color model

#EDD349 color RGB value is (237,211,73).

  • red value is 237;
  • green value is 211;
  • blue value is 73.
RGB:
(237,211,73)
(93%,83%,29%)

RGB channels and saturation

R 237 of 255 = 93%
G 211 of 255 = 83%
B 73 of 255 = 29%

237
211
73

R + G + B ~ 68%. #EDD349 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 211 + 73 = 521 (100%)
R 237 of 521 ~ 45.49%
G 211 of 521 ~ 40.5%
B 73 of 521 ~ 14.01%

%45.49
%40.5
%14.01

CMYK color model

#EDD349 color CMYK value is (0,11,69,7).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(0,11,69,7)
C0M11Y69K7 
(0%,11%,69%,7%)
(0.00/0.11/0.69/0.07)	

CMYK percentages

%0
%10.97
%69.2
%7.06

Codes

Color #EDD349 in popluar color models

EDD349
RGB23721173
HSL50°82.00%60.78%
HSB/HSV50°69.20%92.94%
CMYK0.00%10.97%69.20%
7.06%

Color #EDD349 in popluar number systems.

HEXEDD349
Decimal23721173
Binary11101101110100111001001
Octal355323111

Shades and tints

Shades of #EDD349

#EDD349
(237,211,73)
#D8C043
(216,192,67)
#C3AD3D
(195,173,61)
#AE9A37
(174,154,55)
#998731
(153,135,49)
#84742B
(132,116,43)
#6F6125
(111,97,37)
#5A4E1F
(90,78,31)
#453B19
(69,59,25)
#302813
(48,40,19)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #EDD349

#EDD349
(237,211,73)
#EED759
(238,215,89)
#EFDB69
(239,219,105)
#F0DF79
(240,223,121)
#F1E389
(241,227,137)
#F2E799
(242,231,153)
#F3EBA9
(243,235,169)
#F4EFB9
(244,239,185)
#F5F3C9
(245,243,201)
#F6F7D9
(246,247,217)
#F7FBE9
(247,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD349 color. Also use rgb(237,211,73) instead hex code.

Text Font Color

.myTextColor { color: #EDD349; }

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

This text font color is #EDD349.


Background Color

.myBgColor { background-color: #EDD349; }

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

This div background color is #EDD349.


Border color

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

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

This div border color is #EDD349.


Opacity

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

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

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

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

This text has shadow with #EDD349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD349 on black background.


Color preview on white background

This text has color #EDD349 on white background.



Black color preview on #EDD349 background

This text has black color on #EDD349 background.


White color preview on #EDD349 background

This text has white color on #EDD349 background.