Shades of Dark Salmon #E7996E
Tints of Dark Salmon #E7996E
RGB
CMYK
RGB Variations
Color information
#E7996E (or 0xE7996E) is known color: Dark Salmon. HEX triplet: E7, 99 and 6E. RGB value is (231,153,110). Sum of RGB (Red+Green+Blue) = 231+153+110=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7996E is #186691. Grayscale: #ABABAB. Windows color (decimal): -1599122 or 7248359. OLE color: 7248359.
HSL color Cylindrical-coordinate representation of color #E7996E: hue angle of 21.32º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7996E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 110 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.09 |
| HSL | 21.32º | 0.72% | 0.67% | - |
| HSV(B) | 21.32º | 0.52% | 0.91% | - |
| XYZ | 47.16 | 40.9 | 20.16 | - |
| YUV | 171.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 110 | 0 | 0.34 | 0.52 | 0.09 | 21.32 | 0.72 | 0.67 |
| Hex | E7 | 99 | 6E | 0 | 22 | 34 | 9 | 15 | 48 | 43 |
| Octal | 347 | 231 | 156 | 0 | 42 | 64 | 11 | 25 | 110 | 103 |
| Binary | 11100111 | 10011001 | 1101110 | 0 | 100010 | 110100 | 1001 | 10101 | 1001000 | 1000011 |
Color Harmonies of #E7996E
Complementary color
Monochromatic Colors of #E7996E
Black with #E7996E
Text Example
Text Example
White with #E7996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7996E; }
p { color: rgb(231,153,110); }
H1.HeaderClassName
{
color: #E7996E;
}
.AnyTagClassName
{
color: #E7996E;
}
</style>
background-color css
<style>
a { background-color: #E7996E; }
a { background-color: rgb(231,153,110); }
div.DivClassName
{
background-color: #E7996E;
}
.BgClassName
{
background-color: #E7996E;
}
</style>
border-color css
<style>
span { border-color: #E7996E; }
span { border-color: rgb(231,153,110); }
td.TdClassName
{
border-color: #E7996E;
}
.TagClassName
{
border-color: #E7996E;
}
</style>