Shades of Dark Salmon #E69B73
Tints of Dark Salmon #E69B73
RGB
CMYK
RGB Variations
Color information
#E69B73 (or 0xE69B73) is known color: Dark Salmon. HEX triplet: E6, 9B and 73. RGB value is (230,155,115). Sum of RGB (Red+Green+Blue) = 230+155+115=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B73 is #19648C. Grayscale: #ADADAD. Windows color (decimal): -1664141 or 7576550. OLE color: 7576550.
HSL color Cylindrical-coordinate representation of color #E69B73: hue angle of 20.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69B73 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 115 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.10 |
| HSL | 20.87º | 0.7% | 0.68% | - |
| HSV(B) | 20.87º | 0.5% | 0.9% | - |
| XYZ | 47.45 | 41.5 | 21.73 | - |
| YUV | 172.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 115 | 0 | 0.33 | 0.5 | 0.10 | 20.87 | 0.7 | 0.68 |
| Hex | E6 | 9B | 73 | 0 | 21 | 32 | A | 15 | 46 | 44 |
| Octal | 346 | 233 | 163 | 0 | 41 | 62 | 12 | 25 | 106 | 104 |
| Binary | 11100110 | 10011011 | 1110011 | 0 | 100001 | 110010 | 1010 | 10101 | 1000110 | 1000100 |
Color Harmonies of #E69B73
Complementary color
Monochromatic Colors of #E69B73
Black with #E69B73
Text Example
Text Example
White with #E69B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B73; }
p { color: rgb(230,155,115); }
H1.HeaderClassName
{
color: #E69B73;
}
.AnyTagClassName
{
color: #E69B73;
}
</style>
background-color css
<style>
a { background-color: #E69B73; }
a { background-color: rgb(230,155,115); }
div.DivClassName
{
background-color: #E69B73;
}
.BgClassName
{
background-color: #E69B73;
}
</style>
border-color css
<style>
span { border-color: #E69B73; }
span { border-color: rgb(230,155,115); }
td.TdClassName
{
border-color: #E69B73;
}
.TagClassName
{
border-color: #E69B73;
}
</style>