Shades of Dark Salmon #E29A7C
Tints of Dark Salmon #E29A7C
RGB
CMYK
RGB Variations
Color information
#E29A7C (or 0xE29A7C) is known color: Dark Salmon. HEX triplet: E2, 9A and 7C. RGB value is (226,154,124). Sum of RGB (Red+Green+Blue) = 226+154+124=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A7C is #1D6583. Grayscale: #ACACAC. Windows color (decimal): -1926532 or 8166114. OLE color: 8166114.
HSL color Cylindrical-coordinate representation of color #E29A7C: hue angle of 17.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E29A7C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 124 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.11 |
| HSL | 17.65º | 0.64% | 0.69% | - |
| HSV(B) | 17.65º | 0.45% | 0.89% | - |
| XYZ | 46.56 | 40.74 | 24.48 | - |
| YUV | 172.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 124 | 0 | 0.32 | 0.45 | 0.11 | 17.65 | 0.64 | 0.69 |
| Hex | E2 | 9A | 7C | 0 | 20 | 2D | B | 12 | 40 | 45 |
| Octal | 342 | 232 | 174 | 0 | 40 | 55 | 13 | 22 | 100 | 105 |
| Binary | 11100010 | 10011010 | 1111100 | 0 | 100000 | 101101 | 1011 | 10010 | 1000000 | 1000101 |
Color Harmonies of #E29A7C
Complementary color
Monochromatic Colors of #E29A7C
Black with #E29A7C
Text Example
Text Example
White with #E29A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A7C; }
p { color: rgb(226,154,124); }
H1.HeaderClassName
{
color: #E29A7C;
}
.AnyTagClassName
{
color: #E29A7C;
}
</style>
background-color css
<style>
a { background-color: #E29A7C; }
a { background-color: rgb(226,154,124); }
div.DivClassName
{
background-color: #E29A7C;
}
.BgClassName
{
background-color: #E29A7C;
}
</style>
border-color css
<style>
span { border-color: #E29A7C; }
span { border-color: rgb(226,154,124); }
td.TdClassName
{
border-color: #E29A7C;
}
.TagClassName
{
border-color: #E29A7C;
}
</style>