Shades of Dark Salmon #E08E7A
Tints of Dark Salmon #E08E7A
RGB
CMYK
RGB Variations
Color information
#E08E7A (or 0xE08E7A) is known color: Dark Salmon. HEX triplet: E0, 8E and 7A. RGB value is (224,142,122). Sum of RGB (Red+Green+Blue) = 224+142+122=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E7A is #1F7185. Grayscale: #A4A4A4. Windows color (decimal): -2060678 or 8031968. OLE color: 8031968.
HSL color Cylindrical-coordinate representation of color #E08E7A: hue angle of 11.76º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08E7A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 122 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.12 |
| HSL | 11.76º | 0.62% | 0.68% | - |
| HSV(B) | 11.76º | 0.46% | 0.88% | - |
| XYZ | 43.93 | 36.6 | 23.16 | - |
| YUV | 164.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 122 | 0 | 0.37 | 0.46 | 0.12 | 11.76 | 0.62 | 0.68 |
| Hex | E0 | 8E | 7A | 0 | 25 | 2E | C | C | 3E | 44 |
| Octal | 340 | 216 | 172 | 0 | 45 | 56 | 14 | 14 | 76 | 104 |
| Binary | 11100000 | 10001110 | 1111010 | 0 | 100101 | 101110 | 1100 | 1100 | 111110 | 1000100 |
Color Harmonies of #E08E7A
Complementary color
Monochromatic Colors of #E08E7A
Black with #E08E7A
Text Example
Text Example
White with #E08E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E7A; }
p { color: rgb(224,142,122); }
H1.HeaderClassName
{
color: #E08E7A;
}
.AnyTagClassName
{
color: #E08E7A;
}
</style>
background-color css
<style>
a { background-color: #E08E7A; }
a { background-color: rgb(224,142,122); }
div.DivClassName
{
background-color: #E08E7A;
}
.BgClassName
{
background-color: #E08E7A;
}
</style>
border-color css
<style>
span { border-color: #E08E7A; }
span { border-color: rgb(224,142,122); }
td.TdClassName
{
border-color: #E08E7A;
}
.TagClassName
{
border-color: #E08E7A;
}
</style>