Shades of Dark Salmon #E8A174
Tints of Dark Salmon #E8A174
RGB
CMYK
RGB Variations
Color information
#E8A174 (or 0xE8A174) is known color: Dark Salmon. HEX triplet: E8, A1 and 74. RGB value is (232,161,116). Sum of RGB (Red+Green+Blue) = 232+161+116=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A174 is #175E8B. Grayscale: #B1B1B1. Windows color (decimal): -1531532 or 7643624. OLE color: 7643624.
HSL color Cylindrical-coordinate representation of color #E8A174: hue angle of 23.28º 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 #E8A174 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 116 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.09 |
| HSL | 23.28º | 0.72% | 0.68% | - |
| HSV(B) | 23.28º | 0.5% | 0.91% | - |
| XYZ | 49.18 | 43.91 | 22.41 | - |
| YUV | 177.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 116 | 0 | 0.31 | 0.50 | 0.09 | 23.28 | 0.72 | 0.68 |
| Hex | E8 | A1 | 74 | 0 | 1F | 32 | 9 | 17 | 48 | 44 |
| Octal | 350 | 241 | 164 | 0 | 37 | 62 | 11 | 27 | 110 | 104 |
| Binary | 11101000 | 10100001 | 1110100 | 0 | 11111 | 110010 | 1001 | 10111 | 1001000 | 1000100 |
Color Harmonies of #E8A174
Complementary color
Monochromatic Colors of #E8A174
Black with #E8A174
Text Example
Text Example
White with #E8A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A174; }
p { color: rgb(232,161,116); }
H1.HeaderClassName
{
color: #E8A174;
}
.AnyTagClassName
{
color: #E8A174;
}
</style>
background-color css
<style>
a { background-color: #E8A174; }
a { background-color: rgb(232,161,116); }
div.DivClassName
{
background-color: #E8A174;
}
.BgClassName
{
background-color: #E8A174;
}
</style>
border-color css
<style>
span { border-color: #E8A174; }
span { border-color: rgb(232,161,116); }
td.TdClassName
{
border-color: #E8A174;
}
.TagClassName
{
border-color: #E8A174;
}
</style>