Shades of Dark Salmon #E69280
Tints of Dark Salmon #E69280
RGB
CMYK
RGB Variations
Color information
#E69280 (or 0xE69280) is known color: Dark Salmon. HEX triplet: E6, 92 and 80. RGB value is (230,146,128). Sum of RGB (Red+Green+Blue) = 230+146+128=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E69280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69280 is #196D7F. Grayscale: #A9A9A9. Windows color (decimal): -1666432 or 8426214. OLE color: 8426214.
HSL color Cylindrical-coordinate representation of color #E69280: hue angle of 10.59º 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 #E69280 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 128 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.10 |
| HSL | 10.59º | 0.67% | 0.7% | - |
| HSV(B) | 10.59º | 0.44% | 0.9% | - |
| XYZ | 46.81 | 38.94 | 25.47 | - |
| YUV | 169.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 128 | 0 | 0.37 | 0.44 | 0.10 | 10.59 | 0.67 | 0.7 |
| Hex | E6 | 92 | 80 | 0 | 25 | 2C | A | B | 43 | 46 |
| Octal | 346 | 222 | 200 | 0 | 45 | 54 | 12 | 13 | 103 | 106 |
| Binary | 11100110 | 10010010 | 10000000 | 0 | 100101 | 101100 | 1010 | 1011 | 1000011 | 1000110 |
Color Harmonies of #E69280
Complementary color
Monochromatic Colors of #E69280
Black with #E69280
Text Example
Text Example
White with #E69280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69280; }
p { color: rgb(230,146,128); }
H1.HeaderClassName
{
color: #E69280;
}
.AnyTagClassName
{
color: #E69280;
}
</style>
background-color css
<style>
a { background-color: #E69280; }
a { background-color: rgb(230,146,128); }
div.DivClassName
{
background-color: #E69280;
}
.BgClassName
{
background-color: #E69280;
}
</style>
border-color css
<style>
span { border-color: #E69280; }
span { border-color: rgb(230,146,128); }
td.TdClassName
{
border-color: #E69280;
}
.TagClassName
{
border-color: #E69280;
}
</style>