Shades of Dark Salmon #E59A72
Tints of Dark Salmon #E59A72
RGB
CMYK
RGB Variations
Color information
#E59A72 (or 0xE59A72) is known color: Dark Salmon. HEX triplet: E5, 9A and 72. RGB value is (229,154,114). Sum of RGB (Red+Green+Blue) = 229+154+114=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59A72 is #1A658D. Grayscale: #ACACAC. Windows color (decimal): -1729934 or 7510757. OLE color: 7510757.
HSL color Cylindrical-coordinate representation of color #E59A72: hue angle of 20.87º 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 #E59A72 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 114 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.10 |
| HSL | 20.87º | 0.69% | 0.67% | - |
| HSV(B) | 20.87º | 0.5% | 0.9% | - |
| XYZ | 46.91 | 40.98 | 21.36 | - |
| YUV | 171.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 114 | 0 | 0.33 | 0.50 | 0.10 | 20.87 | 0.69 | 0.67 |
| Hex | E5 | 9A | 72 | 0 | 21 | 32 | A | 15 | 45 | 43 |
| Octal | 345 | 232 | 162 | 0 | 41 | 62 | 12 | 25 | 105 | 103 |
| Binary | 11100101 | 10011010 | 1110010 | 0 | 100001 | 110010 | 1010 | 10101 | 1000101 | 1000011 |
Color Harmonies of #E59A72
Complementary color
Monochromatic Colors of #E59A72
Black with #E59A72
Text Example
Text Example
White with #E59A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A72; }
p { color: rgb(229,154,114); }
H1.HeaderClassName
{
color: #E59A72;
}
.AnyTagClassName
{
color: #E59A72;
}
</style>
background-color css
<style>
a { background-color: #E59A72; }
a { background-color: rgb(229,154,114); }
div.DivClassName
{
background-color: #E59A72;
}
.BgClassName
{
background-color: #E59A72;
}
</style>
border-color css
<style>
span { border-color: #E59A72; }
span { border-color: rgb(229,154,114); }
td.TdClassName
{
border-color: #E59A72;
}
.TagClassName
{
border-color: #E59A72;
}
</style>