COLOR #E0B552

HEX: #E0B552
RGB: (224,181,82)

Color info

#E0B552 contains mainly red and green colors. Web safe color of #E0B552 is #CCCC66 (or #CC6).

RGB color model

#E0B552 color RGB value is (224,181,82).

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

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 82 of 255 = 32%

224
181
82

R + G + B ~ 64%. #E0B552 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 82 = 487 (100%)
R 224 of 487 ~ 46%
G 181 of 487 ~ 37.17%
B 82 of 487 ~ 16.84%

%46
%37.17
%16.84

CMYK color model

#E0B552 color CMYK value is (0,19,63,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 63.39%
  • key color value is 12.16%
CMYK:
(0,19,63,12)
C0M19Y63K12 
(0%,19%,63%,12%)
(0.00/0.19/0.63/0.12)	

CMYK percentages

%0
%19.2
%63.39
%12.16

Codes

Color #E0B552 in popluar color models

E0B552
RGB22418182
HSL42°69.61%60.00%
HSB/HSV42°63.39%87.84%
CMYK0.00%19.20%63.39%
12.16%

Color #E0B552 in popluar number systems.

HEXE0B552
Decimal22418182
Binary11100000101101011010010
Octal340265122

Shades and tints

Shades of #E0B552

#E0B552
(224,181,82)
#CCA54B
(204,165,75)
#B89544
(184,149,68)
#A4853D
(164,133,61)
#907536
(144,117,54)
#7C652F
(124,101,47)
#685528
(104,85,40)
#544521
(84,69,33)
#40351A
(64,53,26)
#2C2513
(44,37,19)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #E0B552

#E0B552
(224,181,82)
#E2BB61
(226,187,97)
#E4C170
(228,193,112)
#E6C77F
(230,199,127)
#E8CD8E
(232,205,142)
#EAD39D
(234,211,157)
#ECD9AC
(236,217,172)
#EEDFBB
(238,223,187)
#F0E5CA
(240,229,202)
#F2EBD9
(242,235,217)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B552; }

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

This text font color is #E0B552.


Background Color

.myBgColor { background-color: #E0B552; }

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

This div background color is #E0B552.


Border color

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

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

This div border color is #E0B552.


Opacity

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

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

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

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

This text has shadow with #E0B552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B552 on black background.


Color preview on white background

This text has color #E0B552 on white background.



Black color preview on #E0B552 background

This text has black color on #E0B552 background.


White color preview on #E0B552 background

This text has white color on #E0B552 background.