Shades of Dark Salmon #E99D6D
Tints of Dark Salmon #E99D6D
RGB
CMYK
RGB Variations
Color information
#E99D6D (or 0xE99D6D) is known color: Dark Salmon. HEX triplet: E9, 9D and 6D. RGB value is (233,157,109). Sum of RGB (Red+Green+Blue) = 233+157+109=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D6D is #166292. Grayscale: #AEAEAE. Windows color (decimal): -1467027 or 7183849. OLE color: 7183849.
HSL color Cylindrical-coordinate representation of color #E99D6D: hue angle of 23.23º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E99D6D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 109 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.09 |
| HSL | 23.23º | 0.74% | 0.67% | - |
| HSV(B) | 23.23º | 0.53% | 0.91% | - |
| XYZ | 48.42 | 42.54 | 20.13 | - |
| YUV | 174.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 109 | 0 | 0.33 | 0.53 | 0.09 | 23.23 | 0.74 | 0.67 |
| Hex | E9 | 9D | 6D | 0 | 21 | 35 | 9 | 17 | 4A | 43 |
| Octal | 351 | 235 | 155 | 0 | 41 | 65 | 11 | 27 | 112 | 103 |
| Binary | 11101001 | 10011101 | 1101101 | 0 | 100001 | 110101 | 1001 | 10111 | 1001010 | 1000011 |
Color Harmonies of #E99D6D
Complementary color
Monochromatic Colors of #E99D6D
Black with #E99D6D
Text Example
Text Example
White with #E99D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D6D; }
p { color: rgb(233,157,109); }
H1.HeaderClassName
{
color: #E99D6D;
}
.AnyTagClassName
{
color: #E99D6D;
}
</style>
background-color css
<style>
a { background-color: #E99D6D; }
a { background-color: rgb(233,157,109); }
div.DivClassName
{
background-color: #E99D6D;
}
.BgClassName
{
background-color: #E99D6D;
}
</style>
border-color css
<style>
span { border-color: #E99D6D; }
span { border-color: rgb(233,157,109); }
td.TdClassName
{
border-color: #E99D6D;
}
.TagClassName
{
border-color: #E99D6D;
}
</style>