Shades of Dark Salmon #E99F72
Tints of Dark Salmon #E99F72
RGB
CMYK
RGB Variations
Color information
#E99F72 (or 0xE99F72) is known color: Dark Salmon. HEX triplet: E9, 9F and 72. RGB value is (233,159,114). Sum of RGB (Red+Green+Blue) = 233+159+114=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99F72 is #16608D. Grayscale: #B0B0B0. Windows color (decimal): -1466510 or 7512041. OLE color: 7512041.
HSL color Cylindrical-coordinate representation of color #E99F72: hue angle of 22.69º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E99F72 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 114 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.09 |
| HSL | 22.69º | 0.73% | 0.68% | - |
| HSV(B) | 22.69º | 0.51% | 0.91% | - |
| XYZ | 49.04 | 43.33 | 21.7 | - |
| YUV | 176 | 93.02 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 114 | 0 | 0.32 | 0.51 | 0.09 | 22.69 | 0.73 | 0.68 |
| Hex | E9 | 9F | 72 | 0 | 20 | 33 | 9 | 17 | 49 | 44 |
| Octal | 351 | 237 | 162 | 0 | 40 | 63 | 11 | 27 | 111 | 104 |
| Binary | 11101001 | 10011111 | 1110010 | 0 | 100000 | 110011 | 1001 | 10111 | 1001001 | 1000100 |
Color Harmonies of #E99F72
Complementary color
Monochromatic Colors of #E99F72
Black with #E99F72
Text Example
Text Example
White with #E99F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F72; }
p { color: rgb(233,159,114); }
H1.HeaderClassName
{
color: #E99F72;
}
.AnyTagClassName
{
color: #E99F72;
}
</style>
background-color css
<style>
a { background-color: #E99F72; }
a { background-color: rgb(233,159,114); }
div.DivClassName
{
background-color: #E99F72;
}
.BgClassName
{
background-color: #E99F72;
}
</style>
border-color css
<style>
span { border-color: #E99F72; }
span { border-color: rgb(233,159,114); }
td.TdClassName
{
border-color: #E99F72;
}
.TagClassName
{
border-color: #E99F72;
}
</style>