Shades of Dark Salmon #E09174
Tints of Dark Salmon #E09174
RGB
CMYK
RGB Variations
Color information
#E09174 (or 0xE09174) is known color: Dark Salmon. HEX triplet: E0, 91 and 74. RGB value is (224,145,116). Sum of RGB (Red+Green+Blue) = 224+145+116=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E09174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09174 is #1F6E8B. Grayscale: #A5A5A5. Windows color (decimal): -2059916 or 7639520. OLE color: 7639520.
HSL color Cylindrical-coordinate representation of color #E09174: hue angle of 16.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E09174 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 116 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.12 |
| HSL | 16.11º | 0.64% | 0.67% | - |
| HSV(B) | 16.11º | 0.48% | 0.88% | - |
| XYZ | 44.02 | 37.36 | 21.41 | - |
| YUV | 165.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 116 | 0 | 0.35 | 0.48 | 0.12 | 16.11 | 0.64 | 0.67 |
| Hex | E0 | 91 | 74 | 0 | 23 | 30 | C | 10 | 40 | 43 |
| Octal | 340 | 221 | 164 | 0 | 43 | 60 | 14 | 20 | 100 | 103 |
| Binary | 11100000 | 10010001 | 1110100 | 0 | 100011 | 110000 | 1100 | 10000 | 1000000 | 1000011 |
Color Harmonies of #E09174
Complementary color
Monochromatic Colors of #E09174
Black with #E09174
Text Example
Text Example
White with #E09174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09174; }
p { color: rgb(224,145,116); }
H1.HeaderClassName
{
color: #E09174;
}
.AnyTagClassName
{
color: #E09174;
}
</style>
background-color css
<style>
a { background-color: #E09174; }
a { background-color: rgb(224,145,116); }
div.DivClassName
{
background-color: #E09174;
}
.BgClassName
{
background-color: #E09174;
}
</style>
border-color css
<style>
span { border-color: #E09174; }
span { border-color: rgb(224,145,116); }
td.TdClassName
{
border-color: #E09174;
}
.TagClassName
{
border-color: #E09174;
}
</style>