Shades of Dark Salmon #E99971
Tints of Dark Salmon #E99971
RGB
CMYK
RGB Variations
Color information
#E99971 (or 0xE99971) is known color: Dark Salmon. HEX triplet: E9, 99 and 71. RGB value is (233,153,113). Sum of RGB (Red+Green+Blue) = 233+153+113=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E99971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99971 is #16668E. Grayscale: #ACACAC. Windows color (decimal): -1468047 or 7444969. OLE color: 7444969.
HSL color Cylindrical-coordinate representation of color #E99971: hue angle of 20º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99971 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 113 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.09 |
| HSL | 20º | 0.73% | 0.68% | - |
| HSV(B) | 20º | 0.52% | 0.91% | - |
| XYZ | 47.98 | 41.3 | 21.07 | - |
| YUV | 172.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 113 | 0 | 0.34 | 0.52 | 0.09 | 20 | 0.73 | 0.68 |
| Hex | E9 | 99 | 71 | 0 | 22 | 34 | 9 | 14 | 49 | 44 |
| Octal | 351 | 231 | 161 | 0 | 42 | 64 | 11 | 24 | 111 | 104 |
| Binary | 11101001 | 10011001 | 1110001 | 0 | 100010 | 110100 | 1001 | 10100 | 1001001 | 1000100 |
Color Harmonies of #E99971
Complementary color
Monochromatic Colors of #E99971
Black with #E99971
Text Example
Text Example
White with #E99971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99971; }
p { color: rgb(233,153,113); }
H1.HeaderClassName
{
color: #E99971;
}
.AnyTagClassName
{
color: #E99971;
}
</style>
background-color css
<style>
a { background-color: #E99971; }
a { background-color: rgb(233,153,113); }
div.DivClassName
{
background-color: #E99971;
}
.BgClassName
{
background-color: #E99971;
}
</style>
border-color css
<style>
span { border-color: #E99971; }
span { border-color: rgb(233,153,113); }
td.TdClassName
{
border-color: #E99971;
}
.TagClassName
{
border-color: #E99971;
}
</style>