Shades of Dark Salmon #E59F72
Tints of Dark Salmon #E59F72
RGB
CMYK
RGB Variations
Color information
#E59F72 (or 0xE59F72) is known color: Dark Salmon. HEX triplet: E5, 9F and 72. RGB value is (229,159,114). Sum of RGB (Red+Green+Blue) = 229+159+114=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F72 is #1A608D. Grayscale: #AFAFAF. Windows color (decimal): -1728654 or 7512037. OLE color: 7512037.
HSL color Cylindrical-coordinate representation of color #E59F72: hue angle of 23.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E59F72 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 114 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.10 |
| HSL | 23.48º | 0.69% | 0.67% | - |
| HSV(B) | 23.48º | 0.5% | 0.9% | - |
| XYZ | 47.75 | 42.67 | 21.64 | - |
| YUV | 174.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 114 | 0 | 0.31 | 0.50 | 0.10 | 23.48 | 0.69 | 0.67 |
| Hex | E5 | 9F | 72 | 0 | 1F | 32 | A | 17 | 45 | 43 |
| Octal | 345 | 237 | 162 | 0 | 37 | 62 | 12 | 27 | 105 | 103 |
| Binary | 11100101 | 10011111 | 1110010 | 0 | 11111 | 110010 | 1010 | 10111 | 1000101 | 1000011 |
Color Harmonies of #E59F72
Complementary color
Monochromatic Colors of #E59F72
Black with #E59F72
Text Example
Text Example
White with #E59F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F72; }
p { color: rgb(229,159,114); }
H1.HeaderClassName
{
color: #E59F72;
}
.AnyTagClassName
{
color: #E59F72;
}
</style>
background-color css
<style>
a { background-color: #E59F72; }
a { background-color: rgb(229,159,114); }
div.DivClassName
{
background-color: #E59F72;
}
.BgClassName
{
background-color: #E59F72;
}
</style>
border-color css
<style>
span { border-color: #E59F72; }
span { border-color: rgb(229,159,114); }
td.TdClassName
{
border-color: #E59F72;
}
.TagClassName
{
border-color: #E59F72;
}
</style>