Shades of Dark Salmon #E09377
Tints of Dark Salmon #E09377
RGB
CMYK
RGB Variations
Color information
#E09377 (or 0xE09377) is known color: Dark Salmon. HEX triplet: E0, 93 and 77. RGB value is (224,147,119). Sum of RGB (Red+Green+Blue) = 224+147+119=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E09377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09377 is #1F6C88. Grayscale: #A7A7A7. Windows color (decimal): -2059401 or 7836640. OLE color: 7836640.
HSL color Cylindrical-coordinate representation of color #E09377: hue angle of 16º 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 #E09377 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 119 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.12 |
| HSL | 16º | 0.63% | 0.67% | - |
| HSV(B) | 16º | 0.47% | 0.88% | - |
| XYZ | 44.5 | 38.05 | 22.45 | - |
| YUV | 166.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 119 | 0 | 0.34 | 0.47 | 0.12 | 16 | 0.63 | 0.67 |
| Hex | E0 | 93 | 77 | 0 | 22 | 2F | C | 10 | 3F | 43 |
| Octal | 340 | 223 | 167 | 0 | 42 | 57 | 14 | 20 | 77 | 103 |
| Binary | 11100000 | 10010011 | 1110111 | 0 | 100010 | 101111 | 1100 | 10000 | 111111 | 1000011 |
Color Harmonies of #E09377
Complementary color
Monochromatic Colors of #E09377
Black with #E09377
Text Example
Text Example
White with #E09377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09377; }
p { color: rgb(224,147,119); }
H1.HeaderClassName
{
color: #E09377;
}
.AnyTagClassName
{
color: #E09377;
}
</style>
background-color css
<style>
a { background-color: #E09377; }
a { background-color: rgb(224,147,119); }
div.DivClassName
{
background-color: #E09377;
}
.BgClassName
{
background-color: #E09377;
}
</style>
border-color css
<style>
span { border-color: #E09377; }
span { border-color: rgb(224,147,119); }
td.TdClassName
{
border-color: #E09377;
}
.TagClassName
{
border-color: #E09377;
}
</style>