COLOR #E4C455

HEX: #E4C455
RGB: (228,196,85)

Color info

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

RGB color model

#E4C455 color RGB value is (228,196,85).

  • red value is 228;
  • green value is 196;
  • blue value is 85.
RGB:
(228,196,85)
(89%,77%,33%)

RGB channels and saturation

R 228 of 255 = 89%
G 196 of 255 = 77%
B 85 of 255 = 33%

228
196
85

R + G + B ~ 66%. #E4C455 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 196 + 85 = 509 (100%)
R 228 of 509 ~ 44.79%
G 196 of 509 ~ 38.51%
B 85 of 509 ~ 16.7%

%44.79
%38.51
%16.7

CMYK color model

#E4C455 color CMYK value is (0,14,63,11).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 62.72%
  • key color value is 10.59%
CMYK:
(0,14,63,11)
C0M14Y63K11 
(0%,14%,63%,11%)
(0.00/0.14/0.63/0.11)	

CMYK percentages

%0
%14.04
%62.72
%10.59

Codes

Color #E4C455 in popluar color models

E4C455
RGB22819685
HSL47°72.59%61.37%
HSB/HSV47°62.72%89.41%
CMYK0.00%14.04%62.72%
10.59%

Color #E4C455 in popluar number systems.

HEXE4C455
Decimal22819685
Binary11100100110001001010101
Octal344304125

Shades and tints

Shades of #E4C455

#E4C455
(228,196,85)
#D0B34E
(208,179,78)
#BCA247
(188,162,71)
#A89140
(168,145,64)
#948039
(148,128,57)
#806F32
(128,111,50)
#6C5E2B
(108,94,43)
#584D24
(88,77,36)
#443C1D
(68,60,29)
#302B16
(48,43,22)
#1C1A0F
(28,26,15)
#000000
(0,0,0)

Tints of #E4C455

#E4C455
(228,196,85)
#E6C964
(230,201,100)
#E8CE73
(232,206,115)
#EAD382
(234,211,130)
#ECD891
(236,216,145)
#EEDDA0
(238,221,160)
#F0E2AF
(240,226,175)
#F2E7BE
(242,231,190)
#F4ECCD
(244,236,205)
#F6F1DC
(246,241,220)
#F8F6EB
(248,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C455 color. Also use rgb(228,196,85) instead hex code.

Text Font Color

.myTextColor { color: #E4C455; }

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

This text font color is #E4C455.


Background Color

.myBgColor { background-color: #E4C455; }

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

This div background color is #E4C455.


Border color

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

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

This div border color is #E4C455.


Opacity

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

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

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

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

This text has shadow with #E4C455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C455 on black background.


Color preview on white background

This text has color #E4C455 on white background.



Black color preview on #E4C455 background

This text has black color on #E4C455 background.


White color preview on #E4C455 background

This text has white color on #E4C455 background.