Shades of Dark Salmon #E68C7A
Tints of Dark Salmon #E68C7A
RGB
CMYK
RGB Variations
Color information
#E68C7A (or 0xE68C7A) is known color: Dark Salmon. HEX triplet: E6, 8C and 7A. RGB value is (230,140,122). Sum of RGB (Red+Green+Blue) = 230+140+122=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C7A is #197385. Grayscale: #A5A5A5. Windows color (decimal): -1667974 or 8031462. OLE color: 8031462.
HSL color Cylindrical-coordinate representation of color #E68C7A: hue angle of 10º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E68C7A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 122 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.10 |
| HSL | 10º | 0.68% | 0.69% | - |
| HSV(B) | 10º | 0.47% | 0.9% | - |
| XYZ | 45.52 | 36.98 | 23.15 | - |
| YUV | 164.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 122 | 0 | 0.39 | 0.47 | 0.10 | 10 | 0.68 | 0.69 |
| Hex | E6 | 8C | 7A | 0 | 27 | 2F | A | A | 44 | 45 |
| Octal | 346 | 214 | 172 | 0 | 47 | 57 | 12 | 12 | 104 | 105 |
| Binary | 11100110 | 10001100 | 1111010 | 0 | 100111 | 101111 | 1010 | 1010 | 1000100 | 1000101 |
Color Harmonies of #E68C7A
Complementary color
Monochromatic Colors of #E68C7A
Black with #E68C7A
Text Example
Text Example
White with #E68C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C7A; }
p { color: rgb(230,140,122); }
H1.HeaderClassName
{
color: #E68C7A;
}
.AnyTagClassName
{
color: #E68C7A;
}
</style>
background-color css
<style>
a { background-color: #E68C7A; }
a { background-color: rgb(230,140,122); }
div.DivClassName
{
background-color: #E68C7A;
}
.BgClassName
{
background-color: #E68C7A;
}
</style>
border-color css
<style>
span { border-color: #E68C7A; }
span { border-color: rgb(230,140,122); }
td.TdClassName
{
border-color: #E68C7A;
}
.TagClassName
{
border-color: #E68C7A;
}
</style>