COLOR #EDC34D

HEX: #EDC34D
RGB: (237,195,77)

Color info

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

RGB color model

#EDC34D color RGB value is (237,195,77).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 77 of 255 = 30%

237
195
77

R + G + B ~ 66%. #EDC34D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 77 = 509 (100%)
R 237 of 509 ~ 46.56%
G 195 of 509 ~ 38.31%
B 77 of 509 ~ 15.13%

%46.56
%38.31
%15.13

CMYK color model

#EDC34D color CMYK value is (0,18,68,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 67.51%
  • key color value is 7.06%
CMYK:
(0,18,68,7)
C0M18Y68K7 
(0%,18%,68%,7%)
(0.00/0.18/0.68/0.07)	

CMYK percentages

%0
%17.72
%67.51
%7.06

Codes

Color #EDC34D in popluar color models

EDC34D
RGB23719577
HSL44°81.63%61.57%
HSB/HSV44°67.51%92.94%
CMYK0.00%17.72%67.51%
7.06%

Color #EDC34D in popluar number systems.

HEXEDC34D
Decimal23719577
Binary11101101110000111001101
Octal355303115

Shades and tints

Shades of #EDC34D

#EDC34D
(237,195,77)
#D8B246
(216,178,70)
#C3A13F
(195,161,63)
#AE9038
(174,144,56)
#997F31
(153,127,49)
#846E2A
(132,110,42)
#6F5D23
(111,93,35)
#5A4C1C
(90,76,28)
#453B15
(69,59,21)
#302A0E
(48,42,14)
#1B1907
(27,25,7)
#000000
(0,0,0)

Tints of #EDC34D

#EDC34D
(237,195,77)
#EEC85D
(238,200,93)
#EFCD6D
(239,205,109)
#F0D27D
(240,210,125)
#F1D78D
(241,215,141)
#F2DC9D
(242,220,157)
#F3E1AD
(243,225,173)
#F4E6BD
(244,230,189)
#F5EBCD
(245,235,205)
#F6F0DD
(246,240,221)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC34D; }

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

This text font color is #EDC34D.


Background Color

.myBgColor { background-color: #EDC34D; }

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

This div background color is #EDC34D.


Border color

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

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

This div border color is #EDC34D.


Opacity

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

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

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

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

This text has shadow with #EDC34D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC34D on black background.


Color preview on white background

This text has color #EDC34D on white background.



Black color preview on #EDC34D background

This text has black color on #EDC34D background.


White color preview on #EDC34D background

This text has white color on #EDC34D background.