Shades of Dark Salmon #E99569
Tints of Dark Salmon #E99569
RGB
CMYK
RGB Variations
Color information
#E99569 (or 0xE99569) is known color: Dark Salmon. HEX triplet: E9, 95 and 69. RGB value is (233,149,105). Sum of RGB (Red+Green+Blue) = 233+149+105=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E99569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99569 is #166A96. Grayscale: #A9A9A9. Windows color (decimal): -1469079 or 6919657. OLE color: 6919657.
HSL color Cylindrical-coordinate representation of color #E99569: hue angle of 20.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E99569 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 105 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.09 |
| HSL | 20.63º | 0.74% | 0.66% | - |
| HSV(B) | 20.63º | 0.55% | 0.91% | - |
| XYZ | 46.9 | 39.84 | 18.58 | - |
| YUV | 169.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 105 | 0 | 0.36 | 0.55 | 0.09 | 20.63 | 0.74 | 0.66 |
| Hex | E9 | 95 | 69 | 0 | 24 | 37 | 9 | 15 | 4A | 42 |
| Octal | 351 | 225 | 151 | 0 | 44 | 67 | 11 | 25 | 112 | 102 |
| Binary | 11101001 | 10010101 | 1101001 | 0 | 100100 | 110111 | 1001 | 10101 | 1001010 | 1000010 |
Color Harmonies of #E99569
Complementary color
Monochromatic Colors of #E99569
Black with #E99569
Text Example
Text Example
White with #E99569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99569; }
p { color: rgb(233,149,105); }
H1.HeaderClassName
{
color: #E99569;
}
.AnyTagClassName
{
color: #E99569;
}
</style>
background-color css
<style>
a { background-color: #E99569; }
a { background-color: rgb(233,149,105); }
div.DivClassName
{
background-color: #E99569;
}
.BgClassName
{
background-color: #E99569;
}
</style>
border-color css
<style>
span { border-color: #E99569; }
span { border-color: rgb(233,149,105); }
td.TdClassName
{
border-color: #E99569;
}
.TagClassName
{
border-color: #E99569;
}
</style>