Shades of Dark Salmon #E99C6D
Tints of Dark Salmon #E99C6D
RGB
CMYK
RGB Variations
Color information
#E99C6D (or 0xE99C6D) is known color: Dark Salmon. HEX triplet: E9, 9C and 6D. RGB value is (233,156,109). Sum of RGB (Red+Green+Blue) = 233+156+109=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99C6D is #166392. Grayscale: #ADADAD. Windows color (decimal): -1467283 or 7183593. OLE color: 7183593.
HSL color Cylindrical-coordinate representation of color #E99C6D: hue angle of 22.74º 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 #E99C6D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 109 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.09 |
| HSL | 22.74º | 0.74% | 0.67% | - |
| HSV(B) | 22.74º | 0.53% | 0.91% | - |
| XYZ | 48.25 | 42.2 | 20.07 | - |
| YUV | 173.67 | 91.51 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 109 | 0 | 0.33 | 0.53 | 0.09 | 22.74 | 0.74 | 0.67 |
| Hex | E9 | 9C | 6D | 0 | 21 | 35 | 9 | 17 | 4A | 43 |
| Octal | 351 | 234 | 155 | 0 | 41 | 65 | 11 | 27 | 112 | 103 |
| Binary | 11101001 | 10011100 | 1101101 | 0 | 100001 | 110101 | 1001 | 10111 | 1001010 | 1000011 |
Color Harmonies of #E99C6D
Complementary color
Monochromatic Colors of #E99C6D
Black with #E99C6D
Text Example
Text Example
White with #E99C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C6D; }
p { color: rgb(233,156,109); }
H1.HeaderClassName
{
color: #E99C6D;
}
.AnyTagClassName
{
color: #E99C6D;
}
</style>
background-color css
<style>
a { background-color: #E99C6D; }
a { background-color: rgb(233,156,109); }
div.DivClassName
{
background-color: #E99C6D;
}
.BgClassName
{
background-color: #E99C6D;
}
</style>
border-color css
<style>
span { border-color: #E99C6D; }
span { border-color: rgb(233,156,109); }
td.TdClassName
{
border-color: #E99C6D;
}
.TagClassName
{
border-color: #E99C6D;
}
</style>