Shades of Dark Salmon #E89B6D
Tints of Dark Salmon #E89B6D
RGB
CMYK
RGB Variations
Color information
#E89B6D (or 0xE89B6D) is known color: Dark Salmon. HEX triplet: E8, 9B and 6D. RGB value is (232,155,109). Sum of RGB (Red+Green+Blue) = 232+155+109=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89B6D is #176492. Grayscale: #ADADAD. Windows color (decimal): -1533075 or 7183336. OLE color: 7183336.
HSL color Cylindrical-coordinate representation of color #E89B6D: hue angle of 22.44º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E89B6D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 109 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.09 |
| HSL | 22.44º | 0.73% | 0.67% | - |
| HSV(B) | 22.44º | 0.53% | 0.91% | - |
| XYZ | 47.76 | 41.7 | 20 | - |
| YUV | 172.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 109 | 0 | 0.33 | 0.53 | 0.09 | 22.44 | 0.73 | 0.67 |
| Hex | E8 | 9B | 6D | 0 | 21 | 35 | 9 | 16 | 49 | 43 |
| Octal | 350 | 233 | 155 | 0 | 41 | 65 | 11 | 26 | 111 | 103 |
| Binary | 11101000 | 10011011 | 1101101 | 0 | 100001 | 110101 | 1001 | 10110 | 1001001 | 1000011 |
Color Harmonies of #E89B6D
Complementary color
Monochromatic Colors of #E89B6D
Black with #E89B6D
Text Example
Text Example
White with #E89B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B6D; }
p { color: rgb(232,155,109); }
H1.HeaderClassName
{
color: #E89B6D;
}
.AnyTagClassName
{
color: #E89B6D;
}
</style>
background-color css
<style>
a { background-color: #E89B6D; }
a { background-color: rgb(232,155,109); }
div.DivClassName
{
background-color: #E89B6D;
}
.BgClassName
{
background-color: #E89B6D;
}
</style>
border-color css
<style>
span { border-color: #E89B6D; }
span { border-color: rgb(232,155,109); }
td.TdClassName
{
border-color: #E89B6D;
}
.TagClassName
{
border-color: #E89B6D;
}
</style>