Shades of Dark Salmon #E69E7B
Tints of Dark Salmon #E69E7B
RGB
CMYK
RGB Variations
Color information
#E69E7B (or 0xE69E7B) is known color: Dark Salmon. HEX triplet: E6, 9E and 7B. RGB value is (230,158,123). Sum of RGB (Red+Green+Blue) = 230+158+123=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E7B is #196184. Grayscale: #AFAFAF. Windows color (decimal): -1663365 or 8101606. OLE color: 8101606.
HSL color Cylindrical-coordinate representation of color #E69E7B: hue angle of 19.63º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E69E7B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 123 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.10 |
| HSL | 19.63º | 0.68% | 0.69% | - |
| HSV(B) | 19.63º | 0.47% | 0.9% | - |
| XYZ | 48.44 | 42.71 | 24.43 | - |
| YUV | 175.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 123 | 0 | 0.31 | 0.47 | 0.10 | 19.63 | 0.68 | 0.69 |
| Hex | E6 | 9E | 7B | 0 | 1F | 2F | A | 14 | 44 | 45 |
| Octal | 346 | 236 | 173 | 0 | 37 | 57 | 12 | 24 | 104 | 105 |
| Binary | 11100110 | 10011110 | 1111011 | 0 | 11111 | 101111 | 1010 | 10100 | 1000100 | 1000101 |
Color Harmonies of #E69E7B
Complementary color
Monochromatic Colors of #E69E7B
Black with #E69E7B
Text Example
Text Example
White with #E69E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E7B; }
p { color: rgb(230,158,123); }
H1.HeaderClassName
{
color: #E69E7B;
}
.AnyTagClassName
{
color: #E69E7B;
}
</style>
background-color css
<style>
a { background-color: #E69E7B; }
a { background-color: rgb(230,158,123); }
div.DivClassName
{
background-color: #E69E7B;
}
.BgClassName
{
background-color: #E69E7B;
}
</style>
border-color css
<style>
span { border-color: #E69E7B; }
span { border-color: rgb(230,158,123); }
td.TdClassName
{
border-color: #E69E7B;
}
.TagClassName
{
border-color: #E69E7B;
}
</style>