Shades of Dark Salmon #E09677
Tints of Dark Salmon #E09677
RGB
CMYK
RGB Variations
Color information
#E09677 (or 0xE09677) is known color: Dark Salmon. HEX triplet: E0, 96 and 77. RGB value is (224,150,119). Sum of RGB (Red+Green+Blue) = 224+150+119=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E09677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09677 is #1F6988. Grayscale: #A8A8A8. Windows color (decimal): -2058633 or 7837408. OLE color: 7837408.
HSL color Cylindrical-coordinate representation of color #E09677: hue angle of 17.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E09677 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 119 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.12 |
| HSL | 17.71º | 0.63% | 0.67% | - |
| HSV(B) | 17.71º | 0.47% | 0.88% | - |
| XYZ | 44.98 | 38.99 | 22.61 | - |
| YUV | 168.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 119 | 0 | 0.33 | 0.47 | 0.12 | 17.71 | 0.63 | 0.67 |
| Hex | E0 | 96 | 77 | 0 | 21 | 2F | C | 12 | 3F | 43 |
| Octal | 340 | 226 | 167 | 0 | 41 | 57 | 14 | 22 | 77 | 103 |
| Binary | 11100000 | 10010110 | 1110111 | 0 | 100001 | 101111 | 1100 | 10010 | 111111 | 1000011 |
Color Harmonies of #E09677
Complementary color
Monochromatic Colors of #E09677
Black with #E09677
Text Example
Text Example
White with #E09677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09677; }
p { color: rgb(224,150,119); }
H1.HeaderClassName
{
color: #E09677;
}
.AnyTagClassName
{
color: #E09677;
}
</style>
background-color css
<style>
a { background-color: #E09677; }
a { background-color: rgb(224,150,119); }
div.DivClassName
{
background-color: #E09677;
}
.BgClassName
{
background-color: #E09677;
}
</style>
border-color css
<style>
span { border-color: #E09677; }
span { border-color: rgb(224,150,119); }
td.TdClassName
{
border-color: #E09677;
}
.TagClassName
{
border-color: #E09677;
}
</style>