Shades of Dark Salmon #E8977A
Tints of Dark Salmon #E8977A
RGB
CMYK
RGB Variations
Color information
#E8977A (or 0xE8977A) is known color: Dark Salmon. HEX triplet: E8, 97 and 7A. RGB value is (232,151,122). Sum of RGB (Red+Green+Blue) = 232+151+122=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8977A is #176885. Grayscale: #ACACAC. Windows color (decimal): -1534086 or 8034280. OLE color: 8034280.
HSL color Cylindrical-coordinate representation of color #E8977A: hue angle of 15.82º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8977A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 122 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.09 |
| HSL | 15.82º | 0.71% | 0.69% | - |
| HSV(B) | 15.82º | 0.47% | 0.91% | - |
| XYZ | 47.86 | 40.69 | 23.74 | - |
| YUV | 171.91 | 99.84 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 122 | 0 | 0.35 | 0.47 | 0.09 | 15.82 | 0.71 | 0.69 |
| Hex | E8 | 97 | 7A | 0 | 23 | 2F | 9 | 10 | 47 | 45 |
| Octal | 350 | 227 | 172 | 0 | 43 | 57 | 11 | 20 | 107 | 105 |
| Binary | 11101000 | 10010111 | 1111010 | 0 | 100011 | 101111 | 1001 | 10000 | 1000111 | 1000101 |
Color Harmonies of #E8977A
Complementary color
Monochromatic Colors of #E8977A
Black with #E8977A
Text Example
Text Example
White with #E8977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8977A; }
p { color: rgb(232,151,122); }
H1.HeaderClassName
{
color: #E8977A;
}
.AnyTagClassName
{
color: #E8977A;
}
</style>
background-color css
<style>
a { background-color: #E8977A; }
a { background-color: rgb(232,151,122); }
div.DivClassName
{
background-color: #E8977A;
}
.BgClassName
{
background-color: #E8977A;
}
</style>
border-color css
<style>
span { border-color: #E8977A; }
span { border-color: rgb(232,151,122); }
td.TdClassName
{
border-color: #E8977A;
}
.TagClassName
{
border-color: #E8977A;
}
</style>