Shades of Dark Salmon #E6936C
Tints of Dark Salmon #E6936C
RGB
CMYK
RGB Variations
Color information
#E6936C (or 0xE6936C) is known color: Dark Salmon. HEX triplet: E6, 93 and 6C. RGB value is (230,147,108). Sum of RGB (Red+Green+Blue) = 230+147+108=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6936C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6936C is #196C93. Grayscale: #A7A7A7. Windows color (decimal): -1666196 or 7115750. OLE color: 7115750.
HSL color Cylindrical-coordinate representation of color #E6936C: hue angle of 19.18º 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 #E6936C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 108 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.10 |
| HSL | 19.18º | 0.71% | 0.66% | - |
| HSV(B) | 19.18º | 0.53% | 0.9% | - |
| XYZ | 45.77 | 38.77 | 19.26 | - |
| YUV | 167.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 108 | 0 | 0.36 | 0.53 | 0.10 | 19.18 | 0.71 | 0.66 |
| Hex | E6 | 93 | 6C | 0 | 24 | 35 | A | 13 | 47 | 42 |
| Octal | 346 | 223 | 154 | 0 | 44 | 65 | 12 | 23 | 107 | 102 |
| Binary | 11100110 | 10010011 | 1101100 | 0 | 100100 | 110101 | 1010 | 10011 | 1000111 | 1000010 |
Color Harmonies of #E6936C
Complementary color
Monochromatic Colors of #E6936C
Black with #E6936C
Text Example
Text Example
White with #E6936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6936C; }
p { color: rgb(230,147,108); }
H1.HeaderClassName
{
color: #E6936C;
}
.AnyTagClassName
{
color: #E6936C;
}
</style>
background-color css
<style>
a { background-color: #E6936C; }
a { background-color: rgb(230,147,108); }
div.DivClassName
{
background-color: #E6936C;
}
.BgClassName
{
background-color: #E6936C;
}
</style>
border-color css
<style>
span { border-color: #E6936C; }
span { border-color: rgb(230,147,108); }
td.TdClassName
{
border-color: #E6936C;
}
.TagClassName
{
border-color: #E6936C;
}
</style>