Shades of Dark Salmon #E09581
Tints of Dark Salmon #E09581
RGB
CMYK
RGB Variations
Color information
#E09581 (or 0xE09581) is known color: Dark Salmon. HEX triplet: E0, 95 and 81. RGB value is (224,149,129). Sum of RGB (Red+Green+Blue) = 224+149+129=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09581 is #1F6A7E. Grayscale: #A9A9A9. Windows color (decimal): -2058879 or 8492512. OLE color: 8492512.
HSL color Cylindrical-coordinate representation of color #E09581: hue angle of 12.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E09581 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 129 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.12 |
| HSL | 12.63º | 0.61% | 0.69% | - |
| HSV(B) | 12.63º | 0.42% | 0.88% | - |
| XYZ | 45.45 | 38.93 | 25.89 | - |
| YUV | 169.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 129 | 0 | 0.33 | 0.42 | 0.12 | 12.63 | 0.61 | 0.69 |
| Hex | E0 | 95 | 81 | 0 | 21 | 2A | C | D | 3D | 45 |
| Octal | 340 | 225 | 201 | 0 | 41 | 52 | 14 | 15 | 75 | 105 |
| Binary | 11100000 | 10010101 | 10000001 | 0 | 100001 | 101010 | 1100 | 1101 | 111101 | 1000101 |
Color Harmonies of #E09581
Complementary color
Monochromatic Colors of #E09581
Black with #E09581
Text Example
Text Example
White with #E09581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09581; }
p { color: rgb(224,149,129); }
H1.HeaderClassName
{
color: #E09581;
}
.AnyTagClassName
{
color: #E09581;
}
</style>
background-color css
<style>
a { background-color: #E09581; }
a { background-color: rgb(224,149,129); }
div.DivClassName
{
background-color: #E09581;
}
.BgClassName
{
background-color: #E09581;
}
</style>
border-color css
<style>
span { border-color: #E09581; }
span { border-color: rgb(224,149,129); }
td.TdClassName
{
border-color: #E09581;
}
.TagClassName
{
border-color: #E09581;
}
</style>