Shades of Dark Salmon #E79881
Tints of Dark Salmon #E79881
RGB
CMYK
RGB Variations
Color information
#E79881 (or 0xE79881) is known color: Dark Salmon. HEX triplet: E7, 98 and 81. RGB value is (231,152,129). Sum of RGB (Red+Green+Blue) = 231+152+129=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E79881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79881 is #18677E. Grayscale: #ADADAD. Windows color (decimal): -1599359 or 8493287. OLE color: 8493287.
HSL color Cylindrical-coordinate representation of color #E79881: hue angle of 13.53º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E79881 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 129 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.09 |
| HSL | 13.53º | 0.68% | 0.71% | - |
| HSV(B) | 13.53º | 0.44% | 0.91% | - |
| XYZ | 48.15 | 41.03 | 26.15 | - |
| YUV | 173 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 129 | 0 | 0.34 | 0.44 | 0.09 | 13.53 | 0.68 | 0.71 |
| Hex | E7 | 98 | 81 | 0 | 22 | 2C | 9 | E | 44 | 47 |
| Octal | 347 | 230 | 201 | 0 | 42 | 54 | 11 | 16 | 104 | 107 |
| Binary | 11100111 | 10011000 | 10000001 | 0 | 100010 | 101100 | 1001 | 1110 | 1000100 | 1000111 |
Color Harmonies of #E79881
Complementary color
Monochromatic Colors of #E79881
Black with #E79881
Text Example
Text Example
White with #E79881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79881; }
p { color: rgb(231,152,129); }
H1.HeaderClassName
{
color: #E79881;
}
.AnyTagClassName
{
color: #E79881;
}
</style>
background-color css
<style>
a { background-color: #E79881; }
a { background-color: rgb(231,152,129); }
div.DivClassName
{
background-color: #E79881;
}
.BgClassName
{
background-color: #E79881;
}
</style>
border-color css
<style>
span { border-color: #E79881; }
span { border-color: rgb(231,152,129); }
td.TdClassName
{
border-color: #E79881;
}
.TagClassName
{
border-color: #E79881;
}
</style>