Shades of Dark Salmon #E29A70
Tints of Dark Salmon #E29A70
RGB
CMYK
RGB Variations
Color information
#E29A70 (or 0xE29A70) is known color: Dark Salmon. HEX triplet: E2, 9A and 70. RGB value is (226,154,112). Sum of RGB (Red+Green+Blue) = 226+154+112=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A70 is #1D658F. Grayscale: #AAAAAA. Windows color (decimal): -1926544 or 7379682. OLE color: 7379682.
HSL color Cylindrical-coordinate representation of color #E29A70: hue angle of 22.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29A70 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 112 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.11 |
| HSL | 22.11º | 0.66% | 0.66% | - |
| HSV(B) | 22.11º | 0.5% | 0.89% | - |
| XYZ | 45.84 | 40.45 | 20.72 | - |
| YUV | 170.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 112 | 0 | 0.32 | 0.50 | 0.11 | 22.11 | 0.66 | 0.66 |
| Hex | E2 | 9A | 70 | 0 | 20 | 32 | B | 16 | 42 | 42 |
| Octal | 342 | 232 | 160 | 0 | 40 | 62 | 13 | 26 | 102 | 102 |
| Binary | 11100010 | 10011010 | 1110000 | 0 | 100000 | 110010 | 1011 | 10110 | 1000010 | 1000010 |
Color Harmonies of #E29A70
Complementary color
Monochromatic Colors of #E29A70
Black with #E29A70
Text Example
Text Example
White with #E29A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A70; }
p { color: rgb(226,154,112); }
H1.HeaderClassName
{
color: #E29A70;
}
.AnyTagClassName
{
color: #E29A70;
}
</style>
background-color css
<style>
a { background-color: #E29A70; }
a { background-color: rgb(226,154,112); }
div.DivClassName
{
background-color: #E29A70;
}
.BgClassName
{
background-color: #E29A70;
}
</style>
border-color css
<style>
span { border-color: #E29A70; }
span { border-color: rgb(226,154,112); }
td.TdClassName
{
border-color: #E29A70;
}
.TagClassName
{
border-color: #E29A70;
}
</style>