HEX: #ECB54D
RGB: (236,181,77)
#ECB54D contains mainly red and green colors. Web safe color of #ECB54D is #FFCC33 (or #FC3).
#ECB54D color RGB value is (236,181,77).
RGB: (236,181,77)
(93%, 71%, 30%)
R 236 of 255 = 93%
G 181 of 255 = 71%
B 77 of 255 = 30%
R + G + B ~ 65%. #ECB54D is quite light color.
R + G + B = 236 + 181 + 77 = 494 (100%)
R 236 of 494 ~ 47.77%
G 181 of 494 ~ 36.64%
B 77 of 494 ~ 15.59'%
#ECB54D color CMYK value is (0,23,67,7).
CMYK: (0,23,67,7) C0M23Y67K7 (0%,23%,67%,7%) (0.00/0.23/0.67/0.07)
Color #ECB54D in popluar color models
EC | B5 | 4D | |
---|---|---|---|
RGB | 236 | 181 | 77 |
HSL | 39° | 80.71% | 61.37% |
HSB/HSV | 39° | 67.37% | 92.55% |
CMYK | 0.00% | 23.31% | 67.37% |
7.45% |
Color #ECB54D in popluar number systems.
HEX | EC | B5 | 4D |
Decimal | 236 | 181 | 77 |
Binary | 11101100 | 10110101 | 1001101 |
Octal | 354 | 265 | 115 |
Shades of #ECB54D
Tints of #ECB54D
Examples of css and html codes for elements with #ECB54D color. Also use rgb(236,181,77) instead hex code.
.myTextColor { color: #ECB54D; }
<p style="color:#ECB54D">This sample text font color is #ECB54D.</p>
This text font color is #ECB54D.
.myBgColor { background-color: #ECB54D; }
<div style="background-color:#ECB54D">Inner text</div>
This div background color is #ECB54D.
.myBorderColor { border: 1px solid #ECB54D; }
<div style="border:3px solid #ECB54D">Div</div>
This div border color is #ECB54D.
.myOpacity80 { color: #ECB54D; opacity: 0.8; }
<p style="color:#ECB54D;opacity:0.8;">80%</p>
Text with #ECB54D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECB54D;}
<p style="text-shadow: 3px 3px 1px #ECB54D">Text here.</p>
This text has shadow with #ECB54D color.
.textShadow {text-shadow: 3px 3px 1px #ECB54D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECB54D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECB54D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECB54D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECB54D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECB54D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECB54D;
-webkit-box-shadow: 1px 1px 3px 2px #ECB54D;
box-shadow: 1px 1px 3px 2px #ECB54D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECB54D; -webkit-box-shadow: 1px 1px 3px 2px #ECB54D; box-shadow:1px 1px 3px 2px #ECB54D;">
Div content here
</div>
This text has color #ECB54D on black background.
This text has color #ECB54D on white background.
This text has black color on #ECB54D background.
This text has white color on #ECB54D background.
Complementary color for #hex is #134AB2.