HEX: #EDC187
RGB: (237,193,135)
#EDC187 contains mainly red and green colors. #EDC187 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EDC187 color RGB value is (237,193,135).
RGB: (237,193,135)
(93%, 76%, 53%)
R 237 of 255 = 93%
G 193 of 255 = 76%
B 135 of 255 = 53%
R + G + B ~ 74%. #EDC187 is quite light color.
R + G + B = 237 + 193 + 135 = 565 (100%)
R 237 of 565 ~ 41.95%
G 193 of 565 ~ 34.16%
B 135 of 565 ~ 23.89'%
#EDC187 rengi CMYK tonu (0,19,43,7).
CMYK: (0,19,43,7)
C0M19Y43K7 (0%, 19%, 43%, 7%)
(0.00 / 0.19 / 0.43 / 0.07)
Color #EDC187 in popluar color models
ED | C1 | 87 | |
---|---|---|---|
RGB | 237 | 193 | 135 |
HSL | 34° | 73.91% | 72.94% |
HSB/HSV | 34° | 43.04% | 92.94% |
CMYK | 0.00% | 18.57% | 43.04% |
7.06% |
Color #EDC187 in popluar number systems.
HEX | ED | C1 | 87 |
Decimal | 237 | 193 | 135 |
Binary | 11101101 | 11000001 | 10000111 |
Octal | 355 | 301 | 207 |
Shades of #EDC187
Tints of #EDC187
Examples of css and html codes for elements with #EDC187 color. Also use rgb(237,193,135) instead hex code.
.myTextColor { color: #EDC187; }
<p style="color:#EDC187">This sample text font color is #EDC187.</p>
This text font color is #EDC187.
.myBgColor { background-color: #EDC187; }
<div style="background-color:#EDC187">Inner text</div>
This div background color is #EDC187.
.myBorderColor { border: 1px solid #EDC187; }
<div style="border:3px solid #EDC187">Div</div>
This div border color is #EDC187.
.myOpacity80 { color: #EDC187; opacity: 0.8; }
<p style="color:#EDC187;opacity:0.8;">80%</p>
Text with #EDC187 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC187;}
<p style="text-shadow: 3px 3px 1px #EDC187">Text here.</p>
This text has shadow with #EDC187 color.
.textShadow {text-shadow: 3px 3px 1px #EDC187', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC187, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC187 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC187, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC187, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC187 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC187;
-webkit-box-shadow: 1px 1px 3px 2px #EDC187;
box-shadow: 1px 1px 3px 2px #EDC187;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC187; -webkit-box-shadow: 1px 1px 3px 2px #EDC187; box-shadow:1px 1px 3px 2px #EDC187;">
Div content here
</div>
This text has color #EDC187 on black background.
This text has color #EDC187 on white background.
This text has black color on #EDC187 background.
This text has white color on #EDC187 background.
Complementary color for #hex is #123E78.