COLOR #EDA42C

HEX: #EDA42C
RGB: (237,164,44)

Color info

#EDA42C contains mainly red color. Web safe color of #EDA42C is #FF9933 (or #F93).

RGB color model

#EDA42C color RGB value is (237,164,44).

  • red value is 237;
  • green value is 164;
  • blue value is 44.
RGB:
(237,164,44)
(93%,64%,17%)

RGB channels and saturation

R 237 of 255 = 93%
G 164 of 255 = 64%
B 44 of 255 = 17%

237
164
44

R + G + B ~ 58%. #EDA42C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 164 + 44 = 445 (100%)
R 237 of 445 ~ 53.26%
G 164 of 445 ~ 36.85%
B 44 of 445 ~ 9.89%

%53.26
%36.85
%9.89

CMYK color model

#EDA42C color CMYK value is (0,31,81,7).

  • cyan value is 0.00%
  • magenta value is 30.80%
  • yellow value is 81.43%
  • key color value is 7.06%
CMYK:
(0,31,81,7)
C0M31Y81K7 
(0%,31%,81%,7%)
(0.00/0.31/0.81/0.07)	

CMYK percentages

%0
%30.8
%81.43
%7.06

Codes

Color #EDA42C in popluar color models

EDA42C
RGB23716444
HSL37°84.28%55.10%
HSB/HSV37°81.43%92.94%
CMYK0.00%30.80%81.43%
7.06%

Color #EDA42C in popluar number systems.

HEXEDA42C
Decimal23716444
Binary1110110110100100101100
Octal35524454

Shades and tints

Shades of #EDA42C

#EDA42C
(237,164,44)
#D89628
(216,150,40)
#C38824
(195,136,36)
#AE7A20
(174,122,32)
#996C1C
(153,108,28)
#845E18
(132,94,24)
#6F5014
(111,80,20)
#5A4210
(90,66,16)
#45340C
(69,52,12)
#302608
(48,38,8)
#1B1804
(27,24,4)
#000000
(0,0,0)

Tints of #EDA42C

#EDA42C
(237,164,44)
#EEAC3F
(238,172,63)
#EFB452
(239,180,82)
#F0BC65
(240,188,101)
#F1C478
(241,196,120)
#F2CC8B
(242,204,139)
#F3D49E
(243,212,158)
#F4DCB1
(244,220,177)
#F5E4C4
(245,228,196)
#F6ECD7
(246,236,215)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA42C color. Also use rgb(237,164,44) instead hex code.

Text Font Color

.myTextColor { color: #EDA42C; }

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

This text font color is #EDA42C.


Background Color

.myBgColor { background-color: #EDA42C; }

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

This div background color is #EDA42C.


Border color

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

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

This div border color is #EDA42C.


Opacity

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

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

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

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

This text has shadow with #EDA42C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA42C on black background.


Color preview on white background

This text has color #EDA42C on white background.



Black color preview on #EDA42C background

This text has black color on #EDA42C background.


White color preview on #EDA42C background

This text has white color on #EDA42C background.