Shades of Dark Salmon #E09B7F
Tints of Dark Salmon #E09B7F
RGB
CMYK
RGB Variations
Color information
#E09B7F (or 0xE09B7F) is known color: Dark Salmon. HEX triplet: E0, 9B and 7F. RGB value is (224,155,127). Sum of RGB (Red+Green+Blue) = 224+155+127=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09B7F is #1F6480. Grayscale: #ACACAC. Windows color (decimal): -2057345 or 8362976. OLE color: 8362976.
HSL color Cylindrical-coordinate representation of color #E09B7F: hue angle of 17.32º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E09B7F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 127 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.12 |
| HSL | 17.32º | 0.61% | 0.69% | - |
| HSV(B) | 17.32º | 0.43% | 0.88% | - |
| XYZ | 46.29 | 40.82 | 25.52 | - |
| YUV | 172.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 127 | 0 | 0.31 | 0.43 | 0.12 | 17.32 | 0.61 | 0.69 |
| Hex | E0 | 9B | 7F | 0 | 1F | 2B | C | 11 | 3D | 45 |
| Octal | 340 | 233 | 177 | 0 | 37 | 53 | 14 | 21 | 75 | 105 |
| Binary | 11100000 | 10011011 | 1111111 | 0 | 11111 | 101011 | 1100 | 10001 | 111101 | 1000101 |
Color Harmonies of #E09B7F
Complementary color
Monochromatic Colors of #E09B7F
Black with #E09B7F
Text Example
Text Example
White with #E09B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B7F; }
p { color: rgb(224,155,127); }
H1.HeaderClassName
{
color: #E09B7F;
}
.AnyTagClassName
{
color: #E09B7F;
}
</style>
background-color css
<style>
a { background-color: #E09B7F; }
a { background-color: rgb(224,155,127); }
div.DivClassName
{
background-color: #E09B7F;
}
.BgClassName
{
background-color: #E09B7F;
}
</style>
border-color css
<style>
span { border-color: #E09B7F; }
span { border-color: rgb(224,155,127); }
td.TdClassName
{
border-color: #E09B7F;
}
.TagClassName
{
border-color: #E09B7F;
}
</style>