Shades of Dark Salmon #E59B7A
Tints of Dark Salmon #E59B7A
RGB
CMYK
RGB Variations
Color information
#E59B7A (or 0xE59B7A) is known color: Dark Salmon. HEX triplet: E5, 9B and 7A. RGB value is (229,155,122). Sum of RGB (Red+Green+Blue) = 229+155+122=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59B7A is #1A6485. Grayscale: #ADADAD. Windows color (decimal): -1729670 or 8035301. OLE color: 8035301.
HSL color Cylindrical-coordinate representation of color #E59B7A: hue angle of 18.5º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E59B7A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 122 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.10 |
| HSL | 18.5º | 0.67% | 0.69% | - |
| HSV(B) | 18.5º | 0.47% | 0.9% | - |
| XYZ | 47.55 | 41.51 | 23.92 | - |
| YUV | 173.36 | 99.02 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 122 | 0 | 0.32 | 0.47 | 0.10 | 18.5 | 0.67 | 0.69 |
| Hex | E5 | 9B | 7A | 0 | 20 | 2F | A | 13 | 43 | 45 |
| Octal | 345 | 233 | 172 | 0 | 40 | 57 | 12 | 23 | 103 | 105 |
| Binary | 11100101 | 10011011 | 1111010 | 0 | 100000 | 101111 | 1010 | 10011 | 1000011 | 1000101 |
Color Harmonies of #E59B7A
Complementary color
Monochromatic Colors of #E59B7A
Black with #E59B7A
Text Example
Text Example
White with #E59B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B7A; }
p { color: rgb(229,155,122); }
H1.HeaderClassName
{
color: #E59B7A;
}
.AnyTagClassName
{
color: #E59B7A;
}
</style>
background-color css
<style>
a { background-color: #E59B7A; }
a { background-color: rgb(229,155,122); }
div.DivClassName
{
background-color: #E59B7A;
}
.BgClassName
{
background-color: #E59B7A;
}
</style>
border-color css
<style>
span { border-color: #E59B7A; }
span { border-color: rgb(229,155,122); }
td.TdClassName
{
border-color: #E59B7A;
}
.TagClassName
{
border-color: #E59B7A;
}
</style>