Shades of Dark Salmon #E09773
Tints of Dark Salmon #E09773
RGB
CMYK
RGB Variations
Color information
#E09773 (or 0xE09773) is known color: Dark Salmon. HEX triplet: E0, 97 and 73. RGB value is (224,151,115). Sum of RGB (Red+Green+Blue) = 224+151+115=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09773 is #1F688C. Grayscale: #A8A8A8. Windows color (decimal): -2058381 or 7575520. OLE color: 7575520.
HSL color Cylindrical-coordinate representation of color #E09773: hue angle of 19.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E09773 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 115 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.12 |
| HSL | 19.82º | 0.64% | 0.66% | - |
| HSV(B) | 19.82º | 0.49% | 0.88% | - |
| XYZ | 44.9 | 39.22 | 21.42 | - |
| YUV | 168.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 115 | 0 | 0.33 | 0.49 | 0.12 | 19.82 | 0.64 | 0.66 |
| Hex | E0 | 97 | 73 | 0 | 21 | 31 | C | 14 | 40 | 42 |
| Octal | 340 | 227 | 163 | 0 | 41 | 61 | 14 | 24 | 100 | 102 |
| Binary | 11100000 | 10010111 | 1110011 | 0 | 100001 | 110001 | 1100 | 10100 | 1000000 | 1000010 |
Color Harmonies of #E09773
Complementary color
Monochromatic Colors of #E09773
Black with #E09773
Text Example
Text Example
White with #E09773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09773; }
p { color: rgb(224,151,115); }
H1.HeaderClassName
{
color: #E09773;
}
.AnyTagClassName
{
color: #E09773;
}
</style>
background-color css
<style>
a { background-color: #E09773; }
a { background-color: rgb(224,151,115); }
div.DivClassName
{
background-color: #E09773;
}
.BgClassName
{
background-color: #E09773;
}
</style>
border-color css
<style>
span { border-color: #E09773; }
span { border-color: rgb(224,151,115); }
td.TdClassName
{
border-color: #E09773;
}
.TagClassName
{
border-color: #E09773;
}
</style>