COLOR #EDA117

HEX: #EDA117
RGB: (237,161,23)

Color info

#EDA117 contains mainly red color. Web safe color of #EDA117 is #FF9900 (or #F90).

RGB color model

#EDA117 color RGB value is (237,161,23).

  • red value is 237;
  • green value is 161;
  • blue value is 23.
RGB:
(237,161,23)
(93%,63%,9%)

RGB channels and saturation

R 237 of 255 = 93%
G 161 of 255 = 63%
B 23 of 255 = 9%

237
161
23

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

Portions of RGB colors in percentages

R + G + B =
237 + 161 + 23 = 421 (100%)
R 237 of 421 ~ 56.29%
G 161 of 421 ~ 38.24%
B 23 of 421 ~ 5.46%

%56.29
%38.24

CMYK color model

#EDA117 color CMYK value is (0,32,90,7).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 90.30%
  • key color value is 7.06%
CMYK:
(0,32,90,7)
C0M32Y90K7 
(0%,32%,90%,7%)
(0.00/0.32/0.90/0.07)	

CMYK percentages

%0
%32.07
%90.3
%7.06

Codes

Color #EDA117 in popluar color models

EDA117
RGB23716123
HSL39°85.60%50.98%
HSB/HSV39°90.30%92.94%
CMYK0.00%32.07%90.30%
7.06%

Color #EDA117 in popluar number systems.

HEXEDA117
Decimal23716123
Binary111011011010000110111
Octal35524127

Shades and tints

Shades of #EDA117

#EDA117
(237,161,23)
#D89315
(216,147,21)
#C38513
(195,133,19)
#AE7711
(174,119,17)
#99690F
(153,105,15)
#845B0D
(132,91,13)
#6F4D0B
(111,77,11)
#5A3F09
(90,63,9)
#453107
(69,49,7)
#302305
(48,35,5)
#1B1503
(27,21,3)
#000000
(0,0,0)

Tints of #EDA117

#EDA117
(237,161,23)
#EEA92C
(238,169,44)
#EFB141
(239,177,65)
#F0B956
(240,185,86)
#F1C16B
(241,193,107)
#F2C980
(242,201,128)
#F3D195
(243,209,149)
#F4D9AA
(244,217,170)
#F5E1BF
(245,225,191)
#F6E9D4
(246,233,212)
#F7F1E9
(247,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA117 color. Also use rgb(237,161,23) instead hex code.

Text Font Color

.myTextColor { color: #EDA117; }

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

This text font color is #EDA117.


Background Color

.myBgColor { background-color: #EDA117; }

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

This div background color is #EDA117.


Border color

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

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

This div border color is #EDA117.


Opacity

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

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

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

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

This text has shadow with #EDA117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA117 on black background.


Color preview on white background

This text has color #EDA117 on white background.



Black color preview on #EDA117 background

This text has black color on #EDA117 background.


White color preview on #EDA117 background

This text has white color on #EDA117 background.