Shades of Dark Salmon #E99869
Tints of Dark Salmon #E99869
RGB
CMYK
RGB Variations
Color information
#E99869 (or 0xE99869) is known color: Dark Salmon. HEX triplet: E9, 98 and 69. RGB value is (233,152,105). Sum of RGB (Red+Green+Blue) = 233+152+105=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E99869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99869 is #166796. Grayscale: #ABABAB. Windows color (decimal): -1468311 or 6920425. OLE color: 6920425.
HSL color Cylindrical-coordinate representation of color #E99869: hue angle of 22.03º 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 #E99869 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 105 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.09 |
| HSL | 22.03º | 0.74% | 0.66% | - |
| HSV(B) | 22.03º | 0.55% | 0.91% | - |
| XYZ | 47.38 | 40.8 | 18.74 | - |
| YUV | 170.86 | 90.84 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 105 | 0 | 0.35 | 0.55 | 0.09 | 22.03 | 0.74 | 0.66 |
| Hex | E9 | 98 | 69 | 0 | 23 | 37 | 9 | 16 | 4A | 42 |
| Octal | 351 | 230 | 151 | 0 | 43 | 67 | 11 | 26 | 112 | 102 |
| Binary | 11101001 | 10011000 | 1101001 | 0 | 100011 | 110111 | 1001 | 10110 | 1001010 | 1000010 |
Color Harmonies of #E99869
Complementary color
Monochromatic Colors of #E99869
Black with #E99869
Text Example
Text Example
White with #E99869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99869; }
p { color: rgb(233,152,105); }
H1.HeaderClassName
{
color: #E99869;
}
.AnyTagClassName
{
color: #E99869;
}
</style>
background-color css
<style>
a { background-color: #E99869; }
a { background-color: rgb(233,152,105); }
div.DivClassName
{
background-color: #E99869;
}
.BgClassName
{
background-color: #E99869;
}
</style>
border-color css
<style>
span { border-color: #E99869; }
span { border-color: rgb(233,152,105); }
td.TdClassName
{
border-color: #E99869;
}
.TagClassName
{
border-color: #E99869;
}
</style>