COLOR #EDD742

HEX: #EDD742
RGB: (237,215,66)

Color info

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

RGB color model

#EDD742 color RGB value is (237,215,66).

  • red value is 237;
  • green value is 215;
  • blue value is 66.
RGB:
(237,215,66)
(93%,84%,26%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 66 of 255 = 26%

237
215
66

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 66 = 518 (100%)
R 237 of 518 ~ 45.75%
G 215 of 518 ~ 41.51%
B 66 of 518 ~ 12.74%

%45.75
%41.51
%12.74

CMYK color model

#EDD742 color CMYK value is (0,9,72,7).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 72.15%
  • key color value is 7.06%
CMYK:
(0,9,72,7)
C0M9Y72K7 
(0%,9%,72%,7%)
(0.00/0.09/0.72/0.07)	

CMYK percentages

%0
%9.28
%72.15
%7.06

Codes

Color #EDD742 in popluar color models

EDD742
RGB23721566
HSL52°82.61%59.41%
HSB/HSV52°72.15%92.94%
CMYK0.00%9.28%72.15%
7.06%

Color #EDD742 in popluar number systems.

HEXEDD742
Decimal23721566
Binary11101101110101111000010
Octal355327102

Shades and tints

Shades of #EDD742

#EDD742
(237,215,66)
#D8C43C
(216,196,60)
#C3B136
(195,177,54)
#AE9E30
(174,158,48)
#998B2A
(153,139,42)
#847824
(132,120,36)
#6F651E
(111,101,30)
#5A5218
(90,82,24)
#453F12
(69,63,18)
#302C0C
(48,44,12)
#1B1906
(27,25,6)
#000000
(0,0,0)

Tints of #EDD742

#EDD742
(237,215,66)
#EEDA53
(238,218,83)
#EFDD64
(239,221,100)
#F0E075
(240,224,117)
#F1E386
(241,227,134)
#F2E697
(242,230,151)
#F3E9A8
(243,233,168)
#F4ECB9
(244,236,185)
#F5EFCA
(245,239,202)
#F6F2DB
(246,242,219)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD742 color. Also use rgb(237,215,66) instead hex code.

Text Font Color

.myTextColor { color: #EDD742; }

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

This text font color is #EDD742.


Background Color

.myBgColor { background-color: #EDD742; }

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

This div background color is #EDD742.


Border color

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

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

This div border color is #EDD742.


Opacity

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

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

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

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

This text has shadow with #EDD742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD742 on black background.


Color preview on white background

This text has color #EDD742 on white background.



Black color preview on #EDD742 background

This text has black color on #EDD742 background.


White color preview on #EDD742 background

This text has white color on #EDD742 background.