Shades of Dark Salmon #E68C6F
Tints of Dark Salmon #E68C6F
RGB
CMYK
RGB Variations
Color information
#E68C6F (or 0xE68C6F) is known color: Dark Salmon. HEX triplet: E6, 8C and 6F. RGB value is (230,140,111). Sum of RGB (Red+Green+Blue) = 230+140+111=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C6F is #197390. Grayscale: #A3A3A3. Windows color (decimal): -1667985 or 7310566. OLE color: 7310566.
HSL color Cylindrical-coordinate representation of color #E68C6F: hue angle of 14.62º 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 #E68C6F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 111 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.10 |
| HSL | 14.62º | 0.7% | 0.67% | - |
| HSV(B) | 14.62º | 0.52% | 0.9% | - |
| XYZ | 44.88 | 36.73 | 19.76 | - |
| YUV | 163.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 111 | 0 | 0.39 | 0.52 | 0.10 | 14.62 | 0.7 | 0.67 |
| Hex | E6 | 8C | 6F | 0 | 27 | 34 | A | F | 46 | 43 |
| Octal | 346 | 214 | 157 | 0 | 47 | 64 | 12 | 17 | 106 | 103 |
| Binary | 11100110 | 10001100 | 1101111 | 0 | 100111 | 110100 | 1010 | 1111 | 1000110 | 1000011 |
Color Harmonies of #E68C6F
Complementary color
Monochromatic Colors of #E68C6F
Black with #E68C6F
Text Example
Text Example
White with #E68C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C6F; }
p { color: rgb(230,140,111); }
H1.HeaderClassName
{
color: #E68C6F;
}
.AnyTagClassName
{
color: #E68C6F;
}
</style>
background-color css
<style>
a { background-color: #E68C6F; }
a { background-color: rgb(230,140,111); }
div.DivClassName
{
background-color: #E68C6F;
}
.BgClassName
{
background-color: #E68C6F;
}
</style>
border-color css
<style>
span { border-color: #E68C6F; }
span { border-color: rgb(230,140,111); }
td.TdClassName
{
border-color: #E68C6F;
}
.TagClassName
{
border-color: #E68C6F;
}
</style>