Shades of Dark Salmon #E8926C
Tints of Dark Salmon #E8926C
RGB
CMYK
RGB Variations
Color information
#E8926C (or 0xE8926C) is known color: Dark Salmon. HEX triplet: E8, 92 and 6C. RGB value is (232,146,108). Sum of RGB (Red+Green+Blue) = 232+146+108=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E8926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8926C is #176D93. Grayscale: #A7A7A7. Windows color (decimal): -1535380 or 7115496. OLE color: 7115496.
HSL color Cylindrical-coordinate representation of color #E8926C: hue angle of 18.39º 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 #E8926C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 108 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.09 |
| HSL | 18.39º | 0.73% | 0.67% | - |
| HSV(B) | 18.39º | 0.53% | 0.91% | - |
| XYZ | 46.26 | 38.8 | 19.24 | - |
| YUV | 167.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 108 | 0 | 0.37 | 0.53 | 0.09 | 18.39 | 0.73 | 0.67 |
| Hex | E8 | 92 | 6C | 0 | 25 | 35 | 9 | 12 | 49 | 43 |
| Octal | 350 | 222 | 154 | 0 | 45 | 65 | 11 | 22 | 111 | 103 |
| Binary | 11101000 | 10010010 | 1101100 | 0 | 100101 | 110101 | 1001 | 10010 | 1001001 | 1000011 |
Color Harmonies of #E8926C
Complementary color
Monochromatic Colors of #E8926C
Black with #E8926C
Text Example
Text Example
White with #E8926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8926C; }
p { color: rgb(232,146,108); }
H1.HeaderClassName
{
color: #E8926C;
}
.AnyTagClassName
{
color: #E8926C;
}
</style>
background-color css
<style>
a { background-color: #E8926C; }
a { background-color: rgb(232,146,108); }
div.DivClassName
{
background-color: #E8926C;
}
.BgClassName
{
background-color: #E8926C;
}
</style>
border-color css
<style>
span { border-color: #E8926C; }
span { border-color: rgb(232,146,108); }
td.TdClassName
{
border-color: #E8926C;
}
.TagClassName
{
border-color: #E8926C;
}
</style>