Shades of Dark Salmon #E29A7F
Tints of Dark Salmon #E29A7F
RGB
CMYK
RGB Variations
Color information
#E29A7F (or 0xE29A7F) is known color: Dark Salmon. HEX triplet: E2, 9A and 7F. RGB value is (226,154,127). Sum of RGB (Red+Green+Blue) = 226+154+127=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A7F is #1D6580. Grayscale: #ACACAC. Windows color (decimal): -1926529 or 8362722. OLE color: 8362722.
HSL color Cylindrical-coordinate representation of color #E29A7F: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E29A7F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 127 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.11 |
| HSL | 16.36º | 0.63% | 0.69% | - |
| HSV(B) | 16.36º | 0.44% | 0.89% | - |
| XYZ | 46.75 | 40.81 | 25.49 | - |
| YUV | 172.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 127 | 0 | 0.32 | 0.44 | 0.11 | 16.36 | 0.63 | 0.69 |
| Hex | E2 | 9A | 7F | 0 | 20 | 2C | B | 10 | 3F | 45 |
| Octal | 342 | 232 | 177 | 0 | 40 | 54 | 13 | 20 | 77 | 105 |
| Binary | 11100010 | 10011010 | 1111111 | 0 | 100000 | 101100 | 1011 | 10000 | 111111 | 1000101 |
Color Harmonies of #E29A7F
Complementary color
Monochromatic Colors of #E29A7F
Black with #E29A7F
Text Example
Text Example
White with #E29A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A7F; }
p { color: rgb(226,154,127); }
H1.HeaderClassName
{
color: #E29A7F;
}
.AnyTagClassName
{
color: #E29A7F;
}
</style>
background-color css
<style>
a { background-color: #E29A7F; }
a { background-color: rgb(226,154,127); }
div.DivClassName
{
background-color: #E29A7F;
}
.BgClassName
{
background-color: #E29A7F;
}
</style>
border-color css
<style>
span { border-color: #E29A7F; }
span { border-color: rgb(226,154,127); }
td.TdClassName
{
border-color: #E29A7F;
}
.TagClassName
{
border-color: #E29A7F;
}
</style>