Shades of Dark Salmon #E89B6B
Tints of Dark Salmon #E89B6B
RGB
CMYK
RGB Variations
Color information
#E89B6B (or 0xE89B6B) is known color: Dark Salmon. HEX triplet: E8, 9B and 6B. RGB value is (232,155,107). Sum of RGB (Red+Green+Blue) = 232+155+107=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89B6B is #176494. Grayscale: #ACACAC. Windows color (decimal): -1533077 or 7052264. OLE color: 7052264.
HSL color Cylindrical-coordinate representation of color #E89B6B: hue angle of 23.04º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E89B6B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 107 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.09 |
| HSL | 23.04º | 0.73% | 0.66% | - |
| HSV(B) | 23.04º | 0.54% | 0.91% | - |
| XYZ | 47.65 | 41.66 | 19.44 | - |
| YUV | 172.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 107 | 0 | 0.33 | 0.54 | 0.09 | 23.04 | 0.73 | 0.66 |
| Hex | E8 | 9B | 6B | 0 | 21 | 36 | 9 | 17 | 49 | 42 |
| Octal | 350 | 233 | 153 | 0 | 41 | 66 | 11 | 27 | 111 | 102 |
| Binary | 11101000 | 10011011 | 1101011 | 0 | 100001 | 110110 | 1001 | 10111 | 1001001 | 1000010 |
Color Harmonies of #E89B6B
Complementary color
Monochromatic Colors of #E89B6B
Black with #E89B6B
Text Example
Text Example
White with #E89B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B6B; }
p { color: rgb(232,155,107); }
H1.HeaderClassName
{
color: #E89B6B;
}
.AnyTagClassName
{
color: #E89B6B;
}
</style>
background-color css
<style>
a { background-color: #E89B6B; }
a { background-color: rgb(232,155,107); }
div.DivClassName
{
background-color: #E89B6B;
}
.BgClassName
{
background-color: #E89B6B;
}
</style>
border-color css
<style>
span { border-color: #E89B6B; }
span { border-color: rgb(232,155,107); }
td.TdClassName
{
border-color: #E89B6B;
}
.TagClassName
{
border-color: #E89B6B;
}
</style>