Shades of Dark Salmon #E89274
Tints of Dark Salmon #E89274
RGB
CMYK
RGB Variations
Color information
#E89274 (or 0xE89274) is known color: Dark Salmon. HEX triplet: E8, 92 and 74. RGB value is (232,146,116). Sum of RGB (Red+Green+Blue) = 232+146+116=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89274 is #176D8B. Grayscale: #A8A8A8. Windows color (decimal): -1535372 or 7639784. OLE color: 7639784.
HSL color Cylindrical-coordinate representation of color #E89274: hue angle of 15.52º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E89274 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 116 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.09 |
| HSL | 15.52º | 0.72% | 0.68% | - |
| HSV(B) | 15.52º | 0.5% | 0.91% | - |
| XYZ | 46.71 | 38.97 | 21.58 | - |
| YUV | 168.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 116 | 0 | 0.37 | 0.50 | 0.09 | 15.52 | 0.72 | 0.68 |
| Hex | E8 | 92 | 74 | 0 | 25 | 32 | 9 | 10 | 48 | 44 |
| Octal | 350 | 222 | 164 | 0 | 45 | 62 | 11 | 20 | 110 | 104 |
| Binary | 11101000 | 10010010 | 1110100 | 0 | 100101 | 110010 | 1001 | 10000 | 1001000 | 1000100 |
Color Harmonies of #E89274
Complementary color
Monochromatic Colors of #E89274
Black with #E89274
Text Example
Text Example
White with #E89274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89274; }
p { color: rgb(232,146,116); }
H1.HeaderClassName
{
color: #E89274;
}
.AnyTagClassName
{
color: #E89274;
}
</style>
background-color css
<style>
a { background-color: #E89274; }
a { background-color: rgb(232,146,116); }
div.DivClassName
{
background-color: #E89274;
}
.BgClassName
{
background-color: #E89274;
}
</style>
border-color css
<style>
span { border-color: #E89274; }
span { border-color: rgb(232,146,116); }
td.TdClassName
{
border-color: #E89274;
}
.TagClassName
{
border-color: #E89274;
}
</style>