COLOR #EDC310

HEX: #EDC310
RGB: (237,195,16)

Color info

#EDC310 contains mainly red and green colors. Web safe color of #EDC310 is #FFCC00 (or #FC0).

RGB color model

#EDC310 color RGB value is (237,195,16).

  • red value is 237;
  • green value is 195;
  • blue value is 16.
RGB:
(237,195,16)
(93%,76%,6%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 16 of 255 = 6%

237
195
16

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

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 16 = 448 (100%)
R 237 of 448 ~ 52.9%
G 195 of 448 ~ 43.53%
B 16 of 448 ~ 3.57%

%52.9
%43.53

CMYK color model

#EDC310 color CMYK value is (0,18,93,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 93.25%
  • key color value is 7.06%
CMYK:
(0,18,93,7)
C0M18Y93K7 
(0%,18%,93%,7%)
(0.00/0.18/0.93/0.07)	

CMYK percentages

%0
%17.72
%93.25
%7.06

Codes

Color #EDC310 in popluar color models

EDC310
RGB23719516
HSL49°87.35%49.61%
HSB/HSV49°93.25%92.94%
CMYK0.00%17.72%93.25%
7.06%

Color #EDC310 in popluar number systems.

HEXEDC310
Decimal23719516
Binary111011011100001110000
Octal35530320

Shades and tints

Shades of #EDC310

#EDC310
(237,195,16)
#D8B20F
(216,178,15)
#C3A10E
(195,161,14)
#AE900D
(174,144,13)
#997F0C
(153,127,12)
#846E0B
(132,110,11)
#6F5D0A
(111,93,10)
#5A4C09
(90,76,9)
#453B08
(69,59,8)
#302A07
(48,42,7)
#1B1906
(27,25,6)
#000000
(0,0,0)

Tints of #EDC310

#EDC310
(237,195,16)
#EEC825
(238,200,37)
#EFCD3A
(239,205,58)
#F0D24F
(240,210,79)
#F1D764
(241,215,100)
#F2DC79
(242,220,121)
#F3E18E
(243,225,142)
#F4E6A3
(244,230,163)
#F5EBB8
(245,235,184)
#F6F0CD
(246,240,205)
#F7F5E2
(247,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC310 color. Also use rgb(237,195,16) instead hex code.

Text Font Color

.myTextColor { color: #EDC310; }

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

This text font color is #EDC310.


Background Color

.myBgColor { background-color: #EDC310; }

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

This div background color is #EDC310.


Border color

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

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

This div border color is #EDC310.


Opacity

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

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

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

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

This text has shadow with #EDC310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC310 on black background.


Color preview on white background

This text has color #EDC310 on white background.



Black color preview on #EDC310 background

This text has black color on #EDC310 background.


White color preview on #EDC310 background

This text has white color on #EDC310 background.