Shades of Dark Salmon #E89672
Tints of Dark Salmon #E89672
RGB
CMYK
RGB Variations
Color information
#E89672 (or 0xE89672) is known color: Dark Salmon. HEX triplet: E8, 96 and 72. RGB value is (232,150,114). Sum of RGB (Red+Green+Blue) = 232+150+114=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E89672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89672 is #17698D. Grayscale: #AAAAAA. Windows color (decimal): -1534350 or 7509736. OLE color: 7509736.
HSL color Cylindrical-coordinate representation of color #E89672: hue angle of 18.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E89672 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 114 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.09 |
| HSL | 18.31º | 0.72% | 0.68% | - |
| HSV(B) | 18.31º | 0.51% | 0.91% | - |
| XYZ | 47.22 | 40.18 | 21.19 | - |
| YUV | 170.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 114 | 0 | 0.35 | 0.51 | 0.09 | 18.31 | 0.72 | 0.68 |
| Hex | E8 | 96 | 72 | 0 | 23 | 33 | 9 | 12 | 48 | 44 |
| Octal | 350 | 226 | 162 | 0 | 43 | 63 | 11 | 22 | 110 | 104 |
| Binary | 11101000 | 10010110 | 1110010 | 0 | 100011 | 110011 | 1001 | 10010 | 1001000 | 1000100 |
Color Harmonies of #E89672
Complementary color
Monochromatic Colors of #E89672
Black with #E89672
Text Example
Text Example
White with #E89672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89672; }
p { color: rgb(232,150,114); }
H1.HeaderClassName
{
color: #E89672;
}
.AnyTagClassName
{
color: #E89672;
}
</style>
background-color css
<style>
a { background-color: #E89672; }
a { background-color: rgb(232,150,114); }
div.DivClassName
{
background-color: #E89672;
}
.BgClassName
{
background-color: #E89672;
}
</style>
border-color css
<style>
span { border-color: #E89672; }
span { border-color: rgb(232,150,114); }
td.TdClassName
{
border-color: #E89672;
}
.TagClassName
{
border-color: #E89672;
}
</style>