HEX: #EDD76F
RGB: (237,215,111)
#EDD76F contains mainly red and green colors. #EDD76F ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.
#EDD76F color RGB value is (237,215,111).
RGB: (237,215,111)
(93%, 84%, 44%)
R 237 of 255 = 93%
G 215 of 255 = 84%
B 111 of 255 = 44%
R + G + B ~ 74%. #EDD76F is quite light color.
R + G + B = 237 + 215 + 111 = 563 (100%)
R 237 of 563 ~ 42.1%
G 215 of 563 ~ 38.19%
B 111 of 563 ~ 19.72'%
#EDD76F rengi CMYK tonu (0,9,53,7).
CMYK: (0,9,53,7)
C0M9Y53K7 (0%, 9%, 53%, 7%)
(0.00 / 0.09 / 0.53 / 0.07)
Color #EDD76F in popluar color models
ED | D7 | 6F | |
---|---|---|---|
RGB | 237 | 215 | 111 |
HSL | 50° | 77.78% | 68.24% |
HSB/HSV | 50° | 53.16% | 92.94% |
CMYK | 0.00% | 9.28% | 53.16% |
7.06% |
Color #EDD76F in popluar number systems.
HEX | ED | D7 | 6F |
Decimal | 237 | 215 | 111 |
Binary | 11101101 | 11010111 | 1101111 |
Octal | 355 | 327 | 157 |
Shades of #EDD76F
Tints of #EDD76F
Examples of css and html codes for elements with #EDD76F color. Also use rgb(237,215,111) instead hex code.
.myTextColor { color: #EDD76F; }
<p style="color:#EDD76F">This sample text font color is #EDD76F.</p>
This text font color is #EDD76F.
.myBgColor { background-color: #EDD76F; }
<div style="background-color:#EDD76F">Inner text</div>
This div background color is #EDD76F.
.myBorderColor { border: 1px solid #EDD76F; }
<div style="border:3px solid #EDD76F">Div</div>
This div border color is #EDD76F.
.myOpacity80 { color: #EDD76F; opacity: 0.8; }
<p style="color:#EDD76F;opacity:0.8;">80%</p>
Text with #EDD76F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDD76F;}
<p style="text-shadow: 3px 3px 1px #EDD76F">Text here.</p>
This text has shadow with #EDD76F color.
.textShadow {text-shadow: 3px 3px 1px #EDD76F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDD76F, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDD76F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDD76F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDD76F, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDD76F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDD76F;
-webkit-box-shadow: 1px 1px 3px 2px #EDD76F;
box-shadow: 1px 1px 3px 2px #EDD76F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDD76F; -webkit-box-shadow: 1px 1px 3px 2px #EDD76F; box-shadow:1px 1px 3px 2px #EDD76F;">
Div content here
</div>
This text has color #EDD76F on black background.
This text has color #EDD76F on white background.
This text has black color on #EDD76F background.
This text has white color on #EDD76F background.
Complementary color for #EDD76F is #122890.