Shades of Dark Salmon #E49C7A
Tints of Dark Salmon #E49C7A
RGB
CMYK
RGB Variations
Color information
#E49C7A (or 0xE49C7A) is known color: Dark Salmon. HEX triplet: E4, 9C and 7A. RGB value is (228,156,122). Sum of RGB (Red+Green+Blue) = 228+156+122=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49C7A is #1B6385. Grayscale: #ADADAD. Windows color (decimal): -1794950 or 8035556. OLE color: 8035556.
HSL color Cylindrical-coordinate representation of color #E49C7A: hue angle of 19.25º 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 #E49C7A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 122 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.11 |
| HSL | 19.25º | 0.66% | 0.69% | - |
| HSV(B) | 19.25º | 0.46% | 0.89% | - |
| XYZ | 47.4 | 41.68 | 23.96 | - |
| YUV | 173.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 122 | 0 | 0.32 | 0.46 | 0.11 | 19.25 | 0.66 | 0.69 |
| Hex | E4 | 9C | 7A | 0 | 20 | 2E | B | 13 | 42 | 45 |
| Octal | 344 | 234 | 172 | 0 | 40 | 56 | 13 | 23 | 102 | 105 |
| Binary | 11100100 | 10011100 | 1111010 | 0 | 100000 | 101110 | 1011 | 10011 | 1000010 | 1000101 |
Color Harmonies of #E49C7A
Complementary color
Monochromatic Colors of #E49C7A
Black with #E49C7A
Text Example
Text Example
White with #E49C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C7A; }
p { color: rgb(228,156,122); }
H1.HeaderClassName
{
color: #E49C7A;
}
.AnyTagClassName
{
color: #E49C7A;
}
</style>
background-color css
<style>
a { background-color: #E49C7A; }
a { background-color: rgb(228,156,122); }
div.DivClassName
{
background-color: #E49C7A;
}
.BgClassName
{
background-color: #E49C7A;
}
</style>
border-color css
<style>
span { border-color: #E49C7A; }
span { border-color: rgb(228,156,122); }
td.TdClassName
{
border-color: #E49C7A;
}
.TagClassName
{
border-color: #E49C7A;
}
</style>