Shades of Dark Salmon #E99672
Tints of Dark Salmon #E99672
RGB
CMYK
RGB Variations
Color information
#E99672 (or 0xE99672) is known color: Dark Salmon. HEX triplet: E9, 96 and 72. RGB value is (233,150,114). Sum of RGB (Red+Green+Blue) = 233+150+114=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99672 is #16698D. Grayscale: #AAAAAA. Windows color (decimal): -1468814 or 7509737. OLE color: 7509737.
HSL color Cylindrical-coordinate representation of color #E99672: hue angle of 18.15º 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 #E99672 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 114 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.09 |
| HSL | 18.15º | 0.73% | 0.68% | - |
| HSV(B) | 18.15º | 0.51% | 0.91% | - |
| XYZ | 47.55 | 40.35 | 21.2 | - |
| YUV | 170.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 114 | 0 | 0.36 | 0.51 | 0.09 | 18.15 | 0.73 | 0.68 |
| Hex | E9 | 96 | 72 | 0 | 24 | 33 | 9 | 12 | 49 | 44 |
| Octal | 351 | 226 | 162 | 0 | 44 | 63 | 11 | 22 | 111 | 104 |
| Binary | 11101001 | 10010110 | 1110010 | 0 | 100100 | 110011 | 1001 | 10010 | 1001001 | 1000100 |
Color Harmonies of #E99672
Complementary color
Monochromatic Colors of #E99672
Black with #E99672
Text Example
Text Example
White with #E99672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99672; }
p { color: rgb(233,150,114); }
H1.HeaderClassName
{
color: #E99672;
}
.AnyTagClassName
{
color: #E99672;
}
</style>
background-color css
<style>
a { background-color: #E99672; }
a { background-color: rgb(233,150,114); }
div.DivClassName
{
background-color: #E99672;
}
.BgClassName
{
background-color: #E99672;
}
</style>
border-color css
<style>
span { border-color: #E99672; }
span { border-color: rgb(233,150,114); }
td.TdClassName
{
border-color: #E99672;
}
.TagClassName
{
border-color: #E99672;
}
</style>