Shades of Dark Salmon #E99669
Tints of Dark Salmon #E99669
RGB
CMYK
RGB Variations
Color information
#E99669 (or 0xE99669) is known color: Dark Salmon. HEX triplet: E9, 96 and 69. RGB value is (233,150,105). Sum of RGB (Red+Green+Blue) = 233+150+105=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E99669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99669 is #166996. Grayscale: #A9A9A9. Windows color (decimal): -1468823 or 6919913. OLE color: 6919913.
HSL color Cylindrical-coordinate representation of color #E99669: hue angle of 21.09º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E99669 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 105 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.09 |
| HSL | 21.09º | 0.74% | 0.66% | - |
| HSV(B) | 21.09º | 0.55% | 0.91% | - |
| XYZ | 47.06 | 40.16 | 18.64 | - |
| YUV | 169.69 | 91.5 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 105 | 0 | 0.36 | 0.55 | 0.09 | 21.09 | 0.74 | 0.66 |
| Hex | E9 | 96 | 69 | 0 | 24 | 37 | 9 | 15 | 4A | 42 |
| Octal | 351 | 226 | 151 | 0 | 44 | 67 | 11 | 25 | 112 | 102 |
| Binary | 11101001 | 10010110 | 1101001 | 0 | 100100 | 110111 | 1001 | 10101 | 1001010 | 1000010 |
Color Harmonies of #E99669
Complementary color
Monochromatic Colors of #E99669
Black with #E99669
Text Example
Text Example
White with #E99669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99669; }
p { color: rgb(233,150,105); }
H1.HeaderClassName
{
color: #E99669;
}
.AnyTagClassName
{
color: #E99669;
}
</style>
background-color css
<style>
a { background-color: #E99669; }
a { background-color: rgb(233,150,105); }
div.DivClassName
{
background-color: #E99669;
}
.BgClassName
{
background-color: #E99669;
}
</style>
border-color css
<style>
span { border-color: #E99669; }
span { border-color: rgb(233,150,105); }
td.TdClassName
{
border-color: #E99669;
}
.TagClassName
{
border-color: #E99669;
}
</style>