Shades of Dark Salmon #E09280
Tints of Dark Salmon #E09280
RGB
CMYK
RGB Variations
Color information
#E09280 (or 0xE09280) is known color: Dark Salmon. HEX triplet: E0, 92 and 80. RGB value is (224,146,128). Sum of RGB (Red+Green+Blue) = 224+146+128=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E09280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09280 is #1F6D7F. Grayscale: #A7A7A7. Windows color (decimal): -2059648 or 8426208. OLE color: 8426208.
HSL color Cylindrical-coordinate representation of color #E09280: hue angle of 11.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09280 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 128 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.12 |
| HSL | 11.25º | 0.61% | 0.69% | - |
| HSV(B) | 11.25º | 0.43% | 0.88% | - |
| XYZ | 44.92 | 37.96 | 25.38 | - |
| YUV | 167.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 128 | 0 | 0.35 | 0.43 | 0.12 | 11.25 | 0.61 | 0.69 |
| Hex | E0 | 92 | 80 | 0 | 23 | 2B | C | B | 3D | 45 |
| Octal | 340 | 222 | 200 | 0 | 43 | 53 | 14 | 13 | 75 | 105 |
| Binary | 11100000 | 10010010 | 10000000 | 0 | 100011 | 101011 | 1100 | 1011 | 111101 | 1000101 |
Color Harmonies of #E09280
Complementary color
Monochromatic Colors of #E09280
Black with #E09280
Text Example
Text Example
White with #E09280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09280; }
p { color: rgb(224,146,128); }
H1.HeaderClassName
{
color: #E09280;
}
.AnyTagClassName
{
color: #E09280;
}
</style>
background-color css
<style>
a { background-color: #E09280; }
a { background-color: rgb(224,146,128); }
div.DivClassName
{
background-color: #E09280;
}
.BgClassName
{
background-color: #E09280;
}
</style>
border-color css
<style>
span { border-color: #E09280; }
span { border-color: rgb(224,146,128); }
td.TdClassName
{
border-color: #E09280;
}
.TagClassName
{
border-color: #E09280;
}
</style>