Shades of Dark Salmon #E68D6F
Tints of Dark Salmon #E68D6F
RGB
CMYK
RGB Variations
Color information
#E68D6F (or 0xE68D6F) is known color: Dark Salmon. HEX triplet: E6, 8D and 6F. RGB value is (230,141,111). Sum of RGB (Red+Green+Blue) = 230+141+111=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D6F is #197290. Grayscale: #A4A4A4. Windows color (decimal): -1667729 or 7310822. OLE color: 7310822.
HSL color Cylindrical-coordinate representation of color #E68D6F: hue angle of 15.13º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E68D6F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 111 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 15.13º | 0.7% | 0.67% | - |
| HSV(B) | 15.13º | 0.52% | 0.9% | - |
| XYZ | 45.03 | 37.02 | 19.81 | - |
| YUV | 164.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 111 | 0 | 0.39 | 0.52 | 0.10 | 15.13 | 0.7 | 0.67 |
| Hex | E6 | 8D | 6F | 0 | 27 | 34 | A | F | 46 | 43 |
| Octal | 346 | 215 | 157 | 0 | 47 | 64 | 12 | 17 | 106 | 103 |
| Binary | 11100110 | 10001101 | 1101111 | 0 | 100111 | 110100 | 1010 | 1111 | 1000110 | 1000011 |
Color Harmonies of #E68D6F
Complementary color
Monochromatic Colors of #E68D6F
Black with #E68D6F
Text Example
Text Example
White with #E68D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68D6F; }
p { color: rgb(230,141,111); }
H1.HeaderClassName
{
color: #E68D6F;
}
.AnyTagClassName
{
color: #E68D6F;
}
</style>
background-color css
<style>
a { background-color: #E68D6F; }
a { background-color: rgb(230,141,111); }
div.DivClassName
{
background-color: #E68D6F;
}
.BgClassName
{
background-color: #E68D6F;
}
</style>
border-color css
<style>
span { border-color: #E68D6F; }
span { border-color: rgb(230,141,111); }
td.TdClassName
{
border-color: #E68D6F;
}
.TagClassName
{
border-color: #E68D6F;
}
</style>