COLOR #E1B826

HEX: #E1B826
RGB: (225,184,38)

Color info

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

RGB color model

#E1B826 color RGB value is (225,184,38).

  • red value is 225;
  • green value is 184;
  • blue value is 38.
RGB:
(225,184,38)
(88%,72%,15%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 38 of 255 = 15%

225
184
38

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

Portions of RGB colors in percentages

R + G + B =
225 + 184 + 38 = 447 (100%)
R 225 of 447 ~ 50.34%
G 184 of 447 ~ 41.16%
B 38 of 447 ~ 8.5%

%50.34
%41.16

CMYK color model

#E1B826 color CMYK value is (0,18,83,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 83.11%
  • key color value is 11.76%
CMYK:
(0,18,83,12)
C0M18Y83K12 
(0%,18%,83%,12%)
(0.00/0.18/0.83/0.12)	

CMYK percentages

%0
%18.22
%83.11
%11.76

Codes

Color #E1B826 in popluar color models

E1B826
RGB22518438
HSL47°75.71%51.57%
HSB/HSV47°83.11%88.24%
CMYK0.00%18.22%83.11%
11.76%

Color #E1B826 in popluar number systems.

HEXE1B826
Decimal22518438
Binary1110000110111000100110
Octal34127046

Shades and tints

Shades of #E1B826

#E1B826
(225,184,38)
#CDA823
(205,168,35)
#B99820
(185,152,32)
#A5881D
(165,136,29)
#91781A
(145,120,26)
#7D6817
(125,104,23)
#695814
(105,88,20)
#554811
(85,72,17)
#41380E
(65,56,14)
#2D280B
(45,40,11)
#191808
(25,24,8)
#000000
(0,0,0)

Tints of #E1B826

#E1B826
(225,184,38)
#E3BE39
(227,190,57)
#E5C44C
(229,196,76)
#E7CA5F
(231,202,95)
#E9D072
(233,208,114)
#EBD685
(235,214,133)
#EDDC98
(237,220,152)
#EFE2AB
(239,226,171)
#F1E8BE
(241,232,190)
#F3EED1
(243,238,209)
#F5F4E4
(245,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B826 color. Also use rgb(225,184,38) instead hex code.

Text Font Color

.myTextColor { color: #E1B826; }

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

This text font color is #E1B826.


Background Color

.myBgColor { background-color: #E1B826; }

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

This div background color is #E1B826.


Border color

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

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

This div border color is #E1B826.


Opacity

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

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

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

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

This text has shadow with #E1B826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B826 on black background.


Color preview on white background

This text has color #E1B826 on white background.



Black color preview on #E1B826 background

This text has black color on #E1B826 background.


White color preview on #E1B826 background

This text has white color on #E1B826 background.