Shades of Dark Salmon #E09373
Tints of Dark Salmon #E09373
RGB
CMYK
RGB Variations
Color information
#E09373 (or 0xE09373) is known color: Dark Salmon. HEX triplet: E0, 93 and 73. RGB value is (224,147,115). Sum of RGB (Red+Green+Blue) = 224+147+115=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E09373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09373 is #1F6C8C. Grayscale: #A6A6A6. Windows color (decimal): -2059405 or 7574496. OLE color: 7574496.
HSL color Cylindrical-coordinate representation of color #E09373: hue angle of 17.61º 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 #E09373 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 115 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.12 |
| HSL | 17.61º | 0.64% | 0.66% | - |
| HSV(B) | 17.61º | 0.49% | 0.88% | - |
| XYZ | 44.27 | 37.95 | 21.21 | - |
| YUV | 166.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 115 | 0 | 0.34 | 0.49 | 0.12 | 17.61 | 0.64 | 0.66 |
| Hex | E0 | 93 | 73 | 0 | 22 | 31 | C | 12 | 40 | 42 |
| Octal | 340 | 223 | 163 | 0 | 42 | 61 | 14 | 22 | 100 | 102 |
| Binary | 11100000 | 10010011 | 1110011 | 0 | 100010 | 110001 | 1100 | 10010 | 1000000 | 1000010 |
Color Harmonies of #E09373
Complementary color
Monochromatic Colors of #E09373
Black with #E09373
Text Example
Text Example
White with #E09373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09373; }
p { color: rgb(224,147,115); }
H1.HeaderClassName
{
color: #E09373;
}
.AnyTagClassName
{
color: #E09373;
}
</style>
background-color css
<style>
a { background-color: #E09373; }
a { background-color: rgb(224,147,115); }
div.DivClassName
{
background-color: #E09373;
}
.BgClassName
{
background-color: #E09373;
}
</style>
border-color css
<style>
span { border-color: #E09373; }
span { border-color: rgb(224,147,115); }
td.TdClassName
{
border-color: #E09373;
}
.TagClassName
{
border-color: #E09373;
}
</style>