Shades of Dark Salmon #E7996D
Tints of Dark Salmon #E7996D
RGB
CMYK
RGB Variations
Color information
#E7996D (or 0xE7996D) is known color: Dark Salmon. HEX triplet: E7, 99 and 6D. RGB value is (231,153,109). Sum of RGB (Red+Green+Blue) = 231+153+109=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7996D is #186692. Grayscale: #ABABAB. Windows color (decimal): -1599123 or 7182823. OLE color: 7182823.
HSL color Cylindrical-coordinate representation of color #E7996D: hue angle of 21.64º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7996D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 109 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.09 |
| HSL | 21.64º | 0.72% | 0.67% | - |
| HSV(B) | 21.64º | 0.53% | 0.91% | - |
| XYZ | 47.11 | 40.88 | 19.87 | - |
| YUV | 171.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 109 | 0 | 0.34 | 0.53 | 0.09 | 21.64 | 0.72 | 0.67 |
| Hex | E7 | 99 | 6D | 0 | 22 | 35 | 9 | 16 | 48 | 43 |
| Octal | 347 | 231 | 155 | 0 | 42 | 65 | 11 | 26 | 110 | 103 |
| Binary | 11100111 | 10011001 | 1101101 | 0 | 100010 | 110101 | 1001 | 10110 | 1001000 | 1000011 |
Color Harmonies of #E7996D
Complementary color
Monochromatic Colors of #E7996D
Black with #E7996D
Text Example
Text Example
White with #E7996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7996D; }
p { color: rgb(231,153,109); }
H1.HeaderClassName
{
color: #E7996D;
}
.AnyTagClassName
{
color: #E7996D;
}
</style>
background-color css
<style>
a { background-color: #E7996D; }
a { background-color: rgb(231,153,109); }
div.DivClassName
{
background-color: #E7996D;
}
.BgClassName
{
background-color: #E7996D;
}
</style>
border-color css
<style>
span { border-color: #E7996D; }
span { border-color: rgb(231,153,109); }
td.TdClassName
{
border-color: #E7996D;
}
.TagClassName
{
border-color: #E7996D;
}
</style>