Shades of Dark Salmon #E9917A
Tints of Dark Salmon #E9917A
RGB
CMYK
RGB Variations
Color information
#E9917A (or 0xE9917A) is known color: Dark Salmon. HEX triplet: E9, 91 and 7A. RGB value is (233,145,122). Sum of RGB (Red+Green+Blue) = 233+145+122=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9917A is #166E85. Grayscale: #A8A8A8. Windows color (decimal): -1470086 or 8032745. OLE color: 8032745.
HSL color Cylindrical-coordinate representation of color #E9917A: hue angle of 12.43º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9917A is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 122 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.09 |
| HSL | 12.43º | 0.72% | 0.7% | - |
| HSV(B) | 12.43º | 0.48% | 0.91% | - |
| XYZ | 47.24 | 38.98 | 23.45 | - |
| YUV | 168.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 122 | 0 | 0.38 | 0.48 | 0.09 | 12.43 | 0.72 | 0.7 |
| Hex | E9 | 91 | 7A | 0 | 26 | 30 | 9 | C | 48 | 46 |
| Octal | 351 | 221 | 172 | 0 | 46 | 60 | 11 | 14 | 110 | 106 |
| Binary | 11101001 | 10010001 | 1111010 | 0 | 100110 | 110000 | 1001 | 1100 | 1001000 | 1000110 |
Color Harmonies of #E9917A
Complementary color
Monochromatic Colors of #E9917A
Black with #E9917A
Text Example
Text Example
White with #E9917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9917A; }
p { color: rgb(233,145,122); }
H1.HeaderClassName
{
color: #E9917A;
}
.AnyTagClassName
{
color: #E9917A;
}
</style>
background-color css
<style>
a { background-color: #E9917A; }
a { background-color: rgb(233,145,122); }
div.DivClassName
{
background-color: #E9917A;
}
.BgClassName
{
background-color: #E9917A;
}
</style>
border-color css
<style>
span { border-color: #E9917A; }
span { border-color: rgb(233,145,122); }
td.TdClassName
{
border-color: #E9917A;
}
.TagClassName
{
border-color: #E9917A;
}
</style>