Shades of Dark Salmon #E49D7B
Tints of Dark Salmon #E49D7B
RGB
CMYK
RGB Variations
Color information
#E49D7B (or 0xE49D7B) is known color: Dark Salmon. HEX triplet: E4, 9D and 7B. RGB value is (228,157,123). Sum of RGB (Red+Green+Blue) = 228+157+123=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D7B is #1B6284. Grayscale: #AEAEAE. Windows color (decimal): -1794693 or 8101348. OLE color: 8101348.
HSL color Cylindrical-coordinate representation of color #E49D7B: hue angle of 19.43º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E49D7B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 123 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.11 |
| HSL | 19.43º | 0.66% | 0.69% | - |
| HSV(B) | 19.43º | 0.46% | 0.89% | - |
| XYZ | 47.63 | 42.04 | 24.34 | - |
| YUV | 174.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 123 | 0 | 0.31 | 0.46 | 0.11 | 19.43 | 0.66 | 0.69 |
| Hex | E4 | 9D | 7B | 0 | 1F | 2E | B | 13 | 42 | 45 |
| Octal | 344 | 235 | 173 | 0 | 37 | 56 | 13 | 23 | 102 | 105 |
| Binary | 11100100 | 10011101 | 1111011 | 0 | 11111 | 101110 | 1011 | 10011 | 1000010 | 1000101 |
Color Harmonies of #E49D7B
Complementary color
Monochromatic Colors of #E49D7B
Black with #E49D7B
Text Example
Text Example
White with #E49D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D7B; }
p { color: rgb(228,157,123); }
H1.HeaderClassName
{
color: #E49D7B;
}
.AnyTagClassName
{
color: #E49D7B;
}
</style>
background-color css
<style>
a { background-color: #E49D7B; }
a { background-color: rgb(228,157,123); }
div.DivClassName
{
background-color: #E49D7B;
}
.BgClassName
{
background-color: #E49D7B;
}
</style>
border-color css
<style>
span { border-color: #E49D7B; }
span { border-color: rgb(228,157,123); }
td.TdClassName
{
border-color: #E49D7B;
}
.TagClassName
{
border-color: #E49D7B;
}
</style>