Shades of Dark Salmon #E29075
Tints of Dark Salmon #E29075
RGB
CMYK
RGB Variations
Color information
#E29075 (or 0xE29075) is known color: Dark Salmon. HEX triplet: E2, 90 and 75. RGB value is (226,144,117). Sum of RGB (Red+Green+Blue) = 226+144+117=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E29075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29075 is #1D6F8A. Grayscale: #A5A5A5. Windows color (decimal): -1929099 or 7704802. OLE color: 7704802.
HSL color Cylindrical-coordinate representation of color #E29075: hue angle of 14.86º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E29075 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 117 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.11 |
| HSL | 14.86º | 0.65% | 0.67% | - |
| HSV(B) | 14.86º | 0.48% | 0.89% | - |
| XYZ | 44.55 | 37.4 | 21.7 | - |
| YUV | 165.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 117 | 0 | 0.36 | 0.48 | 0.11 | 14.86 | 0.65 | 0.67 |
| Hex | E2 | 90 | 75 | 0 | 24 | 30 | B | F | 41 | 43 |
| Octal | 342 | 220 | 165 | 0 | 44 | 60 | 13 | 17 | 101 | 103 |
| Binary | 11100010 | 10010000 | 1110101 | 0 | 100100 | 110000 | 1011 | 1111 | 1000001 | 1000011 |
Color Harmonies of #E29075
Complementary color
Monochromatic Colors of #E29075
Black with #E29075
Text Example
Text Example
White with #E29075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29075; }
p { color: rgb(226,144,117); }
H1.HeaderClassName
{
color: #E29075;
}
.AnyTagClassName
{
color: #E29075;
}
</style>
background-color css
<style>
a { background-color: #E29075; }
a { background-color: rgb(226,144,117); }
div.DivClassName
{
background-color: #E29075;
}
.BgClassName
{
background-color: #E29075;
}
</style>
border-color css
<style>
span { border-color: #E29075; }
span { border-color: rgb(226,144,117); }
td.TdClassName
{
border-color: #E29075;
}
.TagClassName
{
border-color: #E29075;
}
</style>