Shades of Dark Salmon #E89682
Tints of Dark Salmon #E89682
RGB
CMYK
RGB Variations
Color information
#E89682 (or 0xE89682) is known color: Dark Salmon. HEX triplet: E8, 96 and 82. RGB value is (232,150,130). Sum of RGB (Red+Green+Blue) = 232+150+130=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E89682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89682 is #17697D. Grayscale: #ACACAC. Windows color (decimal): -1534334 or 8558312. OLE color: 8558312.
HSL color Cylindrical-coordinate representation of color #E89682: hue angle of 11.76º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E89682 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 130 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.09 |
| HSL | 11.76º | 0.69% | 0.71% | - |
| HSV(B) | 11.76º | 0.44% | 0.91% | - |
| XYZ | 48.21 | 40.58 | 26.41 | - |
| YUV | 172.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 130 | 0 | 0.35 | 0.44 | 0.09 | 11.76 | 0.69 | 0.71 |
| Hex | E8 | 96 | 82 | 0 | 23 | 2C | 9 | C | 45 | 47 |
| Octal | 350 | 226 | 202 | 0 | 43 | 54 | 11 | 14 | 105 | 107 |
| Binary | 11101000 | 10010110 | 10000010 | 0 | 100011 | 101100 | 1001 | 1100 | 1000101 | 1000111 |
Color Harmonies of #E89682
Complementary color
Monochromatic Colors of #E89682
Black with #E89682
Text Example
Text Example
White with #E89682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89682; }
p { color: rgb(232,150,130); }
H1.HeaderClassName
{
color: #E89682;
}
.AnyTagClassName
{
color: #E89682;
}
</style>
background-color css
<style>
a { background-color: #E89682; }
a { background-color: rgb(232,150,130); }
div.DivClassName
{
background-color: #E89682;
}
.BgClassName
{
background-color: #E89682;
}
</style>
border-color css
<style>
span { border-color: #E89682; }
span { border-color: rgb(232,150,130); }
td.TdClassName
{
border-color: #E89682;
}
.TagClassName
{
border-color: #E89682;
}
</style>