COLOR #EDC345

HEX: #EDC345
RGB: (237,195,69)

Color info

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

RGB color model

#EDC345 color RGB value is (237,195,69).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 69 of 255 = 27%

237
195
69

R + G + B ~ 65%. #EDC345 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 69 = 501 (100%)
R 237 of 501 ~ 47.31%
G 195 of 501 ~ 38.92%
B 69 of 501 ~ 13.77%

%47.31
%38.92
%13.77

CMYK color model

#EDC345 color CMYK value is (0,18,71,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 70.89%
  • key color value is 7.06%
CMYK:
(0,18,71,7)
C0M18Y71K7 
(0%,18%,71%,7%)
(0.00/0.18/0.71/0.07)	

CMYK percentages

%0
%17.72
%70.89
%7.06

Codes

Color #EDC345 in popluar color models

EDC345
RGB23719569
HSL45°82.35%60.00%
HSB/HSV45°70.89%92.94%
CMYK0.00%17.72%70.89%
7.06%

Color #EDC345 in popluar number systems.

HEXEDC345
Decimal23719569
Binary11101101110000111000101
Octal355303105

Shades and tints

Shades of #EDC345

#EDC345
(237,195,69)
#D8B23F
(216,178,63)
#C3A139
(195,161,57)
#AE9033
(174,144,51)
#997F2D
(153,127,45)
#846E27
(132,110,39)
#6F5D21
(111,93,33)
#5A4C1B
(90,76,27)
#453B15
(69,59,21)
#302A0F
(48,42,15)
#1B1909
(27,25,9)
#000000
(0,0,0)

Tints of #EDC345

#EDC345
(237,195,69)
#EEC855
(238,200,85)
#EFCD65
(239,205,101)
#F0D275
(240,210,117)
#F1D785
(241,215,133)
#F2DC95
(242,220,149)
#F3E1A5
(243,225,165)
#F4E6B5
(244,230,181)
#F5EBC5
(245,235,197)
#F6F0D5
(246,240,213)
#F7F5E5
(247,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC345; }

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

This text font color is #EDC345.


Background Color

.myBgColor { background-color: #EDC345; }

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

This div background color is #EDC345.


Border color

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

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

This div border color is #EDC345.


Opacity

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

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

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

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

This text has shadow with #EDC345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC345 on black background.


Color preview on white background

This text has color #EDC345 on white background.



Black color preview on #EDC345 background

This text has black color on #EDC345 background.


White color preview on #EDC345 background

This text has white color on #EDC345 background.