Shades of Dark Salmon #E6987B
Tints of Dark Salmon #E6987B
RGB
CMYK
RGB Variations
Color information
#E6987B (or 0xE6987B) is known color: Dark Salmon. HEX triplet: E6, 98 and 7B. RGB value is (230,152,123). Sum of RGB (Red+Green+Blue) = 230+152+123=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6987B is #196784. Grayscale: #ACACAC. Windows color (decimal): -1664901 or 8100070. OLE color: 8100070.
HSL color Cylindrical-coordinate representation of color #E6987B: hue angle of 16.26º 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 #E6987B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 123 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.10 |
| HSL | 16.26º | 0.68% | 0.69% | - |
| HSV(B) | 16.26º | 0.47% | 0.9% | - |
| XYZ | 47.44 | 40.71 | 24.1 | - |
| YUV | 172.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 123 | 0 | 0.34 | 0.47 | 0.10 | 16.26 | 0.68 | 0.69 |
| Hex | E6 | 98 | 7B | 0 | 22 | 2F | A | 10 | 44 | 45 |
| Octal | 346 | 230 | 173 | 0 | 42 | 57 | 12 | 20 | 104 | 105 |
| Binary | 11100110 | 10011000 | 1111011 | 0 | 100010 | 101111 | 1010 | 10000 | 1000100 | 1000101 |
Color Harmonies of #E6987B
Complementary color
Monochromatic Colors of #E6987B
Black with #E6987B
Text Example
Text Example
White with #E6987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6987B; }
p { color: rgb(230,152,123); }
H1.HeaderClassName
{
color: #E6987B;
}
.AnyTagClassName
{
color: #E6987B;
}
</style>
background-color css
<style>
a { background-color: #E6987B; }
a { background-color: rgb(230,152,123); }
div.DivClassName
{
background-color: #E6987B;
}
.BgClassName
{
background-color: #E6987B;
}
</style>
border-color css
<style>
span { border-color: #E6987B; }
span { border-color: rgb(230,152,123); }
td.TdClassName
{
border-color: #E6987B;
}
.TagClassName
{
border-color: #E6987B;
}
</style>