Shades of Dark Salmon #E89C6D
Tints of Dark Salmon #E89C6D
RGB
CMYK
RGB Variations
Color information
#E89C6D (or 0xE89C6D) is known color: Dark Salmon. HEX triplet: E8, 9C and 6D. RGB value is (232,156,109). Sum of RGB (Red+Green+Blue) = 232+156+109=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89C6D is #176392. Grayscale: #ADADAD. Windows color (decimal): -1532819 or 7183592. OLE color: 7183592.
HSL color Cylindrical-coordinate representation of color #E89C6D: hue angle of 22.93º degrees, saturation: 0.73, 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 #E89C6D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 109 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.09 |
| HSL | 22.93º | 0.73% | 0.67% | - |
| HSV(B) | 22.93º | 0.53% | 0.91% | - |
| XYZ | 47.93 | 42.04 | 20.06 | - |
| YUV | 173.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 109 | 0 | 0.33 | 0.53 | 0.09 | 22.93 | 0.73 | 0.67 |
| Hex | E8 | 9C | 6D | 0 | 21 | 35 | 9 | 17 | 49 | 43 |
| Octal | 350 | 234 | 155 | 0 | 41 | 65 | 11 | 27 | 111 | 103 |
| Binary | 11101000 | 10011100 | 1101101 | 0 | 100001 | 110101 | 1001 | 10111 | 1001001 | 1000011 |
Color Harmonies of #E89C6D
Complementary color
Monochromatic Colors of #E89C6D
Black with #E89C6D
Text Example
Text Example
White with #E89C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C6D; }
p { color: rgb(232,156,109); }
H1.HeaderClassName
{
color: #E89C6D;
}
.AnyTagClassName
{
color: #E89C6D;
}
</style>
background-color css
<style>
a { background-color: #E89C6D; }
a { background-color: rgb(232,156,109); }
div.DivClassName
{
background-color: #E89C6D;
}
.BgClassName
{
background-color: #E89C6D;
}
</style>
border-color css
<style>
span { border-color: #E89C6D; }
span { border-color: rgb(232,156,109); }
td.TdClassName
{
border-color: #E89C6D;
}
.TagClassName
{
border-color: #E89C6D;
}
</style>