COLOR #EDA928

HEX: #EDA928
RGB: (237,169,40)

Color info

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

RGB color model

#EDA928 color RGB value is (237,169,40).

  • red value is 237;
  • green value is 169;
  • blue value is 40.
RGB:
(237,169,40)
(93%,66%,16%)

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 40 of 255 = 16%

237
169
40

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

Portions of RGB colors in percentages

R + G + B =
237 + 169 + 40 = 446 (100%)
R 237 of 446 ~ 53.14%
G 169 of 446 ~ 37.89%
B 40 of 446 ~ 8.97%

%53.14
%37.89

CMYK color model

#EDA928 color CMYK value is (0,29,83,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 83.12%
  • key color value is 7.06%
CMYK:
(0,29,83,7)
C0M29Y83K7 
(0%,29%,83%,7%)
(0.00/0.29/0.83/0.07)	

CMYK percentages

%0
%28.69
%83.12
%7.06

Codes

Color #EDA928 in popluar color models

EDA928
RGB23716940
HSL39°84.55%54.31%
HSB/HSV39°83.12%92.94%
CMYK0.00%28.69%83.12%
7.06%

Color #EDA928 in popluar number systems.

HEXEDA928
Decimal23716940
Binary1110110110101001101000
Octal35525150

Shades and tints

Shades of #EDA928

#EDA928
(237,169,40)
#D89A25
(216,154,37)
#C38B22
(195,139,34)
#AE7C1F
(174,124,31)
#996D1C
(153,109,28)
#845E19
(132,94,25)
#6F4F16
(111,79,22)
#5A4013
(90,64,19)
#453110
(69,49,16)
#30220D
(48,34,13)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #EDA928

#EDA928
(237,169,40)
#EEB03B
(238,176,59)
#EFB74E
(239,183,78)
#F0BE61
(240,190,97)
#F1C574
(241,197,116)
#F2CC87
(242,204,135)
#F3D39A
(243,211,154)
#F4DAAD
(244,218,173)
#F5E1C0
(245,225,192)
#F6E8D3
(246,232,211)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA928 color. Also use rgb(237,169,40) instead hex code.

Text Font Color

.myTextColor { color: #EDA928; }

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

This text font color is #EDA928.


Background Color

.myBgColor { background-color: #EDA928; }

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

This div background color is #EDA928.


Border color

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

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

This div border color is #EDA928.


Opacity

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

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

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

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

This text has shadow with #EDA928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA928 on black background.


Color preview on white background

This text has color #EDA928 on white background.



Black color preview on #EDA928 background

This text has black color on #EDA928 background.


White color preview on #EDA928 background

This text has white color on #EDA928 background.