Shades of Dark Salmon #E6926D
Tints of Dark Salmon #E6926D
RGB
CMYK
RGB Variations
Color information
#E6926D (or 0xE6926D) is known color: Dark Salmon. HEX triplet: E6, 92 and 6D. RGB value is (230,146,109). Sum of RGB (Red+Green+Blue) = 230+146+109=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6926D is #196D92. Grayscale: #A7A7A7. Windows color (decimal): -1666451 or 7181030. OLE color: 7181030.
HSL color Cylindrical-coordinate representation of color #E6926D: hue angle of 18.35º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6926D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 109 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.10 |
| HSL | 18.35º | 0.71% | 0.66% | - |
| HSV(B) | 18.35º | 0.53% | 0.9% | - |
| XYZ | 45.67 | 38.48 | 19.49 | - |
| YUV | 166.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 109 | 0 | 0.37 | 0.53 | 0.10 | 18.35 | 0.71 | 0.66 |
| Hex | E6 | 92 | 6D | 0 | 25 | 35 | A | 12 | 47 | 42 |
| Octal | 346 | 222 | 155 | 0 | 45 | 65 | 12 | 22 | 107 | 102 |
| Binary | 11100110 | 10010010 | 1101101 | 0 | 100101 | 110101 | 1010 | 10010 | 1000111 | 1000010 |
Color Harmonies of #E6926D
Complementary color
Monochromatic Colors of #E6926D
Black with #E6926D
Text Example
Text Example
White with #E6926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6926D; }
p { color: rgb(230,146,109); }
H1.HeaderClassName
{
color: #E6926D;
}
.AnyTagClassName
{
color: #E6926D;
}
</style>
background-color css
<style>
a { background-color: #E6926D; }
a { background-color: rgb(230,146,109); }
div.DivClassName
{
background-color: #E6926D;
}
.BgClassName
{
background-color: #E6926D;
}
</style>
border-color css
<style>
span { border-color: #E6926D; }
span { border-color: rgb(230,146,109); }
td.TdClassName
{
border-color: #E6926D;
}
.TagClassName
{
border-color: #E6926D;
}
</style>