Shades of Dark Salmon #E7967A
Tints of Dark Salmon #E7967A
RGB
CMYK
RGB Variations
Color information
#E7967A (or 0xE7967A) is known color: Dark Salmon. HEX triplet: E7, 96 and 7A. RGB value is (231,150,122). Sum of RGB (Red+Green+Blue) = 231+150+122=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967A is #186985. Grayscale: #ABABAB. Windows color (decimal): -1599878 or 8034023. OLE color: 8034023.
HSL color Cylindrical-coordinate representation of color #E7967A: hue angle of 15.41º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7967A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 122 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.09 |
| HSL | 15.41º | 0.69% | 0.69% | - |
| HSV(B) | 15.41º | 0.47% | 0.91% | - |
| XYZ | 47.37 | 40.21 | 23.68 | - |
| YUV | 171.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 122 | 0 | 0.35 | 0.47 | 0.09 | 15.41 | 0.69 | 0.69 |
| Hex | E7 | 96 | 7A | 0 | 23 | 2F | 9 | F | 45 | 45 |
| Octal | 347 | 226 | 172 | 0 | 43 | 57 | 11 | 17 | 105 | 105 |
| Binary | 11100111 | 10010110 | 1111010 | 0 | 100011 | 101111 | 1001 | 1111 | 1000101 | 1000101 |
Color Harmonies of #E7967A
Complementary color
Monochromatic Colors of #E7967A
Black with #E7967A
Text Example
Text Example
White with #E7967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7967A; }
p { color: rgb(231,150,122); }
H1.HeaderClassName
{
color: #E7967A;
}
.AnyTagClassName
{
color: #E7967A;
}
</style>
background-color css
<style>
a { background-color: #E7967A; }
a { background-color: rgb(231,150,122); }
div.DivClassName
{
background-color: #E7967A;
}
.BgClassName
{
background-color: #E7967A;
}
</style>
border-color css
<style>
span { border-color: #E7967A; }
span { border-color: rgb(231,150,122); }
td.TdClassName
{
border-color: #E7967A;
}
.TagClassName
{
border-color: #E7967A;
}
</style>