COLOR #EDA116

HEX: #EDA116
RGB: (237,161,22)

Color info

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

RGB color model

#EDA116 color RGB value is (237,161,22).

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

RGB channels and saturation

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

237
161
22

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

Portions of RGB colors in percentages

R + G + B =
237 + 161 + 22 = 420 (100%)
R 237 of 420 ~ 56.43%
G 161 of 420 ~ 38.33%
B 22 of 420 ~ 5.24%

%56.43
%38.33

CMYK color model

#EDA116 color CMYK value is (0,32,91,7).

  • cyan value is 0.00%
  • magenta value is 32.07%
  • yellow value is 90.72%
  • key color value is 7.06%
CMYK:
(0,32,91,7)
C0M32Y91K7 
(0%,32%,91%,7%)
(0.00/0.32/0.91/0.07)	

CMYK percentages

%0
%32.07
%90.72
%7.06

Codes

Color #EDA116 in popluar color models

EDA116
RGB23716122
HSL39°85.66%50.78%
HSB/HSV39°90.72%92.94%
CMYK0.00%32.07%90.72%
7.06%

Color #EDA116 in popluar number systems.

HEXEDA116
Decimal23716122
Binary111011011010000110110
Octal35524126

Shades and tints

Shades of #EDA116

#EDA116
(237,161,22)
#D89314
(216,147,20)
#C38512
(195,133,18)
#AE7710
(174,119,16)
#99690E
(153,105,14)
#845B0C
(132,91,12)
#6F4D0A
(111,77,10)
#5A3F08
(90,63,8)
#453106
(69,49,6)
#302304
(48,35,4)
#1B1502
(27,21,2)
#000000
(0,0,0)

Tints of #EDA116

#EDA116
(237,161,22)
#EEA92B
(238,169,43)
#EFB140
(239,177,64)
#F0B955
(240,185,85)
#F1C16A
(241,193,106)
#F2C97F
(242,201,127)
#F3D194
(243,209,148)
#F4D9A9
(244,217,169)
#F5E1BE
(245,225,190)
#F6E9D3
(246,233,211)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA116; }

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

This text font color is #EDA116.


Background Color

.myBgColor { background-color: #EDA116; }

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

This div background color is #EDA116.


Border color

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

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

This div border color is #EDA116.


Opacity

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

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

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

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

This text has shadow with #EDA116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA116 on black background.


Color preview on white background

This text has color #EDA116 on white background.



Black color preview on #EDA116 background

This text has black color on #EDA116 background.


White color preview on #EDA116 background

This text has white color on #EDA116 background.