Shades of Dark Salmon #E09A73
Tints of Dark Salmon #E09A73
RGB
CMYK
RGB Variations
Color information
#E09A73 (or 0xE09A73) is known color: Dark Salmon. HEX triplet: E0, 9A and 73. RGB value is (224,154,115). Sum of RGB (Red+Green+Blue) = 224+154+115=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09A73 is #1F658C. Grayscale: #AAAAAA. Windows color (decimal): -2057613 or 7576288. OLE color: 7576288.
HSL color Cylindrical-coordinate representation of color #E09A73: hue angle of 21.47º 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 #E09A73 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 115 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.12 |
| HSL | 21.47º | 0.64% | 0.66% | - |
| HSV(B) | 21.47º | 0.49% | 0.88% | - |
| XYZ | 45.39 | 40.2 | 21.59 | - |
| YUV | 170.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 115 | 0 | 0.31 | 0.49 | 0.12 | 21.47 | 0.64 | 0.66 |
| Hex | E0 | 9A | 73 | 0 | 1F | 31 | C | 15 | 40 | 42 |
| Octal | 340 | 232 | 163 | 0 | 37 | 61 | 14 | 25 | 100 | 102 |
| Binary | 11100000 | 10011010 | 1110011 | 0 | 11111 | 110001 | 1100 | 10101 | 1000000 | 1000010 |
Color Harmonies of #E09A73
Complementary color
Monochromatic Colors of #E09A73
Black with #E09A73
Text Example
Text Example
White with #E09A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A73; }
p { color: rgb(224,154,115); }
H1.HeaderClassName
{
color: #E09A73;
}
.AnyTagClassName
{
color: #E09A73;
}
</style>
background-color css
<style>
a { background-color: #E09A73; }
a { background-color: rgb(224,154,115); }
div.DivClassName
{
background-color: #E09A73;
}
.BgClassName
{
background-color: #E09A73;
}
</style>
border-color css
<style>
span { border-color: #E09A73; }
span { border-color: rgb(224,154,115); }
td.TdClassName
{
border-color: #E09A73;
}
.TagClassName
{
border-color: #E09A73;
}
</style>