Shades of Dark Salmon #E69F70
Tints of Dark Salmon #E69F70
RGB
CMYK
RGB Variations
Color information
#E69F70 (or 0xE69F70) is known color: Dark Salmon. HEX triplet: E6, 9F and 70. RGB value is (230,159,112). Sum of RGB (Red+Green+Blue) = 230+159+112=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F70 is #19608F. Grayscale: #AFAFAF. Windows color (decimal): -1663120 or 7380966. OLE color: 7380966.
HSL color Cylindrical-coordinate representation of color #E69F70: hue angle of 23.9º 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 #E69F70 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 112 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.10 |
| HSL | 23.9º | 0.7% | 0.67% | - |
| HSV(B) | 23.9º | 0.51% | 0.9% | - |
| XYZ | 47.96 | 42.79 | 21.06 | - |
| YUV | 174.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 112 | 0 | 0.31 | 0.51 | 0.10 | 23.9 | 0.7 | 0.67 |
| Hex | E6 | 9F | 70 | 0 | 1F | 33 | A | 18 | 46 | 43 |
| Octal | 346 | 237 | 160 | 0 | 37 | 63 | 12 | 30 | 106 | 103 |
| Binary | 11100110 | 10011111 | 1110000 | 0 | 11111 | 110011 | 1010 | 11000 | 1000110 | 1000011 |
Color Harmonies of #E69F70
Complementary color
Monochromatic Colors of #E69F70
Black with #E69F70
Text Example
Text Example
White with #E69F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F70; }
p { color: rgb(230,159,112); }
H1.HeaderClassName
{
color: #E69F70;
}
.AnyTagClassName
{
color: #E69F70;
}
</style>
background-color css
<style>
a { background-color: #E69F70; }
a { background-color: rgb(230,159,112); }
div.DivClassName
{
background-color: #E69F70;
}
.BgClassName
{
background-color: #E69F70;
}
</style>
border-color css
<style>
span { border-color: #E69F70; }
span { border-color: rgb(230,159,112); }
td.TdClassName
{
border-color: #E69F70;
}
.TagClassName
{
border-color: #E69F70;
}
</style>