COLOR #E1B918

HEX: #E1B918
RGB: (225,185,24)

Color info

#E1B918 contains mainly red and green colors. Web safe color of #E1B918 is #CCCC00 (or #CC0).

RGB color model

#E1B918 color RGB value is (225,185,24).

  • red value is 225;
  • green value is 185;
  • blue value is 24.
RGB:
(225,185,24)
(88%,73%,9%)

RGB channels and saturation

R 225 of 255 = 88%
G 185 of 255 = 73%
B 24 of 255 = 9%

225
185
24

R + G + B ~ 57%. #E1B918 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 185 + 24 = 434 (100%)
R 225 of 434 ~ 51.84%
G 185 of 434 ~ 42.63%
B 24 of 434 ~ 5.53%

%51.84
%42.63

CMYK color model

#E1B918 color CMYK value is (0,18,89,12).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 89.33%
  • key color value is 11.76%
CMYK:
(0,18,89,12)
C0M18Y89K12 
(0%,18%,89%,12%)
(0.00/0.18/0.89/0.12)	

CMYK percentages

%0
%17.78
%89.33
%11.76

Codes

Color #E1B918 in popluar color models

E1B918
RGB22518524
HSL48°80.72%48.82%
HSB/HSV48°89.33%88.24%
CMYK0.00%17.78%89.33%
11.76%

Color #E1B918 in popluar number systems.

HEXE1B918
Decimal22518524
Binary111000011011100111000
Octal34127130

Shades and tints

Shades of #E1B918

#E1B918
(225,185,24)
#CDA916
(205,169,22)
#B99914
(185,153,20)
#A58912
(165,137,18)
#917910
(145,121,16)
#7D690E
(125,105,14)
#69590C
(105,89,12)
#55490A
(85,73,10)
#413908
(65,57,8)
#2D2906
(45,41,6)
#191904
(25,25,4)
#000000
(0,0,0)

Tints of #E1B918

#E1B918
(225,185,24)
#E3BF2D
(227,191,45)
#E5C542
(229,197,66)
#E7CB57
(231,203,87)
#E9D16C
(233,209,108)
#EBD781
(235,215,129)
#EDDD96
(237,221,150)
#EFE3AB
(239,227,171)
#F1E9C0
(241,233,192)
#F3EFD5
(243,239,213)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B918 color. Also use rgb(225,185,24) instead hex code.

Text Font Color

.myTextColor { color: #E1B918; }

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

This text font color is #E1B918.


Background Color

.myBgColor { background-color: #E1B918; }

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

This div background color is #E1B918.


Border color

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

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

This div border color is #E1B918.


Opacity

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

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

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

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

This text has shadow with #E1B918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B918 on black background.


Color preview on white background

This text has color #E1B918 on white background.



Black color preview on #E1B918 background

This text has black color on #E1B918 background.


White color preview on #E1B918 background

This text has white color on #E1B918 background.