Shades of Dark Salmon #E09B78
Tints of Dark Salmon #E09B78
RGB
CMYK
RGB Variations
Color information
#E09B78 (or 0xE09B78) is known color: Dark Salmon. HEX triplet: E0, 9B and 78. RGB value is (224,155,120). Sum of RGB (Red+Green+Blue) = 224+155+120=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B78 is #1F6487. Grayscale: #ABABAB. Windows color (decimal): -2057352 or 7904224. OLE color: 7904224.
HSL color Cylindrical-coordinate representation of color #E09B78: hue angle of 20.19º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E09B78 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 120 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.12 |
| HSL | 20.19º | 0.63% | 0.67% | - |
| HSV(B) | 20.19º | 0.46% | 0.88% | - |
| XYZ | 45.85 | 40.65 | 23.2 | - |
| YUV | 171.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 120 | 0 | 0.31 | 0.46 | 0.12 | 20.19 | 0.63 | 0.67 |
| Hex | E0 | 9B | 78 | 0 | 1F | 2E | C | 14 | 3F | 43 |
| Octal | 340 | 233 | 170 | 0 | 37 | 56 | 14 | 24 | 77 | 103 |
| Binary | 11100000 | 10011011 | 1111000 | 0 | 11111 | 101110 | 1100 | 10100 | 111111 | 1000011 |
Color Harmonies of #E09B78
Complementary color
Monochromatic Colors of #E09B78
Black with #E09B78
Text Example
Text Example
White with #E09B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B78; }
p { color: rgb(224,155,120); }
H1.HeaderClassName
{
color: #E09B78;
}
.AnyTagClassName
{
color: #E09B78;
}
</style>
background-color css
<style>
a { background-color: #E09B78; }
a { background-color: rgb(224,155,120); }
div.DivClassName
{
background-color: #E09B78;
}
.BgClassName
{
background-color: #E09B78;
}
</style>
border-color css
<style>
span { border-color: #E09B78; }
span { border-color: rgb(224,155,120); }
td.TdClassName
{
border-color: #E09B78;
}
.TagClassName
{
border-color: #E09B78;
}
</style>