HEX: #EFC799
RGB: (239,199,153)
#EFC799 contains mainly red and green colors. #EFC799 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.
#EFC799 color RGB value is (239,199,153).
RGB: (239,199,153)
(94%, 78%, 60%)
R 239 of 255 = 94%
G 199 of 255 = 78%
B 153 of 255 = 60%
R + G + B ~ 77%. #EFC799 is quite light color.
R + G + B = 239 + 199 + 153 = 591 (100%)
R 239 of 591 ~ 40.44%
G 199 of 591 ~ 33.67%
B 153 of 591 ~ 25.89'%
#EFC799 rengi CMYK tonu (0,17,36,6).
CMYK: (0,17,36,6)
C0M17Y36K6 (0%, 17%, 36%, 6%)
(0.00 / 0.17 / 0.36 / 0.06)
Color #EFC799 in popluar color models
EF | C7 | 99 | |
---|---|---|---|
RGB | 239 | 199 | 153 |
HSL | 32° | 72.88% | 76.86% |
HSB/HSV | 32° | 35.98% | 93.73% |
CMYK | 0.00% | 16.74% | 35.98% |
6.27% |
Color #EFC799 in popluar number systems.
HEX | EF | C7 | 99 |
Decimal | 239 | 199 | 153 |
Binary | 11101111 | 11000111 | 10011001 |
Octal | 357 | 307 | 231 |
Shades of #EFC799
Tints of #EFC799
Examples of css and html codes for elements with #EFC799 color. Also use rgb(239,199,153) instead hex code.
.myTextColor { color: #EFC799; }
<p style="color:#EFC799">This sample text font color is #EFC799.</p>
This text font color is #EFC799.
.myBgColor { background-color: #EFC799; }
<div style="background-color:#EFC799">Inner text</div>
This div background color is #EFC799.
.myBorderColor { border: 1px solid #EFC799; }
<div style="border:3px solid #EFC799">Div</div>
This div border color is #EFC799.
.myOpacity80 { color: #EFC799; opacity: 0.8; }
<p style="color:#EFC799;opacity:0.8;">80%</p>
Text with #EFC799 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFC799;}
<p style="text-shadow: 3px 3px 1px #EFC799">Text here.</p>
This text has shadow with #EFC799 color.
.textShadow {text-shadow: 3px 3px 1px #EFC799', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFC799, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFC799 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFC799, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFC799, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFC799 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFC799;
-webkit-box-shadow: 1px 1px 3px 2px #EFC799;
box-shadow: 1px 1px 3px 2px #EFC799;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFC799; -webkit-box-shadow: 1px 1px 3px 2px #EFC799; box-shadow:1px 1px 3px 2px #EFC799;">
Div content here
</div>
This text has color #EFC799 on black background.
This text has color #EFC799 on white background.
This text has black color on #EFC799 background.
This text has white color on #EFC799 background.
Complementary color for #hex is #103866.