HEX: #EDCB53
RGB: (237,203,83)
#EDCB53 contains mainly red and green colors. Web safe color of #EDCB53 is #FFCC66 (or #FC6).
#EDCB53 color RGB value is (237,203,83).
RGB: (237,203,83)
(93%, 80%, 33%)
R 237 of 255 = 93%
G 203 of 255 = 80%
B 83 of 255 = 33%
R + G + B ~ 69%. #EDCB53 is quite light color.
R + G + B = 237 + 203 + 83 = 523 (100%)
R 237 of 523 ~ 45.32%
G 203 of 523 ~ 38.81%
B 83 of 523 ~ 15.87'%
#EDCB53 color CMYK value is (0,14,65,7).
CMYK: (0,14,65,7) C0M14Y65K7 (0%,14%,65%,7%) (0.00/0.14/0.65/0.07)
Color #EDCB53 in popluar color models
ED | CB | 53 | |
---|---|---|---|
RGB | 237 | 203 | 83 |
HSL | 47° | 81.05% | 62.75% |
HSB/HSV | 47° | 64.98% | 92.94% |
CMYK | 0.00% | 14.35% | 64.98% |
7.06% |
Color #EDCB53 in popluar number systems.
HEX | ED | CB | 53 |
Decimal | 237 | 203 | 83 |
Binary | 11101101 | 11001011 | 1010011 |
Octal | 355 | 313 | 123 |
Shades of #EDCB53
Tints of #EDCB53
Examples of css and html codes for elements with #EDCB53 color. Also use rgb(237,203,83) instead hex code.
.myTextColor { color: #EDCB53; }
<p style="color:#EDCB53">This sample text font color is #EDCB53.</p>
This text font color is #EDCB53.
.myBgColor { background-color: #EDCB53; }
<div style="background-color:#EDCB53">Inner text</div>
This div background color is #EDCB53.
.myBorderColor { border: 1px solid #EDCB53; }
<div style="border:3px solid #EDCB53">Div</div>
This div border color is #EDCB53.
.myOpacity80 { color: #EDCB53; opacity: 0.8; }
<p style="color:#EDCB53;opacity:0.8;">80%</p>
Text with #EDCB53 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCB53;}
<p style="text-shadow: 3px 3px 1px #EDCB53">Text here.</p>
This text has shadow with #EDCB53 color.
.textShadow {text-shadow: 3px 3px 1px #EDCB53', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCB53, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDCB53 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCB53, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCB53, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCB53 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCB53;
-webkit-box-shadow: 1px 1px 3px 2px #EDCB53;
box-shadow: 1px 1px 3px 2px #EDCB53;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCB53; -webkit-box-shadow: 1px 1px 3px 2px #EDCB53; box-shadow:1px 1px 3px 2px #EDCB53;">
Div content here
</div>
This text has color #EDCB53 on black background.
This text has color #EDCB53 on white background.
This text has black color on #EDCB53 background.
This text has white color on #EDCB53 background.
Complementary color for #hex is #1234AC.