Shades of Dark Salmon #E99078
Tints of Dark Salmon #E99078
RGB
CMYK
RGB Variations
Color information
#E99078 (or 0xE99078) is known color: Dark Salmon. HEX triplet: E9, 90 and 78. RGB value is (233,144,120). Sum of RGB (Red+Green+Blue) = 233+144+120=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99078 is #166F87. Grayscale: #A8A8A8. Windows color (decimal): -1470344 or 7901417. OLE color: 7901417.
HSL color Cylindrical-coordinate representation of color #E99078: hue angle of 12.74º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E99078 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 120 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.09 |
| HSL | 12.74º | 0.72% | 0.69% | - |
| HSV(B) | 12.74º | 0.48% | 0.91% | - |
| XYZ | 46.97 | 38.63 | 22.75 | - |
| YUV | 167.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 120 | 0 | 0.38 | 0.48 | 0.09 | 12.74 | 0.72 | 0.69 |
| Hex | E9 | 90 | 78 | 0 | 26 | 30 | 9 | D | 48 | 45 |
| Octal | 351 | 220 | 170 | 0 | 46 | 60 | 11 | 15 | 110 | 105 |
| Binary | 11101001 | 10010000 | 1111000 | 0 | 100110 | 110000 | 1001 | 1101 | 1001000 | 1000101 |
Color Harmonies of #E99078
Complementary color
Monochromatic Colors of #E99078
Black with #E99078
Text Example
Text Example
White with #E99078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99078; }
p { color: rgb(233,144,120); }
H1.HeaderClassName
{
color: #E99078;
}
.AnyTagClassName
{
color: #E99078;
}
</style>
background-color css
<style>
a { background-color: #E99078; }
a { background-color: rgb(233,144,120); }
div.DivClassName
{
background-color: #E99078;
}
.BgClassName
{
background-color: #E99078;
}
</style>
border-color css
<style>
span { border-color: #E99078; }
span { border-color: rgb(233,144,120); }
td.TdClassName
{
border-color: #E99078;
}
.TagClassName
{
border-color: #E99078;
}
</style>