Shades of Dark Salmon #E09C77
Tints of Dark Salmon #E09C77
RGB
CMYK
RGB Variations
Color information
#E09C77 (or 0xE09C77) is known color: Dark Salmon. HEX triplet: E0, 9C and 77. RGB value is (224,156,119). Sum of RGB (Red+Green+Blue) = 224+156+119=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09C77 is #1F6388. Grayscale: #ACACAC. Windows color (decimal): -2057097 or 7838944. OLE color: 7838944.
HSL color Cylindrical-coordinate representation of color #E09C77: hue angle of 21.14º 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 #E09C77 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 119 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.12 |
| HSL | 21.14º | 0.63% | 0.67% | - |
| HSV(B) | 21.14º | 0.47% | 0.88% | - |
| XYZ | 45.96 | 40.96 | 22.94 | - |
| YUV | 172.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 119 | 0 | 0.30 | 0.47 | 0.12 | 21.14 | 0.63 | 0.67 |
| Hex | E0 | 9C | 77 | 0 | 1E | 2F | C | 15 | 3F | 43 |
| Octal | 340 | 234 | 167 | 0 | 36 | 57 | 14 | 25 | 77 | 103 |
| Binary | 11100000 | 10011100 | 1110111 | 0 | 11110 | 101111 | 1100 | 10101 | 111111 | 1000011 |
Color Harmonies of #E09C77
Complementary color
Monochromatic Colors of #E09C77
Black with #E09C77
Text Example
Text Example
White with #E09C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C77; }
p { color: rgb(224,156,119); }
H1.HeaderClassName
{
color: #E09C77;
}
.AnyTagClassName
{
color: #E09C77;
}
</style>
background-color css
<style>
a { background-color: #E09C77; }
a { background-color: rgb(224,156,119); }
div.DivClassName
{
background-color: #E09C77;
}
.BgClassName
{
background-color: #E09C77;
}
</style>
border-color css
<style>
span { border-color: #E09C77; }
span { border-color: rgb(224,156,119); }
td.TdClassName
{
border-color: #E09C77;
}
.TagClassName
{
border-color: #E09C77;
}
</style>