COLOR #E0B548

HEX: #E0B548
RGB: (224,181,72)

Color info

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

RGB color model

#E0B548 color RGB value is (224,181,72).

  • red value is 224;
  • green value is 181;
  • blue value is 72.
RGB:
(224,181,72)
(88%,71%,28%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 72 of 255 = 28%

224
181
72

R + G + B ~ 62%. #E0B548 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 72 = 477 (100%)
R 224 of 477 ~ 46.96%
G 181 of 477 ~ 37.95%
B 72 of 477 ~ 15.09%

%46.96
%37.95
%15.09

CMYK color model

#E0B548 color CMYK value is (0,19,68,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 67.86%
  • key color value is 12.16%
CMYK:
(0,19,68,12)
C0M19Y68K12 
(0%,19%,68%,12%)
(0.00/0.19/0.68/0.12)	

CMYK percentages

%0
%19.2
%67.86
%12.16

Codes

Color #E0B548 in popluar color models

E0B548
RGB22418172
HSL43°71.03%58.04%
HSB/HSV43°67.86%87.84%
CMYK0.00%19.20%67.86%
12.16%

Color #E0B548 in popluar number systems.

HEXE0B548
Decimal22418172
Binary11100000101101011001000
Octal340265110

Shades and tints

Shades of #E0B548

#E0B548
(224,181,72)
#CCA542
(204,165,66)
#B8953C
(184,149,60)
#A48536
(164,133,54)
#907530
(144,117,48)
#7C652A
(124,101,42)
#685524
(104,85,36)
#54451E
(84,69,30)
#403518
(64,53,24)
#2C2512
(44,37,18)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #E0B548

#E0B548
(224,181,72)
#E2BB58
(226,187,88)
#E4C168
(228,193,104)
#E6C778
(230,199,120)
#E8CD88
(232,205,136)
#EAD398
(234,211,152)
#ECD9A8
(236,217,168)
#EEDFB8
(238,223,184)
#F0E5C8
(240,229,200)
#F2EBD8
(242,235,216)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B548 color. Also use rgb(224,181,72) instead hex code.

Text Font Color

.myTextColor { color: #E0B548; }

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

This text font color is #E0B548.


Background Color

.myBgColor { background-color: #E0B548; }

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

This div background color is #E0B548.


Border color

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

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

This div border color is #E0B548.


Opacity

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

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

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

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

This text has shadow with #E0B548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B548 on black background.


Color preview on white background

This text has color #E0B548 on white background.



Black color preview on #E0B548 background

This text has black color on #E0B548 background.


White color preview on #E0B548 background

This text has white color on #E0B548 background.