COLOR #E5C325

HEX: #E5C325
RGB: (229,195,37)

Color info

#E5C325 contains mainly red and green colors. Web safe color of #E5C325 is #CCCC33 (or #CC3).

RGB color model

#E5C325 color RGB value is (229,195,37).

  • red value is 229;
  • green value is 195;
  • blue value is 37.
RGB:
(229,195,37)
(90%,76%,15%)

RGB channels and saturation

R 229 of 255 = 90%
G 195 of 255 = 76%
B 37 of 255 = 15%

229
195
37

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

Portions of RGB colors in percentages

R + G + B =
229 + 195 + 37 = 461 (100%)
R 229 of 461 ~ 49.67%
G 195 of 461 ~ 42.3%
B 37 of 461 ~ 8.03%

%49.67
%42.3

CMYK color model

#E5C325 color CMYK value is (0,15,84,10).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 83.84%
  • key color value is 10.20%
CMYK:
(0,15,84,10)
C0M15Y84K10 
(0%,15%,84%,10%)
(0.00/0.15/0.84/0.10)	

CMYK percentages

%0
%14.85
%83.84
%10.2

Codes

Color #E5C325 in popluar color models

E5C325
RGB22919537
HSL49°78.69%52.16%
HSB/HSV49°83.84%89.80%
CMYK0.00%14.85%83.84%
10.20%

Color #E5C325 in popluar number systems.

HEXE5C325
Decimal22919537
Binary1110010111000011100101
Octal34530345

Shades and tints

Shades of #E5C325

#E5C325
(229,195,37)
#D1B222
(209,178,34)
#BDA11F
(189,161,31)
#A9901C
(169,144,28)
#957F19
(149,127,25)
#816E16
(129,110,22)
#6D5D13
(109,93,19)
#594C10
(89,76,16)
#453B0D
(69,59,13)
#312A0A
(49,42,10)
#1D1907
(29,25,7)
#000000
(0,0,0)

Tints of #E5C325

#E5C325
(229,195,37)
#E7C838
(231,200,56)
#E9CD4B
(233,205,75)
#EBD25E
(235,210,94)
#EDD771
(237,215,113)
#EFDC84
(239,220,132)
#F1E197
(241,225,151)
#F3E6AA
(243,230,170)
#F5EBBD
(245,235,189)
#F7F0D0
(247,240,208)
#F9F5E3
(249,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C325 color. Also use rgb(229,195,37) instead hex code.

Text Font Color

.myTextColor { color: #E5C325; }

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

This text font color is #E5C325.


Background Color

.myBgColor { background-color: #E5C325; }

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

This div background color is #E5C325.


Border color

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

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

This div border color is #E5C325.


Opacity

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

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

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

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

This text has shadow with #E5C325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C325 on black background.


Color preview on white background

This text has color #E5C325 on white background.



Black color preview on #E5C325 background

This text has black color on #E5C325 background.


White color preview on #E5C325 background

This text has white color on #E5C325 background.