COLOR #E5C248

HEX: #E5C248
RGB: (229,194,72)

Color info

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

RGB color model

#E5C248 color RGB value is (229,194,72).

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

RGB channels and saturation

R 229 of 255 = 90%
G 194 of 255 = 76%
B 72 of 255 = 28%

229
194
72

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

Portions of RGB colors in percentages

R + G + B =
229 + 194 + 72 = 495 (100%)
R 229 of 495 ~ 46.26%
G 194 of 495 ~ 39.19%
B 72 of 495 ~ 14.55%

%46.26
%39.19
%14.55

CMYK color model

#E5C248 color CMYK value is (0,15,69,10).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 68.56%
  • key color value is 10.20%
CMYK:
(0,15,69,10)
C0M15Y69K10 
(0%,15%,69%,10%)
(0.00/0.15/0.69/0.10)	

CMYK percentages

%0
%15.28
%68.56
%10.2

Codes

Color #E5C248 in popluar color models

E5C248
RGB22919472
HSL47°75.12%59.02%
HSB/HSV47°68.56%89.80%
CMYK0.00%15.28%68.56%
10.20%

Color #E5C248 in popluar number systems.

HEXE5C248
Decimal22919472
Binary11100101110000101001000
Octal345302110

Shades and tints

Shades of #E5C248

#E5C248
(229,194,72)
#D1B142
(209,177,66)
#BDA03C
(189,160,60)
#A98F36
(169,143,54)
#957E30
(149,126,48)
#816D2A
(129,109,42)
#6D5C24
(109,92,36)
#594B1E
(89,75,30)
#453A18
(69,58,24)
#312912
(49,41,18)
#1D180C
(29,24,12)
#000000
(0,0,0)

Tints of #E5C248

#E5C248
(229,194,72)
#E7C758
(231,199,88)
#E9CC68
(233,204,104)
#EBD178
(235,209,120)
#EDD688
(237,214,136)
#EFDB98
(239,219,152)
#F1E0A8
(241,224,168)
#F3E5B8
(243,229,184)
#F5EAC8
(245,234,200)
#F7EFD8
(247,239,216)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C248; }

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

This text font color is #E5C248.


Background Color

.myBgColor { background-color: #E5C248; }

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

This div background color is #E5C248.


Border color

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

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

This div border color is #E5C248.


Opacity

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

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

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

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

This text has shadow with #E5C248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C248 on black background.


Color preview on white background

This text has color #E5C248 on white background.



Black color preview on #E5C248 background

This text has black color on #E5C248 background.


White color preview on #E5C248 background

This text has white color on #E5C248 background.