HEX: #E4BF1C
RGB: (228,191,28)
#E4BF1C contains mainly red and green colors. Web safe color of #E4BF1C is #CCCC33 (or #CC3).
#E4BF1C color RGB value is (228,191,28).
RGB: (228,191,28)
(89%, 75%, 11%)
R 228 of 255 = 89%
G 191 of 255 = 75%
B 28 of 255 = 11%
R + G + B ~ 58%. #E4BF1C is middle color (not dark and not light).
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'%
#E4BF1C color CMYK value is (0,16,88,11).
CMYK: (0,16,88,11)
C0M16Y88K11 (0%, 16%, 88%, 11%)
(0.00 / 0.16 / 0.88 / 0.11)
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 of #E4BF1C
Tints of #E4BF1C
Examples of css and html codes for elements with #E4BF1C color. Also use rgb(228,191,28) instead hex code.
.myTextColor { color: #E4BF1C; }
<p style="color:#E4BF1C">This sample text font color is #E4BF1C.</p>
This text font color is #E4BF1C.
.myBgColor { background-color: #E4BF1C; }
<div style="background-color:#E4BF1C">Inner text</div>
This div background color is #E4BF1C.
.myBorderColor { border: 1px solid #E4BF1C; }
<div style="border:3px solid #E4BF1C">Div</div>
This div border color is #E4BF1C.
.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%.
.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.
/* 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 text has color #E4BF1C on black background.
This text has color #E4BF1C on white background.
This text has black color on #E4BF1C background.
This text has white color on #E4BF1C background.
Complementary color for #hex is #1B40E3.