COLOR #EDB20E

HEX: #EDB20E
RGB: (237,178,14)

Color info

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

RGB color model

#EDB20E color RGB value is (237,178,14).

  • red value is 237;
  • green value is 178;
  • blue value is 14.
RGB:
(237,178,14)
(93%,70%,5%)

RGB channels and saturation

R 237 of 255 = 93%
G 178 of 255 = 70%
B 14 of 255 = 5%

237
178
14

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

Portions of RGB colors in percentages

R + G + B =
237 + 178 + 14 = 429 (100%)
R 237 of 429 ~ 55.24%
G 178 of 429 ~ 41.49%
B 14 of 429 ~ 3.26%

%55.24
%41.49

CMYK color model

#EDB20E color CMYK value is (0,25,94,7).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 94.09%
  • key color value is 7.06%
CMYK:
(0,25,94,7)
C0M25Y94K7 
(0%,25%,94%,7%)
(0.00/0.25/0.94/0.07)	

CMYK percentages

%0
%24.89
%94.09
%7.06

Codes

Color #EDB20E in popluar color models

EDB20E
RGB23717814
HSL44°88.84%49.22%
HSB/HSV44°94.09%92.94%
CMYK0.00%24.89%94.09%
7.06%

Color #EDB20E in popluar number systems.

HEXEDB20E
Decimal23717814
Binary11101101101100101110
Octal35526216

Shades and tints

Shades of #EDB20E

#EDB20E
(237,178,14)
#D8A20D
(216,162,13)
#C3920C
(195,146,12)
#AE820B
(174,130,11)
#99720A
(153,114,10)
#846209
(132,98,9)
#6F5208
(111,82,8)
#5A4207
(90,66,7)
#453206
(69,50,6)
#302205
(48,34,5)
#1B1204
(27,18,4)
#000000
(0,0,0)

Tints of #EDB20E

#EDB20E
(237,178,14)
#EEB923
(238,185,35)
#EFC038
(239,192,56)
#F0C74D
(240,199,77)
#F1CE62
(241,206,98)
#F2D577
(242,213,119)
#F3DC8C
(243,220,140)
#F4E3A1
(244,227,161)
#F5EAB6
(245,234,182)
#F6F1CB
(246,241,203)
#F7F8E0
(247,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB20E color. Also use rgb(237,178,14) instead hex code.

Text Font Color

.myTextColor { color: #EDB20E; }

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

This text font color is #EDB20E.


Background Color

.myBgColor { background-color: #EDB20E; }

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

This div background color is #EDB20E.


Border color

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

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

This div border color is #EDB20E.


Opacity

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

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

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

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

This text has shadow with #EDB20E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB20E on black background.


Color preview on white background

This text has color #EDB20E on white background.



Black color preview on #EDB20E background

This text has black color on #EDB20E background.


White color preview on #EDB20E background

This text has white color on #EDB20E background.