Shades of Dark Salmon #E09B7A
Tints of Dark Salmon #E09B7A
RGB
CMYK
RGB Variations
Color information
#E09B7A (or 0xE09B7A) is known color: Dark Salmon. HEX triplet: E0, 9B and 7A. RGB value is (224,155,122). Sum of RGB (Red+Green+Blue) = 224+155+122=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B7A is #1F6485. Grayscale: #ACACAC. Windows color (decimal): -2057350 or 8035296. OLE color: 8035296.
HSL color Cylindrical-coordinate representation of color #E09B7A: hue angle of 19.41º 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 #E09B7A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 122 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.12 |
| HSL | 19.41º | 0.62% | 0.68% | - |
| HSV(B) | 19.41º | 0.46% | 0.88% | - |
| XYZ | 45.97 | 40.7 | 23.84 | - |
| YUV | 171.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 122 | 0 | 0.31 | 0.46 | 0.12 | 19.41 | 0.62 | 0.68 |
| Hex | E0 | 9B | 7A | 0 | 1F | 2E | C | 13 | 3E | 44 |
| Octal | 340 | 233 | 172 | 0 | 37 | 56 | 14 | 23 | 76 | 104 |
| Binary | 11100000 | 10011011 | 1111010 | 0 | 11111 | 101110 | 1100 | 10011 | 111110 | 1000100 |
Color Harmonies of #E09B7A
Complementary color
Monochromatic Colors of #E09B7A
Black with #E09B7A
Text Example
Text Example
White with #E09B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B7A; }
p { color: rgb(224,155,122); }
H1.HeaderClassName
{
color: #E09B7A;
}
.AnyTagClassName
{
color: #E09B7A;
}
</style>
background-color css
<style>
a { background-color: #E09B7A; }
a { background-color: rgb(224,155,122); }
div.DivClassName
{
background-color: #E09B7A;
}
.BgClassName
{
background-color: #E09B7A;
}
</style>
border-color css
<style>
span { border-color: #E09B7A; }
span { border-color: rgb(224,155,122); }
td.TdClassName
{
border-color: #E09B7A;
}
.TagClassName
{
border-color: #E09B7A;
}
</style>