Shades of Dark Salmon #E69674
Tints of Dark Salmon #E69674
RGB
CMYK
RGB Variations
Color information
#E69674 (or 0xE69674) is known color: Dark Salmon. HEX triplet: E6, 96 and 74. RGB value is (230,150,116). Sum of RGB (Red+Green+Blue) = 230+150+116=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69674 is #19698B. Grayscale: #AAAAAA. Windows color (decimal): -1665420 or 7640806. OLE color: 7640806.
HSL color Cylindrical-coordinate representation of color #E69674: hue angle of 17.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69674 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 116 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.10 |
| HSL | 17.89º | 0.7% | 0.68% | - |
| HSV(B) | 17.89º | 0.5% | 0.9% | - |
| XYZ | 46.69 | 39.9 | 21.76 | - |
| YUV | 170.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 116 | 0 | 0.35 | 0.50 | 0.10 | 17.89 | 0.7 | 0.68 |
| Hex | E6 | 96 | 74 | 0 | 23 | 32 | A | 12 | 46 | 44 |
| Octal | 346 | 226 | 164 | 0 | 43 | 62 | 12 | 22 | 106 | 104 |
| Binary | 11100110 | 10010110 | 1110100 | 0 | 100011 | 110010 | 1010 | 10010 | 1000110 | 1000100 |
Color Harmonies of #E69674
Complementary color
Monochromatic Colors of #E69674
Black with #E69674
Text Example
Text Example
White with #E69674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69674; }
p { color: rgb(230,150,116); }
H1.HeaderClassName
{
color: #E69674;
}
.AnyTagClassName
{
color: #E69674;
}
</style>
background-color css
<style>
a { background-color: #E69674; }
a { background-color: rgb(230,150,116); }
div.DivClassName
{
background-color: #E69674;
}
.BgClassName
{
background-color: #E69674;
}
</style>
border-color css
<style>
span { border-color: #E69674; }
span { border-color: rgb(230,150,116); }
td.TdClassName
{
border-color: #E69674;
}
.TagClassName
{
border-color: #E69674;
}
</style>