Shades of Dark Salmon #E69C70
Tints of Dark Salmon #E69C70
RGB
CMYK
RGB Variations
Color information
#E69C70 (or 0xE69C70) is known color: Dark Salmon. HEX triplet: E6, 9C and 70. RGB value is (230,156,112). Sum of RGB (Red+Green+Blue) = 230+156+112=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69C70 is #19638F. Grayscale: #ADADAD. Windows color (decimal): -1663888 or 7380198. OLE color: 7380198.
HSL color Cylindrical-coordinate representation of color #E69C70: hue angle of 22.37º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69C70 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 112 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.10 |
| HSL | 22.37º | 0.7% | 0.67% | - |
| HSV(B) | 22.37º | 0.51% | 0.9% | - |
| XYZ | 47.45 | 41.77 | 20.89 | - |
| YUV | 173.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 112 | 0 | 0.32 | 0.51 | 0.10 | 22.37 | 0.7 | 0.67 |
| Hex | E6 | 9C | 70 | 0 | 20 | 33 | A | 16 | 46 | 43 |
| Octal | 346 | 234 | 160 | 0 | 40 | 63 | 12 | 26 | 106 | 103 |
| Binary | 11100110 | 10011100 | 1110000 | 0 | 100000 | 110011 | 1010 | 10110 | 1000110 | 1000011 |
Color Harmonies of #E69C70
Complementary color
Monochromatic Colors of #E69C70
Black with #E69C70
Text Example
Text Example
White with #E69C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C70; }
p { color: rgb(230,156,112); }
H1.HeaderClassName
{
color: #E69C70;
}
.AnyTagClassName
{
color: #E69C70;
}
</style>
background-color css
<style>
a { background-color: #E69C70; }
a { background-color: rgb(230,156,112); }
div.DivClassName
{
background-color: #E69C70;
}
.BgClassName
{
background-color: #E69C70;
}
</style>
border-color css
<style>
span { border-color: #E69C70; }
span { border-color: rgb(230,156,112); }
td.TdClassName
{
border-color: #E69C70;
}
.TagClassName
{
border-color: #E69C70;
}
</style>