Shades of Dark Salmon #E69580
Tints of Dark Salmon #E69580
RGB
CMYK
RGB Variations
Color information
#E69580 (or 0xE69580) is known color: Dark Salmon. HEX triplet: E6, 95 and 80. RGB value is (230,149,128). Sum of RGB (Red+Green+Blue) = 230+149+128=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69580 is #196A7F. Grayscale: #AAAAAA. Windows color (decimal): -1665664 or 8426982. OLE color: 8426982.
HSL color Cylindrical-coordinate representation of color #E69580: hue angle of 12.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69580 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 128 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.10 |
| HSL | 12.35º | 0.67% | 0.7% | - |
| HSV(B) | 12.35º | 0.44% | 0.9% | - |
| XYZ | 47.28 | 39.88 | 25.63 | - |
| YUV | 170.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 128 | 0 | 0.35 | 0.44 | 0.10 | 12.35 | 0.67 | 0.7 |
| Hex | E6 | 95 | 80 | 0 | 23 | 2C | A | C | 43 | 46 |
| Octal | 346 | 225 | 200 | 0 | 43 | 54 | 12 | 14 | 103 | 106 |
| Binary | 11100110 | 10010101 | 10000000 | 0 | 100011 | 101100 | 1010 | 1100 | 1000011 | 1000110 |
Color Harmonies of #E69580
Complementary color
Monochromatic Colors of #E69580
Black with #E69580
Text Example
Text Example
White with #E69580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69580; }
p { color: rgb(230,149,128); }
H1.HeaderClassName
{
color: #E69580;
}
.AnyTagClassName
{
color: #E69580;
}
</style>
background-color css
<style>
a { background-color: #E69580; }
a { background-color: rgb(230,149,128); }
div.DivClassName
{
background-color: #E69580;
}
.BgClassName
{
background-color: #E69580;
}
</style>
border-color css
<style>
span { border-color: #E69580; }
span { border-color: rgb(230,149,128); }
td.TdClassName
{
border-color: #E69580;
}
.TagClassName
{
border-color: #E69580;
}
</style>