Shades of Dark Salmon #E5996B
Tints of Dark Salmon #E5996B
RGB
CMYK
RGB Variations
Color information
#E5996B (or 0xE5996B) is known color: Dark Salmon. HEX triplet: E5, 99 and 6B. RGB value is (229,153,107). Sum of RGB (Red+Green+Blue) = 229+153+107=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5996B is #1A6694. Grayscale: #AAAAAA. Windows color (decimal): -1730197 or 7051749. OLE color: 7051749.
HSL color Cylindrical-coordinate representation of color #E5996B: hue angle of 22.62º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5996B is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 107 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.10 |
| HSL | 22.62º | 0.7% | 0.66% | - |
| HSV(B) | 22.62º | 0.53% | 0.9% | - |
| XYZ | 46.36 | 40.5 | 19.28 | - |
| YUV | 170.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 107 | 0 | 0.33 | 0.53 | 0.10 | 22.62 | 0.7 | 0.66 |
| Hex | E5 | 99 | 6B | 0 | 21 | 35 | A | 17 | 46 | 42 |
| Octal | 345 | 231 | 153 | 0 | 41 | 65 | 12 | 27 | 106 | 102 |
| Binary | 11100101 | 10011001 | 1101011 | 0 | 100001 | 110101 | 1010 | 10111 | 1000110 | 1000010 |
Color Harmonies of #E5996B
Complementary color
Monochromatic Colors of #E5996B
Black with #E5996B
Text Example
Text Example
White with #E5996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5996B; }
p { color: rgb(229,153,107); }
H1.HeaderClassName
{
color: #E5996B;
}
.AnyTagClassName
{
color: #E5996B;
}
</style>
background-color css
<style>
a { background-color: #E5996B; }
a { background-color: rgb(229,153,107); }
div.DivClassName
{
background-color: #E5996B;
}
.BgClassName
{
background-color: #E5996B;
}
</style>
border-color css
<style>
span { border-color: #E5996B; }
span { border-color: rgb(229,153,107); }
td.TdClassName
{
border-color: #E5996B;
}
.TagClassName
{
border-color: #E5996B;
}
</style>