Shades of Dark Salmon #E09B7B
Tints of Dark Salmon #E09B7B
RGB
CMYK
RGB Variations
Color information
#E09B7B (or 0xE09B7B) is known color: Dark Salmon. HEX triplet: E0, 9B and 7B. RGB value is (224,155,123). Sum of RGB (Red+Green+Blue) = 224+155+123=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B7B is #1F6484. Grayscale: #ACACAC. Windows color (decimal): -2057349 or 8100832. OLE color: 8100832.
HSL color Cylindrical-coordinate representation of color #E09B7B: hue angle of 19.01º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E09B7B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 123 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.12 |
| HSL | 19.01º | 0.62% | 0.68% | - |
| HSV(B) | 19.01º | 0.45% | 0.88% | - |
| XYZ | 46.04 | 40.72 | 24.17 | - |
| YUV | 171.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 123 | 0 | 0.31 | 0.45 | 0.12 | 19.01 | 0.62 | 0.68 |
| Hex | E0 | 9B | 7B | 0 | 1F | 2D | C | 13 | 3E | 44 |
| Octal | 340 | 233 | 173 | 0 | 37 | 55 | 14 | 23 | 76 | 104 |
| Binary | 11100000 | 10011011 | 1111011 | 0 | 11111 | 101101 | 1100 | 10011 | 111110 | 1000100 |
Color Harmonies of #E09B7B
Complementary color
Monochromatic Colors of #E09B7B
Black with #E09B7B
Text Example
Text Example
White with #E09B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B7B; }
p { color: rgb(224,155,123); }
H1.HeaderClassName
{
color: #E09B7B;
}
.AnyTagClassName
{
color: #E09B7B;
}
</style>
background-color css
<style>
a { background-color: #E09B7B; }
a { background-color: rgb(224,155,123); }
div.DivClassName
{
background-color: #E09B7B;
}
.BgClassName
{
background-color: #E09B7B;
}
</style>
border-color css
<style>
span { border-color: #E09B7B; }
span { border-color: rgb(224,155,123); }
td.TdClassName
{
border-color: #E09B7B;
}
.TagClassName
{
border-color: #E09B7B;
}
</style>