Shades of Dark Salmon #E4967E
Tints of Dark Salmon #E4967E
RGB
CMYK
RGB Variations
Color information
#E4967E (or 0xE4967E) is known color: Dark Salmon. HEX triplet: E4, 96 and 7E. RGB value is (228,150,126). Sum of RGB (Red+Green+Blue) = 228+150+126=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E4967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4967E is #1B6981. Grayscale: #AAAAAA. Windows color (decimal): -1796482 or 8296164. OLE color: 8296164.
HSL color Cylindrical-coordinate representation of color #E4967E: hue angle of 14.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4967E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 126 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.11 |
| HSL | 14.12º | 0.65% | 0.69% | - |
| HSV(B) | 14.12º | 0.45% | 0.89% | - |
| XYZ | 46.67 | 39.81 | 24.96 | - |
| YUV | 170.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 126 | 0 | 0.34 | 0.45 | 0.11 | 14.12 | 0.65 | 0.69 |
| Hex | E4 | 96 | 7E | 0 | 22 | 2D | B | E | 41 | 45 |
| Octal | 344 | 226 | 176 | 0 | 42 | 55 | 13 | 16 | 101 | 105 |
| Binary | 11100100 | 10010110 | 1111110 | 0 | 100010 | 101101 | 1011 | 1110 | 1000001 | 1000101 |
Color Harmonies of #E4967E
Complementary color
Monochromatic Colors of #E4967E
Black with #E4967E
Text Example
Text Example
White with #E4967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4967E; }
p { color: rgb(228,150,126); }
H1.HeaderClassName
{
color: #E4967E;
}
.AnyTagClassName
{
color: #E4967E;
}
</style>
background-color css
<style>
a { background-color: #E4967E; }
a { background-color: rgb(228,150,126); }
div.DivClassName
{
background-color: #E4967E;
}
.BgClassName
{
background-color: #E4967E;
}
</style>
border-color css
<style>
span { border-color: #E4967E; }
span { border-color: rgb(228,150,126); }
td.TdClassName
{
border-color: #E4967E;
}
.TagClassName
{
border-color: #E4967E;
}
</style>