Shades of Dark Salmon #E19B6F
Tints of Dark Salmon #E19B6F
RGB
CMYK
RGB Variations
Color information
#E19B6F (or 0xE19B6F) is known color: Dark Salmon. HEX triplet: E1, 9B and 6F. RGB value is (225,155,111). Sum of RGB (Red+Green+Blue) = 225+155+111=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B6F is #1E6490. Grayscale: #ABABAB. Windows color (decimal): -1991825 or 7314401. OLE color: 7314401.
HSL color Cylindrical-coordinate representation of color #E19B6F: hue angle of 23.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E19B6F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 111 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.12 |
| HSL | 23.16º | 0.66% | 0.66% | - |
| HSV(B) | 23.16º | 0.51% | 0.88% | - |
| XYZ | 45.64 | 40.6 | 20.47 | - |
| YUV | 170.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 111 | 0 | 0.31 | 0.51 | 0.12 | 23.16 | 0.66 | 0.66 |
| Hex | E1 | 9B | 6F | 0 | 1F | 33 | C | 17 | 42 | 42 |
| Octal | 341 | 233 | 157 | 0 | 37 | 63 | 14 | 27 | 102 | 102 |
| Binary | 11100001 | 10011011 | 1101111 | 0 | 11111 | 110011 | 1100 | 10111 | 1000010 | 1000010 |
Color Harmonies of #E19B6F
Complementary color
Monochromatic Colors of #E19B6F
Black with #E19B6F
Text Example
Text Example
White with #E19B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B6F; }
p { color: rgb(225,155,111); }
H1.HeaderClassName
{
color: #E19B6F;
}
.AnyTagClassName
{
color: #E19B6F;
}
</style>
background-color css
<style>
a { background-color: #E19B6F; }
a { background-color: rgb(225,155,111); }
div.DivClassName
{
background-color: #E19B6F;
}
.BgClassName
{
background-color: #E19B6F;
}
</style>
border-color css
<style>
span { border-color: #E19B6F; }
span { border-color: rgb(225,155,111); }
td.TdClassName
{
border-color: #E19B6F;
}
.TagClassName
{
border-color: #E19B6F;
}
</style>