COLOR #E5C548

HEX: #E5C548
RGB: (229,197,72)

Color info

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

RGB color model

#E5C548 color RGB value is (229,197,72).

  • red value is 229;
  • green value is 197;
  • blue value is 72.
RGB:
(229,197,72)
(90%,77%,28%)

RGB channels and saturation

R 229 of 255 = 90%
G 197 of 255 = 77%
B 72 of 255 = 28%

229
197
72

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

Portions of RGB colors in percentages

R + G + B =
229 + 197 + 72 = 498 (100%)
R 229 of 498 ~ 45.98%
G 197 of 498 ~ 39.56%
B 72 of 498 ~ 14.46%

%45.98
%39.56
%14.46

CMYK color model

#E5C548 color CMYK value is (0,14,69,10).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 68.56%
  • key color value is 10.20%
CMYK:
(0,14,69,10)
C0M14Y69K10 
(0%,14%,69%,10%)
(0.00/0.14/0.69/0.10)	

CMYK percentages

%0
%13.97
%68.56
%10.2

Codes

Color #E5C548 in popluar color models

E5C548
RGB22919772
HSL48°75.12%59.02%
HSB/HSV48°68.56%89.80%
CMYK0.00%13.97%68.56%
10.20%

Color #E5C548 in popluar number systems.

HEXE5C548
Decimal22919772
Binary11100101110001011001000
Octal345305110

Shades and tints

Shades of #E5C548

#E5C548
(229,197,72)
#D1B442
(209,180,66)
#BDA33C
(189,163,60)
#A99236
(169,146,54)
#958130
(149,129,48)
#81702A
(129,112,42)
#6D5F24
(109,95,36)
#594E1E
(89,78,30)
#453D18
(69,61,24)
#312C12
(49,44,18)
#1D1B0C
(29,27,12)
#000000
(0,0,0)

Tints of #E5C548

#E5C548
(229,197,72)
#E7CA58
(231,202,88)
#E9CF68
(233,207,104)
#EBD478
(235,212,120)
#EDD988
(237,217,136)
#EFDE98
(239,222,152)
#F1E3A8
(241,227,168)
#F3E8B8
(243,232,184)
#F5EDC8
(245,237,200)
#F7F2D8
(247,242,216)
#F9F7E8
(249,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C548 color. Also use rgb(229,197,72) instead hex code.

Text Font Color

.myTextColor { color: #E5C548; }

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

This text font color is #E5C548.


Background Color

.myBgColor { background-color: #E5C548; }

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

This div background color is #E5C548.


Border color

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

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

This div border color is #E5C548.


Opacity

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

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

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

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

This text has shadow with #E5C548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C548 on black background.


Color preview on white background

This text has color #E5C548 on white background.



Black color preview on #E5C548 background

This text has black color on #E5C548 background.


White color preview on #E5C548 background

This text has white color on #E5C548 background.