Shades of Dark Salmon #E08F76
Tints of Dark Salmon #E08F76
RGB
CMYK
RGB Variations
Color information
#E08F76 (or 0xE08F76) is known color: Dark Salmon. HEX triplet: E0, 8F and 76. RGB value is (224,143,118). Sum of RGB (Red+Green+Blue) = 224+143+118=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F76 is #1F7089. Grayscale: #A4A4A4. Windows color (decimal): -2060426 or 7770080. OLE color: 7770080.
HSL color Cylindrical-coordinate representation of color #E08F76: hue angle of 14.15º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E08F76 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 118 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.12 |
| HSL | 14.15º | 0.63% | 0.67% | - |
| HSV(B) | 14.15º | 0.47% | 0.88% | - |
| XYZ | 43.83 | 36.8 | 21.93 | - |
| YUV | 164.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 118 | 0 | 0.36 | 0.47 | 0.12 | 14.15 | 0.63 | 0.67 |
| Hex | E0 | 8F | 76 | 0 | 24 | 2F | C | E | 3F | 43 |
| Octal | 340 | 217 | 166 | 0 | 44 | 57 | 14 | 16 | 77 | 103 |
| Binary | 11100000 | 10001111 | 1110110 | 0 | 100100 | 101111 | 1100 | 1110 | 111111 | 1000011 |
Color Harmonies of #E08F76
Complementary color
Monochromatic Colors of #E08F76
Black with #E08F76
Text Example
Text Example
White with #E08F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F76; }
p { color: rgb(224,143,118); }
H1.HeaderClassName
{
color: #E08F76;
}
.AnyTagClassName
{
color: #E08F76;
}
</style>
background-color css
<style>
a { background-color: #E08F76; }
a { background-color: rgb(224,143,118); }
div.DivClassName
{
background-color: #E08F76;
}
.BgClassName
{
background-color: #E08F76;
}
</style>
border-color css
<style>
span { border-color: #E08F76; }
span { border-color: rgb(224,143,118); }
td.TdClassName
{
border-color: #E08F76;
}
.TagClassName
{
border-color: #E08F76;
}
</style>