Shades of Dark Salmon #E3967B
Tints of Dark Salmon #E3967B
RGB
CMYK
RGB Variations
Color information
#E3967B (or 0xE3967B) is known color: Dark Salmon. HEX triplet: E3, 96 and 7B. RGB value is (227,150,123). Sum of RGB (Red+Green+Blue) = 227+150+123=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3967B is #1C6984. Grayscale: #AAAAAA. Windows color (decimal): -1862021 or 8099555. OLE color: 8099555.
HSL color Cylindrical-coordinate representation of color #E3967B: hue angle of 15.58º degrees, saturation: 0.65, 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 #E3967B is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 123 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.11 |
| HSL | 15.58º | 0.65% | 0.69% | - |
| HSV(B) | 15.58º | 0.46% | 0.89% | - |
| XYZ | 46.16 | 39.57 | 23.94 | - |
| YUV | 169.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 123 | 0 | 0.34 | 0.46 | 0.11 | 15.58 | 0.65 | 0.69 |
| Hex | E3 | 96 | 7B | 0 | 22 | 2E | B | 10 | 41 | 45 |
| Octal | 343 | 226 | 173 | 0 | 42 | 56 | 13 | 20 | 101 | 105 |
| Binary | 11100011 | 10010110 | 1111011 | 0 | 100010 | 101110 | 1011 | 10000 | 1000001 | 1000101 |
Color Harmonies of #E3967B
Complementary color
Monochromatic Colors of #E3967B
Black with #E3967B
Text Example
Text Example
White with #E3967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3967B; }
p { color: rgb(227,150,123); }
H1.HeaderClassName
{
color: #E3967B;
}
.AnyTagClassName
{
color: #E3967B;
}
</style>
background-color css
<style>
a { background-color: #E3967B; }
a { background-color: rgb(227,150,123); }
div.DivClassName
{
background-color: #E3967B;
}
.BgClassName
{
background-color: #E3967B;
}
</style>
border-color css
<style>
span { border-color: #E3967B; }
span { border-color: rgb(227,150,123); }
td.TdClassName
{
border-color: #E3967B;
}
.TagClassName
{
border-color: #E3967B;
}
</style>