COLOR #EDB81C

HEX: #EDB81C
RGB: (237,184,28)

Color info

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

RGB color model

#EDB81C color RGB value is (237,184,28).

  • red value is 237;
  • green value is 184;
  • blue value is 28.
RGB:
(237,184,28)
(93%,72%,11%)

RGB channels and saturation

R 237 of 255 = 93%
G 184 of 255 = 72%
B 28 of 255 = 11%

237
184
28

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

Portions of RGB colors in percentages

R + G + B =
237 + 184 + 28 = 449 (100%)
R 237 of 449 ~ 52.78%
G 184 of 449 ~ 40.98%
B 28 of 449 ~ 6.24%

%52.78
%40.98

CMYK color model

#EDB81C color CMYK value is (0,22,88,7).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 88.19%
  • key color value is 7.06%
CMYK:
(0,22,88,7)
C0M22Y88K7 
(0%,22%,88%,7%)
(0.00/0.22/0.88/0.07)	

CMYK percentages

%0
%22.36
%88.19
%7.06

Codes

Color #EDB81C in popluar color models

EDB81C
RGB23718428
HSL45°85.31%51.96%
HSB/HSV45°88.19%92.94%
CMYK0.00%22.36%88.19%
7.06%

Color #EDB81C in popluar number systems.

HEXEDB81C
Decimal23718428
Binary111011011011100011100
Octal35527034

Shades and tints

Shades of #EDB81C

#EDB81C
(237,184,28)
#D8A81A
(216,168,26)
#C39818
(195,152,24)
#AE8816
(174,136,22)
#997814
(153,120,20)
#846812
(132,104,18)
#6F5810
(111,88,16)
#5A480E
(90,72,14)
#45380C
(69,56,12)
#30280A
(48,40,10)
#1B1808
(27,24,8)
#000000
(0,0,0)

Tints of #EDB81C

#EDB81C
(237,184,28)
#EEBE30
(238,190,48)
#EFC444
(239,196,68)
#F0CA58
(240,202,88)
#F1D06C
(241,208,108)
#F2D680
(242,214,128)
#F3DC94
(243,220,148)
#F4E2A8
(244,226,168)
#F5E8BC
(245,232,188)
#F6EED0
(246,238,208)
#F7F4E4
(247,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB81C color. Also use rgb(237,184,28) instead hex code.

Text Font Color

.myTextColor { color: #EDB81C; }

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

This text font color is #EDB81C.


Background Color

.myBgColor { background-color: #EDB81C; }

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

This div background color is #EDB81C.


Border color

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

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

This div border color is #EDB81C.


Opacity

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

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

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

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

This text has shadow with #EDB81C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB81C on black background.


Color preview on white background

This text has color #EDB81C on white background.



Black color preview on #EDB81C background

This text has black color on #EDB81C background.


White color preview on #EDB81C background

This text has white color on #EDB81C background.