Shades of Dark Salmon #E09273
Tints of Dark Salmon #E09273
RGB
CMYK
RGB Variations
Color information
#E09273 (or 0xE09273) is known color: Dark Salmon. HEX triplet: E0, 92 and 73. RGB value is (224,146,115). Sum of RGB (Red+Green+Blue) = 224+146+115=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E09273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09273 is #1F6D8C. Grayscale: #A5A5A5. Windows color (decimal): -2059661 or 7574240. OLE color: 7574240.
HSL color Cylindrical-coordinate representation of color #E09273: hue angle of 17.06º 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 #E09273 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 115 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.12 |
| HSL | 17.06º | 0.64% | 0.66% | - |
| HSV(B) | 17.06º | 0.49% | 0.88% | - |
| XYZ | 44.11 | 37.64 | 21.16 | - |
| YUV | 165.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 115 | 0 | 0.35 | 0.49 | 0.12 | 17.06 | 0.64 | 0.66 |
| Hex | E0 | 92 | 73 | 0 | 23 | 31 | C | 11 | 40 | 42 |
| Octal | 340 | 222 | 163 | 0 | 43 | 61 | 14 | 21 | 100 | 102 |
| Binary | 11100000 | 10010010 | 1110011 | 0 | 100011 | 110001 | 1100 | 10001 | 1000000 | 1000010 |
Color Harmonies of #E09273
Complementary color
Monochromatic Colors of #E09273
Black with #E09273
Text Example
Text Example
White with #E09273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09273; }
p { color: rgb(224,146,115); }
H1.HeaderClassName
{
color: #E09273;
}
.AnyTagClassName
{
color: #E09273;
}
</style>
background-color css
<style>
a { background-color: #E09273; }
a { background-color: rgb(224,146,115); }
div.DivClassName
{
background-color: #E09273;
}
.BgClassName
{
background-color: #E09273;
}
</style>
border-color css
<style>
span { border-color: #E09273; }
span { border-color: rgb(224,146,115); }
td.TdClassName
{
border-color: #E09273;
}
.TagClassName
{
border-color: #E09273;
}
</style>