COLOR #EDB30B

HEX: #EDB30B
RGB: (237,179,11)

Color info

#EDB30B contains mainly red and green colors. Web safe color of #EDB30B is #FF9900 (or #F90).

RGB color model

#EDB30B color RGB value is (237,179,11).

  • red value is 237;
  • green value is 179;
  • blue value is 11.
RGB:
(237,179,11)
(93%,70%,4%)

RGB channels and saturation

R 237 of 255 = 93%
G 179 of 255 = 70%
B 11 of 255 = 4%

237
179
11

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

Portions of RGB colors in percentages

R + G + B =
237 + 179 + 11 = 427 (100%)
R 237 of 427 ~ 55.5%
G 179 of 427 ~ 41.92%
B 11 of 427 ~ 2.58%

%55.5
%41.92

CMYK color model

#EDB30B color CMYK value is (0,24,95,7).

  • cyan value is 0.00%
  • magenta value is 24.47%
  • yellow value is 95.36%
  • key color value is 7.06%
CMYK:
(0,24,95,7)
C0M24Y95K7 
(0%,24%,95%,7%)
(0.00/0.24/0.95/0.07)	

CMYK percentages

%0
%24.47
%95.36
%7.06

Codes

Color #EDB30B in popluar color models

EDB30B
RGB23717911
HSL45°91.13%48.63%
HSB/HSV45°95.36%92.94%
CMYK0.00%24.47%95.36%
7.06%

Color #EDB30B in popluar number systems.

HEXEDB30B
Decimal23717911
Binary11101101101100111011
Octal35526313

Shades and tints

Shades of #EDB30B

#EDB30B
(237,179,11)
#D8A30A
(216,163,10)
#C39309
(195,147,9)
#AE8308
(174,131,8)
#997307
(153,115,7)
#846306
(132,99,6)
#6F5305
(111,83,5)
#5A4304
(90,67,4)
#453303
(69,51,3)
#302302
(48,35,2)
#1B1301
(27,19,1)
#000000
(0,0,0)

Tints of #EDB30B

#EDB30B
(237,179,11)
#EEB921
(238,185,33)
#EFBF37
(239,191,55)
#F0C54D
(240,197,77)
#F1CB63
(241,203,99)
#F2D179
(242,209,121)
#F3D78F
(243,215,143)
#F4DDA5
(244,221,165)
#F5E3BB
(245,227,187)
#F6E9D1
(246,233,209)
#F7EFE7
(247,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB30B color. Also use rgb(237,179,11) instead hex code.

Text Font Color

.myTextColor { color: #EDB30B; }

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

This text font color is #EDB30B.


Background Color

.myBgColor { background-color: #EDB30B; }

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

This div background color is #EDB30B.


Border color

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

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

This div border color is #EDB30B.


Opacity

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

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

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

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

This text has shadow with #EDB30B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB30B on black background.


Color preview on white background

This text has color #EDB30B on white background.



Black color preview on #EDB30B background

This text has black color on #EDB30B background.


White color preview on #EDB30B background

This text has white color on #EDB30B background.