HEX: #E6A59B
RGB: (230,165,155)
#E6A59B contains mainly red color. #E6A59B ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.
#E6A59B color RGB value is (230,165,155).
RGB: (230,165,155)
(90%, 65%, 61%)
R 230 of 255 = 90%
G 165 of 255 = 65%
B 155 of 255 = 61%
R + G + B ~ 72%. #E6A59B is quite light color.
R + G + B = 230 + 165 + 155 = 550 (100%)
R 230 of 550 ~ 41.82%
G 165 of 550 ~ 30%
B 155 of 550 ~ 28.18'%
#E6A59B rengi CMYK tonu (0,28,33,10).
CMYK: (0,28,33,10)
C0M28Y33K10 (0%, 28%, 33%, 10%)
(0.00 / 0.28 / 0.33 / 0.10)
Color #E6A59B in popluar color models
E6 | A5 | 9B | |
---|---|---|---|
RGB | 230 | 165 | 155 |
HSL | 8° | 60.00% | 75.49% |
HSB/HSV | 8° | 32.61% | 90.20% |
CMYK | 0.00% | 28.26% | 32.61% |
9.80% |
Color #E6A59B in popluar number systems.
HEX | E6 | A5 | 9B |
Decimal | 230 | 165 | 155 |
Binary | 11100110 | 10100101 | 10011011 |
Octal | 346 | 245 | 233 |
Shades of #E6A59B
Tints of #E6A59B
Examples of css and html codes for elements with #E6A59B color. Also use rgb(230,165,155) instead hex code.
.myTextColor { color: #E6A59B; }
<p style="color:#E6A59B">This sample text font color is #E6A59B.</p>
This text font color is #E6A59B.
.myBgColor { background-color: #E6A59B; }
<div style="background-color:#E6A59B">Inner text</div>
This div background color is #E6A59B.
.myBorderColor { border: 1px solid #E6A59B; }
<div style="border:3px solid #E6A59B">Div</div>
This div border color is #E6A59B.
.myOpacity80 { color: #E6A59B; opacity: 0.8; }
<p style="color:#E6A59B;opacity:0.8;">80%</p>
Text with #E6A59B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A59B;}
<p style="text-shadow: 3px 3px 1px #E6A59B">Text here.</p>
This text has shadow with #E6A59B color.
.textShadow {text-shadow: 3px 3px 1px #E6A59B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A59B, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6A59B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A59B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A59B;
-webkit-box-shadow: 1px 1px 3px 2px #E6A59B;
box-shadow: 1px 1px 3px 2px #E6A59B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A59B; -webkit-box-shadow: 1px 1px 3px 2px #E6A59B; box-shadow:1px 1px 3px 2px #E6A59B;">
Div content here
</div>
This text has color #E6A59B on black background.
This text has color #E6A59B on white background.
This text has black color on #E6A59B background.
This text has white color on #E6A59B background.
Complementary color for #hex is #195A64.