Shades of Dark Salmon #E09076
Tints of Dark Salmon #E09076
RGB
CMYK
RGB Variations
Color information
#E09076 (or 0xE09076) is known color: Dark Salmon. HEX triplet: E0, 90 and 76. RGB value is (224,144,118). Sum of RGB (Red+Green+Blue) = 224+144+118=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09076 is #1F6F89. Grayscale: #A5A5A5. Windows color (decimal): -2060170 or 7770336. OLE color: 7770336.
HSL color Cylindrical-coordinate representation of color #E09076: hue angle of 14.72º 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 #E09076 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 118 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.12 |
| HSL | 14.72º | 0.63% | 0.67% | - |
| HSV(B) | 14.72º | 0.47% | 0.88% | - |
| XYZ | 43.98 | 37.1 | 21.98 | - |
| YUV | 164.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 118 | 0 | 0.36 | 0.47 | 0.12 | 14.72 | 0.63 | 0.67 |
| Hex | E0 | 90 | 76 | 0 | 24 | 2F | C | F | 3F | 43 |
| Octal | 340 | 220 | 166 | 0 | 44 | 57 | 14 | 17 | 77 | 103 |
| Binary | 11100000 | 10010000 | 1110110 | 0 | 100100 | 101111 | 1100 | 1111 | 111111 | 1000011 |
Color Harmonies of #E09076
Complementary color
Monochromatic Colors of #E09076
Black with #E09076
Text Example
Text Example
White with #E09076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09076; }
p { color: rgb(224,144,118); }
H1.HeaderClassName
{
color: #E09076;
}
.AnyTagClassName
{
color: #E09076;
}
</style>
background-color css
<style>
a { background-color: #E09076; }
a { background-color: rgb(224,144,118); }
div.DivClassName
{
background-color: #E09076;
}
.BgClassName
{
background-color: #E09076;
}
</style>
border-color css
<style>
span { border-color: #E09076; }
span { border-color: rgb(224,144,118); }
td.TdClassName
{
border-color: #E09076;
}
.TagClassName
{
border-color: #E09076;
}
</style>