COLOR #E4BF12

HEX: #E4BF12
RGB: (228,191,18)

Color info

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

RGB color model

#E4BF12 color RGB value is (228,191,18).

  • red value is 228;
  • green value is 191;
  • blue value is 18.
RGB:
(228,191,18)
(89%,75%,7%)

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 18 of 255 = 7%

228
191
18

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

Portions of RGB colors in percentages

R + G + B =
228 + 191 + 18 = 437 (100%)
R 228 of 437 ~ 52.17%
G 191 of 437 ~ 43.71%
B 18 of 437 ~ 4.12%

%52.17
%43.71

CMYK color model

#E4BF12 color CMYK value is (0,16,92,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 92.11%
  • key color value is 10.59%
CMYK:
(0,16,92,11)
C0M16Y92K11 
(0%,16%,92%,11%)
(0.00/0.16/0.92/0.11)	

CMYK percentages

%0
%16.23
%92.11
%10.59

Codes

Color #E4BF12 in popluar color models

E4BF12
RGB22819118
HSL49°85.37%48.24%
HSB/HSV49°92.11%89.41%
CMYK0.00%16.23%92.11%
10.59%

Color #E4BF12 in popluar number systems.

HEXE4BF12
Decimal22819118
Binary111001001011111110010
Octal34427722

Shades and tints

Shades of #E4BF12

#E4BF12
(228,191,18)
#D0AE11
(208,174,17)
#BC9D10
(188,157,16)
#A88C0F
(168,140,15)
#947B0E
(148,123,14)
#806A0D
(128,106,13)
#6C590C
(108,89,12)
#58480B
(88,72,11)
#44370A
(68,55,10)
#302609
(48,38,9)
#1C1508
(28,21,8)
#000000
(0,0,0)

Tints of #E4BF12

#E4BF12
(228,191,18)
#E6C427
(230,196,39)
#E8C93C
(232,201,60)
#EACE51
(234,206,81)
#ECD366
(236,211,102)
#EED87B
(238,216,123)
#F0DD90
(240,221,144)
#F2E2A5
(242,226,165)
#F4E7BA
(244,231,186)
#F6ECCF
(246,236,207)
#F8F1E4
(248,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BF12 color. Also use rgb(228,191,18) instead hex code.

Text Font Color

.myTextColor { color: #E4BF12; }

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

This text font color is #E4BF12.


Background Color

.myBgColor { background-color: #E4BF12; }

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

This div background color is #E4BF12.


Border color

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

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

This div border color is #E4BF12.


Opacity

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

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

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

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

This text has shadow with #E4BF12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BF12 on black background.


Color preview on white background

This text has color #E4BF12 on white background.



Black color preview on #E4BF12 background

This text has black color on #E4BF12 background.


White color preview on #E4BF12 background

This text has white color on #E4BF12 background.