Shades of Dark Salmon #EC9369
Tints of Dark Salmon #EC9369
RGB
CMYK
RGB Variations
Color information
#EC9369 (or 0xEC9369) is known color: Dark Salmon. HEX triplet: EC, 93 and 69. RGB value is (236,147,105). Sum of RGB (Red+Green+Blue) = 236+147+105=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9369 is #136C96. Grayscale: #A9A9A9. Windows color (decimal): -1272983 or 6919148. OLE color: 6919148.
HSL color Cylindrical-coordinate representation of color #EC9369: hue angle of 19.24º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9369 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 105 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.07 |
| HSL | 19.24º | 0.78% | 0.67% | - |
| HSV(B) | 19.24º | 0.56% | 0.93% | - |
| XYZ | 47.58 | 39.72 | 18.52 | - |
| YUV | 168.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 105 | 0 | 0.38 | 0.56 | 0.07 | 19.24 | 0.78 | 0.67 |
| Hex | EC | 93 | 69 | 0 | 26 | 38 | 7 | 13 | 4E | 43 |
| Octal | 354 | 223 | 151 | 0 | 46 | 70 | 7 | 23 | 116 | 103 |
| Binary | 11101100 | 10010011 | 1101001 | 0 | 100110 | 111000 | 111 | 10011 | 1001110 | 1000011 |
Color Harmonies of #EC9369
Complementary color
Monochromatic Colors of #EC9369
Black with #EC9369
Text Example
Text Example
White with #EC9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9369; }
p { color: rgb(236,147,105); }
H1.HeaderClassName
{
color: #EC9369;
}
.AnyTagClassName
{
color: #EC9369;
}
</style>
background-color css
<style>
a { background-color: #EC9369; }
a { background-color: rgb(236,147,105); }
div.DivClassName
{
background-color: #EC9369;
}
.BgClassName
{
background-color: #EC9369;
}
</style>
border-color css
<style>
span { border-color: #EC9369; }
span { border-color: rgb(236,147,105); }
td.TdClassName
{
border-color: #EC9369;
}
.TagClassName
{
border-color: #EC9369;
}
</style>