Shades of Dark Salmon #E99A6E
Tints of Dark Salmon #E99A6E
RGB
CMYK
RGB Variations
Color information
#E99A6E (or 0xE99A6E) is known color: Dark Salmon. HEX triplet: E9, 9A and 6E. RGB value is (233,154,110). Sum of RGB (Red+Green+Blue) = 233+154+110=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A6E is #166591. Grayscale: #ACACAC. Windows color (decimal): -1467794 or 7248617. OLE color: 7248617.
HSL color Cylindrical-coordinate representation of color #E99A6E: hue angle of 21.46º degrees, saturation: 0.74, 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 #E99A6E is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 110 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.09 |
| HSL | 21.46º | 0.74% | 0.67% | - |
| HSV(B) | 21.46º | 0.53% | 0.91% | - |
| XYZ | 47.97 | 41.56 | 20.25 | - |
| YUV | 172.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 110 | 0 | 0.34 | 0.53 | 0.09 | 21.46 | 0.74 | 0.67 |
| Hex | E9 | 9A | 6E | 0 | 22 | 35 | 9 | 15 | 4A | 43 |
| Octal | 351 | 232 | 156 | 0 | 42 | 65 | 11 | 25 | 112 | 103 |
| Binary | 11101001 | 10011010 | 1101110 | 0 | 100010 | 110101 | 1001 | 10101 | 1001010 | 1000011 |
Color Harmonies of #E99A6E
Complementary color
Monochromatic Colors of #E99A6E
Black with #E99A6E
Text Example
Text Example
White with #E99A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A6E; }
p { color: rgb(233,154,110); }
H1.HeaderClassName
{
color: #E99A6E;
}
.AnyTagClassName
{
color: #E99A6E;
}
</style>
background-color css
<style>
a { background-color: #E99A6E; }
a { background-color: rgb(233,154,110); }
div.DivClassName
{
background-color: #E99A6E;
}
.BgClassName
{
background-color: #E99A6E;
}
</style>
border-color css
<style>
span { border-color: #E99A6E; }
span { border-color: rgb(233,154,110); }
td.TdClassName
{
border-color: #E99A6E;
}
.TagClassName
{
border-color: #E99A6E;
}
</style>