Shades of Dark Salmon #E89C80
Tints of Dark Salmon #E89C80
RGB
CMYK
RGB Variations
Color information
#E89C80 (or 0xE89C80) is known color: Dark Salmon. HEX triplet: E8, 9C and 80. RGB value is (232,156,128). Sum of RGB (Red+Green+Blue) = 232+156+128=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E89C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89C80 is #17637F. Grayscale: #AFAFAF. Windows color (decimal): -1532800 or 8428776. OLE color: 8428776.
HSL color Cylindrical-coordinate representation of color #E89C80: hue angle of 16.15º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E89C80 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 128 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.09 |
| HSL | 16.15º | 0.69% | 0.71% | - |
| HSV(B) | 16.15º | 0.45% | 0.91% | - |
| XYZ | 49.06 | 42.49 | 26.04 | - |
| YUV | 175.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 128 | 0 | 0.33 | 0.45 | 0.09 | 16.15 | 0.69 | 0.71 |
| Hex | E8 | 9C | 80 | 0 | 21 | 2D | 9 | 10 | 45 | 47 |
| Octal | 350 | 234 | 200 | 0 | 41 | 55 | 11 | 20 | 105 | 107 |
| Binary | 11101000 | 10011100 | 10000000 | 0 | 100001 | 101101 | 1001 | 10000 | 1000101 | 1000111 |
Color Harmonies of #E89C80
Complementary color
Monochromatic Colors of #E89C80
Black with #E89C80
Text Example
Text Example
White with #E89C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89C80; }
p { color: rgb(232,156,128); }
H1.HeaderClassName
{
color: #E89C80;
}
.AnyTagClassName
{
color: #E89C80;
}
</style>
background-color css
<style>
a { background-color: #E89C80; }
a { background-color: rgb(232,156,128); }
div.DivClassName
{
background-color: #E89C80;
}
.BgClassName
{
background-color: #E89C80;
}
</style>
border-color css
<style>
span { border-color: #E89C80; }
span { border-color: rgb(232,156,128); }
td.TdClassName
{
border-color: #E89C80;
}
.TagClassName
{
border-color: #E89C80;
}
</style>