Shades of Dark Salmon #E99A72
Tints of Dark Salmon #E99A72
RGB
CMYK
RGB Variations
Color information
#E99A72 (or 0xE99A72) is known color: Dark Salmon. HEX triplet: E9, 9A and 72. RGB value is (233,154,114). Sum of RGB (Red+Green+Blue) = 233+154+114=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A72 is #16658D. Grayscale: #ADADAD. Windows color (decimal): -1467790 or 7510761. OLE color: 7510761.
HSL color Cylindrical-coordinate representation of color #E99A72: hue angle of 20.17º 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 #E99A72 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 114 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.09 |
| HSL | 20.17º | 0.73% | 0.68% | - |
| HSV(B) | 20.17º | 0.51% | 0.91% | - |
| XYZ | 48.2 | 41.65 | 21.42 | - |
| YUV | 173.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 114 | 0 | 0.34 | 0.51 | 0.09 | 20.17 | 0.73 | 0.68 |
| Hex | E9 | 9A | 72 | 0 | 22 | 33 | 9 | 14 | 49 | 44 |
| Octal | 351 | 232 | 162 | 0 | 42 | 63 | 11 | 24 | 111 | 104 |
| Binary | 11101001 | 10011010 | 1110010 | 0 | 100010 | 110011 | 1001 | 10100 | 1001001 | 1000100 |
Color Harmonies of #E99A72
Complementary color
Monochromatic Colors of #E99A72
Black with #E99A72
Text Example
Text Example
White with #E99A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A72; }
p { color: rgb(233,154,114); }
H1.HeaderClassName
{
color: #E99A72;
}
.AnyTagClassName
{
color: #E99A72;
}
</style>
background-color css
<style>
a { background-color: #E99A72; }
a { background-color: rgb(233,154,114); }
div.DivClassName
{
background-color: #E99A72;
}
.BgClassName
{
background-color: #E99A72;
}
</style>
border-color css
<style>
span { border-color: #E99A72; }
span { border-color: rgb(233,154,114); }
td.TdClassName
{
border-color: #E99A72;
}
.TagClassName
{
border-color: #E99A72;
}
</style>