Shades of Dark Salmon #E0967A
Tints of Dark Salmon #E0967A
RGB
CMYK
RGB Variations
Color information
#E0967A (or 0xE0967A) is known color: Dark Salmon. HEX triplet: E0, 96 and 7A. RGB value is (224,150,122). Sum of RGB (Red+Green+Blue) = 224+150+122=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0967A is #1F6985. Grayscale: #A9A9A9. Windows color (decimal): -2058630 or 8034016. OLE color: 8034016.
HSL color Cylindrical-coordinate representation of color #E0967A: hue angle of 16.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0967A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 122 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 16.47º | 0.62% | 0.68% | - |
| HSV(B) | 16.47º | 0.46% | 0.88% | - |
| XYZ | 45.16 | 39.07 | 23.57 | - |
| YUV | 168.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 122 | 0 | 0.33 | 0.46 | 0.12 | 16.47 | 0.62 | 0.68 |
| Hex | E0 | 96 | 7A | 0 | 21 | 2E | C | 10 | 3E | 44 |
| Octal | 340 | 226 | 172 | 0 | 41 | 56 | 14 | 20 | 76 | 104 |
| Binary | 11100000 | 10010110 | 1111010 | 0 | 100001 | 101110 | 1100 | 10000 | 111110 | 1000100 |
Color Harmonies of #E0967A
Complementary color
Monochromatic Colors of #E0967A
Black with #E0967A
Text Example
Text Example
White with #E0967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0967A; }
p { color: rgb(224,150,122); }
H1.HeaderClassName
{
color: #E0967A;
}
.AnyTagClassName
{
color: #E0967A;
}
</style>
background-color css
<style>
a { background-color: #E0967A; }
a { background-color: rgb(224,150,122); }
div.DivClassName
{
background-color: #E0967A;
}
.BgClassName
{
background-color: #E0967A;
}
</style>
border-color css
<style>
span { border-color: #E0967A; }
span { border-color: rgb(224,150,122); }
td.TdClassName
{
border-color: #E0967A;
}
.TagClassName
{
border-color: #E0967A;
}
</style>