Shades of Dark Salmon #EA8D6F
Tints of Dark Salmon #EA8D6F
RGB
CMYK
RGB Variations
Color information
#EA8D6F (or 0xEA8D6F) is known color: Dark Salmon. HEX triplet: EA, 8D and 6F. RGB value is (234,141,111). Sum of RGB (Red+Green+Blue) = 234+141+111=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D6F is #157290. Grayscale: #A5A5A5. Windows color (decimal): -1405585 or 7310826. OLE color: 7310826.
HSL color Cylindrical-coordinate representation of color #EA8D6F: hue angle of 14.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA8D6F is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 111 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.08 |
| HSL | 14.63º | 0.75% | 0.68% | - |
| HSV(B) | 14.63º | 0.53% | 0.92% | - |
| XYZ | 46.33 | 37.69 | 19.87 | - |
| YUV | 165.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 111 | 0 | 0.40 | 0.53 | 0.08 | 14.63 | 0.75 | 0.68 |
| Hex | EA | 8D | 6F | 0 | 28 | 35 | 8 | F | 4B | 44 |
| Octal | 352 | 215 | 157 | 0 | 50 | 65 | 10 | 17 | 113 | 104 |
| Binary | 11101010 | 10001101 | 1101111 | 0 | 101000 | 110101 | 1000 | 1111 | 1001011 | 1000100 |
Color Harmonies of #EA8D6F
Complementary color
Monochromatic Colors of #EA8D6F
Black with #EA8D6F
Text Example
Text Example
White with #EA8D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D6F; }
p { color: rgb(234,141,111); }
H1.HeaderClassName
{
color: #EA8D6F;
}
.AnyTagClassName
{
color: #EA8D6F;
}
</style>
background-color css
<style>
a { background-color: #EA8D6F; }
a { background-color: rgb(234,141,111); }
div.DivClassName
{
background-color: #EA8D6F;
}
.BgClassName
{
background-color: #EA8D6F;
}
</style>
border-color css
<style>
span { border-color: #EA8D6F; }
span { border-color: rgb(234,141,111); }
td.TdClassName
{
border-color: #EA8D6F;
}
.TagClassName
{
border-color: #EA8D6F;
}
</style>