Shades of Dark Salmon #E4967C
Tints of Dark Salmon #E4967C
RGB
CMYK
RGB Variations
Color information
#E4967C (or 0xE4967C) is known color: Dark Salmon. HEX triplet: E4, 96 and 7C. RGB value is (228,150,124). Sum of RGB (Red+Green+Blue) = 228+150+124=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4967C is #1B6983. Grayscale: #AAAAAA. Windows color (decimal): -1796484 or 8165092. OLE color: 8165092.
HSL color Cylindrical-coordinate representation of color #E4967C: hue angle of 15º 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 #E4967C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 124 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.11 |
| HSL | 15º | 0.66% | 0.69% | - |
| HSV(B) | 15º | 0.46% | 0.89% | - |
| XYZ | 46.54 | 39.76 | 24.29 | - |
| YUV | 170.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 124 | 0 | 0.34 | 0.46 | 0.11 | 15 | 0.66 | 0.69 |
| Hex | E4 | 96 | 7C | 0 | 22 | 2E | B | F | 42 | 45 |
| Octal | 344 | 226 | 174 | 0 | 42 | 56 | 13 | 17 | 102 | 105 |
| Binary | 11100100 | 10010110 | 1111100 | 0 | 100010 | 101110 | 1011 | 1111 | 1000010 | 1000101 |
Color Harmonies of #E4967C
Complementary color
Monochromatic Colors of #E4967C
Black with #E4967C
Text Example
Text Example
White with #E4967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4967C; }
p { color: rgb(228,150,124); }
H1.HeaderClassName
{
color: #E4967C;
}
.AnyTagClassName
{
color: #E4967C;
}
</style>
background-color css
<style>
a { background-color: #E4967C; }
a { background-color: rgb(228,150,124); }
div.DivClassName
{
background-color: #E4967C;
}
.BgClassName
{
background-color: #E4967C;
}
</style>
border-color css
<style>
span { border-color: #E4967C; }
span { border-color: rgb(228,150,124); }
td.TdClassName
{
border-color: #E4967C;
}
.TagClassName
{
border-color: #E4967C;
}
</style>