COLOR #E4BF1C

HEX: #E4BF1C RGB: (228,191,28)

Color info

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

RGB color model

#E4BF1C color RGB value is (228,191,28).

RGB: (228,191,28) (89%, 75%, 11%)

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 28 of 255 = 11%

228
191
28

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

Portions of RGB colors in percentages

R + G + B = 228 + 191 + 28 = 447 (100%)
R 228 of 447 ~ 51.01%
G 191 of 447 ~ 42.73%
B 28 of 447 ~ 6.26'%

%51.01
%42.73

CMYK color model

#E4BF1C color CMYK value is (0,16,88,11).

  • cyan value is 0.00%
  • magenta value is 16.23%
  • yellow value is 87.72%
  • key color value is 10.59%

CMYK: (0,16,88,11)
C0M16Y88K11 (0%, 16%, 88%, 11%)
(0.00 / 0.16 / 0.88 / 0.11)

CMYK percentages

%0
%16.23
%87.72
%10.59

Codes

Color #E4BF1C in popluar color models

E4 BF 1C
RGB 228 191 28
HSL 49° 78.74% 50.20%
HSB/HSV 49° 87.72% 89.41%
CMYK 0.00% 16.23% 87.72%
10.59%

Color #E4BF1C in popluar number systems.

HEX E4 BF 1C
Decimal 228 191 28
Binary 11100100 10111111 11100
Octal 344 277 34

Shades and tints

Shades of #E4BF1C

#E4BF1C
(228,191,28)
#D0AE1A
(208,174,26)
#BC9D18
(188,157,24)
#A88C16
(168,140,22)
#947B14
(148,123,20)
#806A12
(128,106,18)
#6C5910
(108,89,16)
#58480E
(88,72,14)
#44370C
(68,55,12)
#30260A
(48,38,10)
#1C1508
(28,21,8)
#000000
(0,0,0)

Tints of #E4BF1C

#E4BF1C
(228,191,28)
#E6C430
(230,196,48)
#E8C944
(232,201,68)
#EACE58
(234,206,88)
#ECD36C
(236,211,108)
#EED880
(238,216,128)
#F0DD94
(240,221,148)
#F2E2A8
(242,226,168)
#F4E7BC
(244,231,188)
#F6ECD0
(246,236,208)
#F8F1E4
(248,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BF1C; }

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

This text font color is #E4BF1C.

Background Color

.myBgColor { background-color: #E4BF1C; }

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

This div background color is #E4BF1C.

Border color

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

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

This div border color is #E4BF1C.

Opacity

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

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

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

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

This text has shadow with #E4BF1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BF1C.

Preview

Color preview on black background

This text has color #E4BF1C on black background.


Color preview on white background

This text has color #E4BF1C on white background.


Black color preview on #E4BF1C background

This text has black color on #E4BF1C background.


White color preview on #E4BF1C background

This text has white color on #E4BF1C background.


Related colors

Complementary color

Complementary color for #hex is #1B40E3.


I love getcolorcode.com

Triadic colors

1 #1CE4BF and #BF1CE4 with #E4BF1C are triadic colors.

2 #1CBFE4 and #BFE41C with #E4BF1C are triadic colors.