Shades of Dark Salmon #E09B73
Tints of Dark Salmon #E09B73
RGB
CMYK
RGB Variations
Color information
#E09B73 (or 0xE09B73) is known color: Dark Salmon. HEX triplet: E0, 9B and 73. RGB value is (224,155,115). Sum of RGB (Red+Green+Blue) = 224+155+115=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B73 is #1F648C. Grayscale: #ABABAB. Windows color (decimal): -2057357 or 7576544. OLE color: 7576544.
HSL color Cylindrical-coordinate representation of color #E09B73: hue angle of 22.02º 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 #E09B73 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 115 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.12 |
| HSL | 22.02º | 0.64% | 0.66% | - |
| HSV(B) | 22.02º | 0.49% | 0.88% | - |
| XYZ | 45.56 | 40.53 | 21.64 | - |
| YUV | 171.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 115 | 0 | 0.31 | 0.49 | 0.12 | 22.02 | 0.64 | 0.66 |
| Hex | E0 | 9B | 73 | 0 | 1F | 31 | C | 16 | 40 | 42 |
| Octal | 340 | 233 | 163 | 0 | 37 | 61 | 14 | 26 | 100 | 102 |
| Binary | 11100000 | 10011011 | 1110011 | 0 | 11111 | 110001 | 1100 | 10110 | 1000000 | 1000010 |
Color Harmonies of #E09B73
Complementary color
Monochromatic Colors of #E09B73
Black with #E09B73
Text Example
Text Example
White with #E09B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B73; }
p { color: rgb(224,155,115); }
H1.HeaderClassName
{
color: #E09B73;
}
.AnyTagClassName
{
color: #E09B73;
}
</style>
background-color css
<style>
a { background-color: #E09B73; }
a { background-color: rgb(224,155,115); }
div.DivClassName
{
background-color: #E09B73;
}
.BgClassName
{
background-color: #E09B73;
}
</style>
border-color css
<style>
span { border-color: #E09B73; }
span { border-color: rgb(224,155,115); }
td.TdClassName
{
border-color: #E09B73;
}
.TagClassName
{
border-color: #E09B73;
}
</style>