Shades of Dark Salmon #E89A72
Tints of Dark Salmon #E89A72
RGB
CMYK
RGB Variations
Color information
#E89A72 (or 0xE89A72) is known color: Dark Salmon. HEX triplet: E8, 9A and 72. RGB value is (232,154,114). Sum of RGB (Red+Green+Blue) = 232+154+114=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A72 is #17658D. Grayscale: #ACACAC. Windows color (decimal): -1533326 or 7510760. OLE color: 7510760.
HSL color Cylindrical-coordinate representation of color #E89A72: hue angle of 20.34º 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 #E89A72 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 114 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.09 |
| HSL | 20.34º | 0.72% | 0.68% | - |
| HSV(B) | 20.34º | 0.51% | 0.91% | - |
| XYZ | 47.87 | 41.48 | 21.4 | - |
| YUV | 172.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 114 | 0 | 0.34 | 0.51 | 0.09 | 20.34 | 0.72 | 0.68 |
| Hex | E8 | 9A | 72 | 0 | 22 | 33 | 9 | 14 | 48 | 44 |
| Octal | 350 | 232 | 162 | 0 | 42 | 63 | 11 | 24 | 110 | 104 |
| Binary | 11101000 | 10011010 | 1110010 | 0 | 100010 | 110011 | 1001 | 10100 | 1001000 | 1000100 |
Color Harmonies of #E89A72
Complementary color
Monochromatic Colors of #E89A72
Black with #E89A72
Text Example
Text Example
White with #E89A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A72; }
p { color: rgb(232,154,114); }
H1.HeaderClassName
{
color: #E89A72;
}
.AnyTagClassName
{
color: #E89A72;
}
</style>
background-color css
<style>
a { background-color: #E89A72; }
a { background-color: rgb(232,154,114); }
div.DivClassName
{
background-color: #E89A72;
}
.BgClassName
{
background-color: #E89A72;
}
</style>
border-color css
<style>
span { border-color: #E89A72; }
span { border-color: rgb(232,154,114); }
td.TdClassName
{
border-color: #E89A72;
}
.TagClassName
{
border-color: #E89A72;
}
</style>