Shades of Dark Salmon #E08F7A
Tints of Dark Salmon #E08F7A
RGB
CMYK
RGB Variations
Color information
#E08F7A (or 0xE08F7A) is known color: Dark Salmon. HEX triplet: E0, 8F and 7A. RGB value is (224,143,122). Sum of RGB (Red+Green+Blue) = 224+143+122=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F7A is #1F7085. Grayscale: #A4A4A4. Windows color (decimal): -2060422 or 8032224. OLE color: 8032224.
HSL color Cylindrical-coordinate representation of color #E08F7A: hue angle of 12.35º 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 #E08F7A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 122 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 12.35º | 0.62% | 0.68% | - |
| HSV(B) | 12.35º | 0.46% | 0.88% | - |
| XYZ | 44.08 | 36.9 | 23.21 | - |
| YUV | 164.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 122 | 0 | 0.36 | 0.46 | 0.12 | 12.35 | 0.62 | 0.68 |
| Hex | E0 | 8F | 7A | 0 | 24 | 2E | C | C | 3E | 44 |
| Octal | 340 | 217 | 172 | 0 | 44 | 56 | 14 | 14 | 76 | 104 |
| Binary | 11100000 | 10001111 | 1111010 | 0 | 100100 | 101110 | 1100 | 1100 | 111110 | 1000100 |
Color Harmonies of #E08F7A
Complementary color
Monochromatic Colors of #E08F7A
Black with #E08F7A
Text Example
Text Example
White with #E08F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F7A; }
p { color: rgb(224,143,122); }
H1.HeaderClassName
{
color: #E08F7A;
}
.AnyTagClassName
{
color: #E08F7A;
}
</style>
background-color css
<style>
a { background-color: #E08F7A; }
a { background-color: rgb(224,143,122); }
div.DivClassName
{
background-color: #E08F7A;
}
.BgClassName
{
background-color: #E08F7A;
}
</style>
border-color css
<style>
span { border-color: #E08F7A; }
span { border-color: rgb(224,143,122); }
td.TdClassName
{
border-color: #E08F7A;
}
.TagClassName
{
border-color: #E08F7A;
}
</style>