Shades of Dark Salmon #E99D72
Tints of Dark Salmon #E99D72
RGB
CMYK
RGB Variations
Color information
#E99D72 (or 0xE99D72) is known color: Dark Salmon. HEX triplet: E9, 9D and 72. RGB value is (233,157,114). Sum of RGB (Red+Green+Blue) = 233+157+114=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D72 is #16628D. Grayscale: #AFAFAF. Windows color (decimal): -1467022 or 7511529. OLE color: 7511529.
HSL color Cylindrical-coordinate representation of color #E99D72: hue angle of 21.68º 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 #E99D72 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 114 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.09 |
| HSL | 21.68º | 0.73% | 0.68% | - |
| HSV(B) | 21.68º | 0.51% | 0.91% | - |
| XYZ | 48.7 | 42.65 | 21.59 | - |
| YUV | 174.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 114 | 0 | 0.33 | 0.51 | 0.09 | 21.68 | 0.73 | 0.68 |
| Hex | E9 | 9D | 72 | 0 | 21 | 33 | 9 | 16 | 49 | 44 |
| Octal | 351 | 235 | 162 | 0 | 41 | 63 | 11 | 26 | 111 | 104 |
| Binary | 11101001 | 10011101 | 1110010 | 0 | 100001 | 110011 | 1001 | 10110 | 1001001 | 1000100 |
Color Harmonies of #E99D72
Complementary color
Monochromatic Colors of #E99D72
Black with #E99D72
Text Example
Text Example
White with #E99D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D72; }
p { color: rgb(233,157,114); }
H1.HeaderClassName
{
color: #E99D72;
}
.AnyTagClassName
{
color: #E99D72;
}
</style>
background-color css
<style>
a { background-color: #E99D72; }
a { background-color: rgb(233,157,114); }
div.DivClassName
{
background-color: #E99D72;
}
.BgClassName
{
background-color: #E99D72;
}
</style>
border-color css
<style>
span { border-color: #E99D72; }
span { border-color: rgb(233,157,114); }
td.TdClassName
{
border-color: #E99D72;
}
.TagClassName
{
border-color: #E99D72;
}
</style>