Shades of Dark Salmon #E69077
Tints of Dark Salmon #E69077
RGB
CMYK
RGB Variations
Color information
#E69077 (or 0xE69077) is known color: Dark Salmon. HEX triplet: E6, 90 and 77. RGB value is (230,144,119). Sum of RGB (Red+Green+Blue) = 230+144+119=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E69077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69077 is #196F88. Grayscale: #A7A7A7. Windows color (decimal): -1666953 or 7835878. OLE color: 7835878.
HSL color Cylindrical-coordinate representation of color #E69077: hue angle of 13.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E69077 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 119 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.10 |
| HSL | 13.51º | 0.69% | 0.68% | - |
| HSV(B) | 13.51º | 0.48% | 0.9% | - |
| XYZ | 45.94 | 38.1 | 22.39 | - |
| YUV | 166.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 119 | 0 | 0.37 | 0.48 | 0.10 | 13.51 | 0.69 | 0.68 |
| Hex | E6 | 90 | 77 | 0 | 25 | 30 | A | E | 45 | 44 |
| Octal | 346 | 220 | 167 | 0 | 45 | 60 | 12 | 16 | 105 | 104 |
| Binary | 11100110 | 10010000 | 1110111 | 0 | 100101 | 110000 | 1010 | 1110 | 1000101 | 1000100 |
Color Harmonies of #E69077
Complementary color
Monochromatic Colors of #E69077
Black with #E69077
Text Example
Text Example
White with #E69077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69077; }
p { color: rgb(230,144,119); }
H1.HeaderClassName
{
color: #E69077;
}
.AnyTagClassName
{
color: #E69077;
}
</style>
background-color css
<style>
a { background-color: #E69077; }
a { background-color: rgb(230,144,119); }
div.DivClassName
{
background-color: #E69077;
}
.BgClassName
{
background-color: #E69077;
}
</style>
border-color css
<style>
span { border-color: #E69077; }
span { border-color: rgb(230,144,119); }
td.TdClassName
{
border-color: #E69077;
}
.TagClassName
{
border-color: #E69077;
}
</style>