Shades of Dark Salmon #E39474
Tints of Dark Salmon #E39474
RGB
CMYK
RGB Variations
Color information
#E39474 (or 0xE39474) is known color: Dark Salmon. HEX triplet: E3, 94 and 74. RGB value is (227,148,116). Sum of RGB (Red+Green+Blue) = 227+148+116=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39474 is #1C6B8B. Grayscale: #A8A8A8. Windows color (decimal): -1862540 or 7640291. OLE color: 7640291.
HSL color Cylindrical-coordinate representation of color #E39474: hue angle of 17.3º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E39474 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 116 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.11 |
| HSL | 17.3º | 0.66% | 0.67% | - |
| HSV(B) | 17.3º | 0.49% | 0.89% | - |
| XYZ | 45.42 | 38.77 | 21.61 | - |
| YUV | 167.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 116 | 0 | 0.35 | 0.49 | 0.11 | 17.3 | 0.66 | 0.67 |
| Hex | E3 | 94 | 74 | 0 | 23 | 31 | B | 11 | 42 | 43 |
| Octal | 343 | 224 | 164 | 0 | 43 | 61 | 13 | 21 | 102 | 103 |
| Binary | 11100011 | 10010100 | 1110100 | 0 | 100011 | 110001 | 1011 | 10001 | 1000010 | 1000011 |
Color Harmonies of #E39474
Complementary color
Monochromatic Colors of #E39474
Black with #E39474
Text Example
Text Example
White with #E39474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39474; }
p { color: rgb(227,148,116); }
H1.HeaderClassName
{
color: #E39474;
}
.AnyTagClassName
{
color: #E39474;
}
</style>
background-color css
<style>
a { background-color: #E39474; }
a { background-color: rgb(227,148,116); }
div.DivClassName
{
background-color: #E39474;
}
.BgClassName
{
background-color: #E39474;
}
</style>
border-color css
<style>
span { border-color: #E39474; }
span { border-color: rgb(227,148,116); }
td.TdClassName
{
border-color: #E39474;
}
.TagClassName
{
border-color: #E39474;
}
</style>