HEX: #EDB63B
RGB: (237,182,59)
#EDB63B contains mainly red and green colors. #EDB63B ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.
#EDB63B color RGB value is (237,182,59).
RGB: (237,182,59)
(93%, 71%, 23%)
R 237 of 255 = 93%
G 182 of 255 = 71%
B 59 of 255 = 23%
R + G + B ~ 62%. #EDB63B is quite light color.
R + G + B = 237 + 182 + 59 = 478 (100%)
R 237 of 478 ~ 49.58%
G 182 of 478 ~ 38.08%
B 59 of 478 ~ 12.34'%
#EDB63B rengi CMYK tonu (0,23,75,7).
CMYK: (0,23,75,7)
C0M23Y75K7 (0%, 23%, 75%, 7%)
(0.00 / 0.23 / 0.75 / 0.07)
Color #EDB63B in popluar color models
ED | B6 | 3B | |
---|---|---|---|
RGB | 237 | 182 | 59 |
HSL | 41° | 83.18% | 58.04% |
HSB/HSV | 41° | 75.11% | 92.94% |
CMYK | 0.00% | 23.21% | 75.11% |
7.06% |
Color #EDB63B in popluar number systems.
HEX | ED | B6 | 3B |
Decimal | 237 | 182 | 59 |
Binary | 11101101 | 10110110 | 111011 |
Octal | 355 | 266 | 73 |
Shades of #EDB63B
Tints of #EDB63B
Examples of css and html codes for elements with #EDB63B color. Also use rgb(237,182,59) instead hex code.
.myTextColor { color: #EDB63B; }
<p style="color:#EDB63B">This sample text font color is #EDB63B.</p>
This text font color is #EDB63B.
.myBgColor { background-color: #EDB63B; }
<div style="background-color:#EDB63B">Inner text</div>
This div background color is #EDB63B.
.myBorderColor { border: 1px solid #EDB63B; }
<div style="border:3px solid #EDB63B">Div</div>
This div border color is #EDB63B.
.myOpacity80 { color: #EDB63B; opacity: 0.8; }
<p style="color:#EDB63B;opacity:0.8;">80%</p>
Text with #EDB63B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB63B;}
<p style="text-shadow: 3px 3px 1px #EDB63B">Text here.</p>
This text has shadow with #EDB63B color.
.textShadow {text-shadow: 3px 3px 1px #EDB63B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB63B, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB63B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB63B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB63B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB63B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB63B;
-webkit-box-shadow: 1px 1px 3px 2px #EDB63B;
box-shadow: 1px 1px 3px 2px #EDB63B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB63B; -webkit-box-shadow: 1px 1px 3px 2px #EDB63B; box-shadow:1px 1px 3px 2px #EDB63B;">
Div content here
</div>
This text has color #EDB63B on black background.
This text has color #EDB63B on white background.
This text has black color on #EDB63B background.
This text has white color on #EDB63B background.
Complementary color for #hex is #1249C4.