Shades of Dark Salmon #E6916D
Tints of Dark Salmon #E6916D
RGB
CMYK
RGB Variations
Color information
#E6916D (or 0xE6916D) is known color: Dark Salmon. HEX triplet: E6, 91 and 6D. RGB value is (230,145,109). Sum of RGB (Red+Green+Blue) = 230+145+109=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6916D is #196E92. Grayscale: #A6A6A6. Windows color (decimal): -1666707 or 7180774. OLE color: 7180774.
HSL color Cylindrical-coordinate representation of color #E6916D: hue angle of 17.85º 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 #E6916D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 109 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.10 |
| HSL | 17.85º | 0.71% | 0.66% | - |
| HSV(B) | 17.85º | 0.53% | 0.9% | - |
| XYZ | 45.52 | 38.18 | 19.44 | - |
| YUV | 166.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 109 | 0 | 0.37 | 0.53 | 0.10 | 17.85 | 0.71 | 0.66 |
| Hex | E6 | 91 | 6D | 0 | 25 | 35 | A | 12 | 47 | 42 |
| Octal | 346 | 221 | 155 | 0 | 45 | 65 | 12 | 22 | 107 | 102 |
| Binary | 11100110 | 10010001 | 1101101 | 0 | 100101 | 110101 | 1010 | 10010 | 1000111 | 1000010 |
Color Harmonies of #E6916D
Complementary color
Monochromatic Colors of #E6916D
Black with #E6916D
Text Example
Text Example
White with #E6916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6916D; }
p { color: rgb(230,145,109); }
H1.HeaderClassName
{
color: #E6916D;
}
.AnyTagClassName
{
color: #E6916D;
}
</style>
background-color css
<style>
a { background-color: #E6916D; }
a { background-color: rgb(230,145,109); }
div.DivClassName
{
background-color: #E6916D;
}
.BgClassName
{
background-color: #E6916D;
}
</style>
border-color css
<style>
span { border-color: #E6916D; }
span { border-color: rgb(230,145,109); }
td.TdClassName
{
border-color: #E6916D;
}
.TagClassName
{
border-color: #E6916D;
}
</style>