Shades of Dark Salmon #E09770
Tints of Dark Salmon #E09770
RGB
CMYK
RGB Variations
Color information
#E09770 (or 0xE09770) is known color: Dark Salmon. HEX triplet: E0, 97 and 70. RGB value is (224,151,112). Sum of RGB (Red+Green+Blue) = 224+151+112=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E09770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09770 is #1F688F. Grayscale: #A8A8A8. Windows color (decimal): -2058384 or 7378912. OLE color: 7378912.
HSL color Cylindrical-coordinate representation of color #E09770: hue angle of 20.89º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E09770 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 112 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.12 |
| HSL | 20.89º | 0.64% | 0.66% | - |
| HSV(B) | 20.89º | 0.5% | 0.88% | - |
| XYZ | 44.73 | 39.15 | 20.53 | - |
| YUV | 168.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 112 | 0 | 0.33 | 0.50 | 0.12 | 20.89 | 0.64 | 0.66 |
| Hex | E0 | 97 | 70 | 0 | 21 | 32 | C | 15 | 40 | 42 |
| Octal | 340 | 227 | 160 | 0 | 41 | 62 | 14 | 25 | 100 | 102 |
| Binary | 11100000 | 10010111 | 1110000 | 0 | 100001 | 110010 | 1100 | 10101 | 1000000 | 1000010 |
Color Harmonies of #E09770
Complementary color
Monochromatic Colors of #E09770
Black with #E09770
Text Example
Text Example
White with #E09770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09770; }
p { color: rgb(224,151,112); }
H1.HeaderClassName
{
color: #E09770;
}
.AnyTagClassName
{
color: #E09770;
}
</style>
background-color css
<style>
a { background-color: #E09770; }
a { background-color: rgb(224,151,112); }
div.DivClassName
{
background-color: #E09770;
}
.BgClassName
{
background-color: #E09770;
}
</style>
border-color css
<style>
span { border-color: #E09770; }
span { border-color: rgb(224,151,112); }
td.TdClassName
{
border-color: #E09770;
}
.TagClassName
{
border-color: #E09770;
}
</style>