Shades of Dark Salmon #E99D74
Tints of Dark Salmon #E99D74
RGB
CMYK
RGB Variations
Color information
#E99D74 (or 0xE99D74) is known color: Dark Salmon. HEX triplet: E9, 9D and 74. RGB value is (233,157,116). Sum of RGB (Red+Green+Blue) = 233+157+116=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D74 is #16628B. Grayscale: #AFAFAF. Windows color (decimal): -1467020 or 7642601. OLE color: 7642601.
HSL color Cylindrical-coordinate representation of color #E99D74: hue angle of 21.03º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E99D74 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 116 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.09 |
| HSL | 21.03º | 0.73% | 0.68% | - |
| HSV(B) | 21.03º | 0.5% | 0.91% | - |
| XYZ | 48.81 | 42.7 | 22.19 | - |
| YUV | 175.05 | 94.68 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 116 | 0 | 0.33 | 0.50 | 0.09 | 21.03 | 0.73 | 0.68 |
| Hex | E9 | 9D | 74 | 0 | 21 | 32 | 9 | 15 | 49 | 44 |
| Octal | 351 | 235 | 164 | 0 | 41 | 62 | 11 | 25 | 111 | 104 |
| Binary | 11101001 | 10011101 | 1110100 | 0 | 100001 | 110010 | 1001 | 10101 | 1001001 | 1000100 |
Color Harmonies of #E99D74
Complementary color
Monochromatic Colors of #E99D74
Black with #E99D74
Text Example
Text Example
White with #E99D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D74; }
p { color: rgb(233,157,116); }
H1.HeaderClassName
{
color: #E99D74;
}
.AnyTagClassName
{
color: #E99D74;
}
</style>
background-color css
<style>
a { background-color: #E99D74; }
a { background-color: rgb(233,157,116); }
div.DivClassName
{
background-color: #E99D74;
}
.BgClassName
{
background-color: #E99D74;
}
</style>
border-color css
<style>
span { border-color: #E99D74; }
span { border-color: rgb(233,157,116); }
td.TdClassName
{
border-color: #E99D74;
}
.TagClassName
{
border-color: #E99D74;
}
</style>