HEX: #E2C74D
RGB: (226,199,77)
#E2C74D contains mainly red and green colors. Web safe color of #E2C74D is #CCCC33 (or #CC3).
#E2C74D color RGB value is (226,199,77).
RGB: (226,199,77)
(89%, 78%, 30%)
R 226 of 255 = 89%
G 199 of 255 = 78%
B 77 of 255 = 30%
R + G + B ~ 66%. #E2C74D is quite light color.
R + G + B = 226 + 199 + 77 = 502 (100%)
R 226 of 502 ~ 45.02%
G 199 of 502 ~ 39.64%
B 77 of 502 ~ 15.34'%
#E2C74D color CMYK value is (0,12,66,11).
CMYK: (0,12,66,11)
C0M12Y66K11 (0%, 12%, 66%, 11%)
(0.00 / 0.12 / 0.66 / 0.11)
Color #E2C74D in popluar color models
E2 | C7 | 4D | |
---|---|---|---|
RGB | 226 | 199 | 77 |
HSL | 49° | 71.98% | 59.41% |
HSB/HSV | 49° | 65.93% | 88.63% |
CMYK | 0.00% | 11.95% | 65.93% |
11.37% |
Color #E2C74D in popluar number systems.
HEX | E2 | C7 | 4D |
Decimal | 226 | 199 | 77 |
Binary | 11100010 | 11000111 | 1001101 |
Octal | 342 | 307 | 115 |
Shades of #E2C74D
Tints of #E2C74D
Examples of css and html codes for elements with #E2C74D color. Also use rgb(226,199,77) instead hex code.
.myTextColor { color: #E2C74D; }
<p style="color:#E2C74D">This sample text font color is #E2C74D.</p>
This text font color is #E2C74D.
.myBgColor { background-color: #E2C74D; }
<div style="background-color:#E2C74D">Inner text</div>
This div background color is #E2C74D.
.myBorderColor { border: 1px solid #E2C74D; }
<div style="border:3px solid #E2C74D">Div</div>
This div border color is #E2C74D.
.myOpacity80 { color: #E2C74D; opacity: 0.8; }
<p style="color:#E2C74D;opacity:0.8;">80%</p>
Text with #E2C74D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2C74D;}
<p style="text-shadow: 3px 3px 1px #E2C74D">Text here.</p>
This text has shadow with #E2C74D color.
.textShadow {text-shadow: 3px 3px 1px #E2C74D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2C74D, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2C74D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2C74D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2C74D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2C74D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2C74D;
-webkit-box-shadow: 1px 1px 3px 2px #E2C74D;
box-shadow: 1px 1px 3px 2px #E2C74D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2C74D; -webkit-box-shadow: 1px 1px 3px 2px #E2C74D; box-shadow:1px 1px 3px 2px #E2C74D;">
Div content here
</div>
This text has color #E2C74D on black background.
This text has color #E2C74D on white background.
This text has black color on #E2C74D background.
This text has white color on #E2C74D background.
Complementary color for #hex is #1D38B2.