Shades of Dark Salmon #E8936C
Tints of Dark Salmon #E8936C
RGB
CMYK
RGB Variations
Color information
#E8936C (or 0xE8936C) is known color: Dark Salmon. HEX triplet: E8, 93 and 6C. RGB value is (232,147,108). Sum of RGB (Red+Green+Blue) = 232+147+108=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E8936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8936C is #176C93. Grayscale: #A8A8A8. Windows color (decimal): -1535124 or 7115752. OLE color: 7115752.
HSL color Cylindrical-coordinate representation of color #E8936C: hue angle of 18.87º 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 #E8936C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 108 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.09 |
| HSL | 18.87º | 0.73% | 0.67% | - |
| HSV(B) | 18.87º | 0.53% | 0.91% | - |
| XYZ | 46.42 | 39.11 | 19.29 | - |
| YUV | 167.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 108 | 0 | 0.37 | 0.53 | 0.09 | 18.87 | 0.73 | 0.67 |
| Hex | E8 | 93 | 6C | 0 | 25 | 35 | 9 | 13 | 49 | 43 |
| Octal | 350 | 223 | 154 | 0 | 45 | 65 | 11 | 23 | 111 | 103 |
| Binary | 11101000 | 10010011 | 1101100 | 0 | 100101 | 110101 | 1001 | 10011 | 1001001 | 1000011 |
Color Harmonies of #E8936C
Complementary color
Monochromatic Colors of #E8936C
Black with #E8936C
Text Example
Text Example
White with #E8936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8936C; }
p { color: rgb(232,147,108); }
H1.HeaderClassName
{
color: #E8936C;
}
.AnyTagClassName
{
color: #E8936C;
}
</style>
background-color css
<style>
a { background-color: #E8936C; }
a { background-color: rgb(232,147,108); }
div.DivClassName
{
background-color: #E8936C;
}
.BgClassName
{
background-color: #E8936C;
}
</style>
border-color css
<style>
span { border-color: #E8936C; }
span { border-color: rgb(232,147,108); }
td.TdClassName
{
border-color: #E8936C;
}
.TagClassName
{
border-color: #E8936C;
}
</style>