Shades of Dark Salmon #E89A6C
Tints of Dark Salmon #E89A6C
RGB
CMYK
RGB Variations
Color information
#E89A6C (or 0xE89A6C) is known color: Dark Salmon. HEX triplet: E8, 9A and 6C. RGB value is (232,154,108). Sum of RGB (Red+Green+Blue) = 232+154+108=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89A6C is #176593. Grayscale: #ACACAC. Windows color (decimal): -1533332 or 7117544. OLE color: 7117544.
HSL color Cylindrical-coordinate representation of color #E89A6C: hue angle of 22.26º 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 #E89A6C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 108 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.09 |
| HSL | 22.26º | 0.73% | 0.67% | - |
| HSV(B) | 22.26º | 0.53% | 0.91% | - |
| XYZ | 47.54 | 41.35 | 19.66 | - |
| YUV | 172.08 | 91.84 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 108 | 0 | 0.34 | 0.53 | 0.09 | 22.26 | 0.73 | 0.67 |
| Hex | E8 | 9A | 6C | 0 | 22 | 35 | 9 | 16 | 49 | 43 |
| Octal | 350 | 232 | 154 | 0 | 42 | 65 | 11 | 26 | 111 | 103 |
| Binary | 11101000 | 10011010 | 1101100 | 0 | 100010 | 110101 | 1001 | 10110 | 1001001 | 1000011 |
Color Harmonies of #E89A6C
Complementary color
Monochromatic Colors of #E89A6C
Black with #E89A6C
Text Example
Text Example
White with #E89A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A6C; }
p { color: rgb(232,154,108); }
H1.HeaderClassName
{
color: #E89A6C;
}
.AnyTagClassName
{
color: #E89A6C;
}
</style>
background-color css
<style>
a { background-color: #E89A6C; }
a { background-color: rgb(232,154,108); }
div.DivClassName
{
background-color: #E89A6C;
}
.BgClassName
{
background-color: #E89A6C;
}
</style>
border-color css
<style>
span { border-color: #E89A6C; }
span { border-color: rgb(232,154,108); }
td.TdClassName
{
border-color: #E89A6C;
}
.TagClassName
{
border-color: #E89A6C;
}
</style>