Shades of Dark Salmon #E59072
Tints of Dark Salmon #E59072
RGB
CMYK
RGB Variations
Color information
#E59072 (or 0xE59072) is known color: Dark Salmon. HEX triplet: E5, 90 and 72. RGB value is (229,144,114). Sum of RGB (Red+Green+Blue) = 229+144+114=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E59072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59072 is #1A6F8D. Grayscale: #A6A6A6. Windows color (decimal): -1732494 or 7508197. OLE color: 7508197.
HSL color Cylindrical-coordinate representation of color #E59072: hue angle of 15.65º 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 #E59072 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 114 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.10 |
| HSL | 15.65º | 0.69% | 0.67% | - |
| HSV(B) | 15.65º | 0.5% | 0.9% | - |
| XYZ | 45.32 | 37.82 | 20.83 | - |
| YUV | 166 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 114 | 0 | 0.37 | 0.50 | 0.10 | 15.65 | 0.69 | 0.67 |
| Hex | E5 | 90 | 72 | 0 | 25 | 32 | A | 10 | 45 | 43 |
| Octal | 345 | 220 | 162 | 0 | 45 | 62 | 12 | 20 | 105 | 103 |
| Binary | 11100101 | 10010000 | 1110010 | 0 | 100101 | 110010 | 1010 | 10000 | 1000101 | 1000011 |
Color Harmonies of #E59072
Complementary color
Monochromatic Colors of #E59072
Black with #E59072
Text Example
Text Example
White with #E59072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59072; }
p { color: rgb(229,144,114); }
H1.HeaderClassName
{
color: #E59072;
}
.AnyTagClassName
{
color: #E59072;
}
</style>
background-color css
<style>
a { background-color: #E59072; }
a { background-color: rgb(229,144,114); }
div.DivClassName
{
background-color: #E59072;
}
.BgClassName
{
background-color: #E59072;
}
</style>
border-color css
<style>
span { border-color: #E59072; }
span { border-color: rgb(229,144,114); }
td.TdClassName
{
border-color: #E59072;
}
.TagClassName
{
border-color: #E59072;
}
</style>