Shades of Dark Salmon #E59B7B
Tints of Dark Salmon #E59B7B
RGB
CMYK
RGB Variations
Color information
#E59B7B (or 0xE59B7B) is known color: Dark Salmon. HEX triplet: E5, 9B and 7B. RGB value is (229,155,123). Sum of RGB (Red+Green+Blue) = 229+155+123=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59B7B is #1A6484. Grayscale: #ADADAD. Windows color (decimal): -1729669 or 8100837. OLE color: 8100837.
HSL color Cylindrical-coordinate representation of color #E59B7B: hue angle of 18.11º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E59B7B is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 123 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.10 |
| HSL | 18.11º | 0.67% | 0.69% | - |
| HSV(B) | 18.11º | 0.46% | 0.9% | - |
| XYZ | 47.61 | 41.53 | 24.25 | - |
| YUV | 173.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 123 | 0 | 0.32 | 0.46 | 0.10 | 18.11 | 0.67 | 0.69 |
| Hex | E5 | 9B | 7B | 0 | 20 | 2E | A | 12 | 43 | 45 |
| Octal | 345 | 233 | 173 | 0 | 40 | 56 | 12 | 22 | 103 | 105 |
| Binary | 11100101 | 10011011 | 1111011 | 0 | 100000 | 101110 | 1010 | 10010 | 1000011 | 1000101 |
Color Harmonies of #E59B7B
Complementary color
Monochromatic Colors of #E59B7B
Black with #E59B7B
Text Example
Text Example
White with #E59B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B7B; }
p { color: rgb(229,155,123); }
H1.HeaderClassName
{
color: #E59B7B;
}
.AnyTagClassName
{
color: #E59B7B;
}
</style>
background-color css
<style>
a { background-color: #E59B7B; }
a { background-color: rgb(229,155,123); }
div.DivClassName
{
background-color: #E59B7B;
}
.BgClassName
{
background-color: #E59B7B;
}
</style>
border-color css
<style>
span { border-color: #E59B7B; }
span { border-color: rgb(229,155,123); }
td.TdClassName
{
border-color: #E59B7B;
}
.TagClassName
{
border-color: #E59B7B;
}
</style>