Shades of Dark Salmon #E89B7A
Tints of Dark Salmon #E89B7A
RGB
CMYK
RGB Variations
Color information
#E89B7A (or 0xE89B7A) is known color: Dark Salmon. HEX triplet: E8, 9B and 7A. RGB value is (232,155,122). Sum of RGB (Red+Green+Blue) = 232+155+122=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89B7A is #176485. Grayscale: #AEAEAE. Windows color (decimal): -1533062 or 8035304. OLE color: 8035304.
HSL color Cylindrical-coordinate representation of color #E89B7A: hue angle of 18º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E89B7A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 122 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.09 |
| HSL | 18º | 0.71% | 0.69% | - |
| HSV(B) | 18º | 0.47% | 0.91% | - |
| XYZ | 48.51 | 42 | 23.96 | - |
| YUV | 174.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 122 | 0 | 0.33 | 0.47 | 0.09 | 18 | 0.71 | 0.69 |
| Hex | E8 | 9B | 7A | 0 | 21 | 2F | 9 | 12 | 47 | 45 |
| Octal | 350 | 233 | 172 | 0 | 41 | 57 | 11 | 22 | 107 | 105 |
| Binary | 11101000 | 10011011 | 1111010 | 0 | 100001 | 101111 | 1001 | 10010 | 1000111 | 1000101 |
Color Harmonies of #E89B7A
Complementary color
Monochromatic Colors of #E89B7A
Black with #E89B7A
Text Example
Text Example
White with #E89B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B7A; }
p { color: rgb(232,155,122); }
H1.HeaderClassName
{
color: #E89B7A;
}
.AnyTagClassName
{
color: #E89B7A;
}
</style>
background-color css
<style>
a { background-color: #E89B7A; }
a { background-color: rgb(232,155,122); }
div.DivClassName
{
background-color: #E89B7A;
}
.BgClassName
{
background-color: #E89B7A;
}
</style>
border-color css
<style>
span { border-color: #E89B7A; }
span { border-color: rgb(232,155,122); }
td.TdClassName
{
border-color: #E89B7A;
}
.TagClassName
{
border-color: #E89B7A;
}
</style>