Shades of Dark Salmon #EC9169
Tints of Dark Salmon #EC9169
RGB
CMYK
RGB Variations
Color information
#EC9169 (or 0xEC9169) is known color: Dark Salmon. HEX triplet: EC, 91 and 69. RGB value is (236,145,105). Sum of RGB (Red+Green+Blue) = 236+145+105=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9169 is #136E96. Grayscale: #A7A7A7. Windows color (decimal): -1273495 or 6918636. OLE color: 6918636.
HSL color Cylindrical-coordinate representation of color #EC9169: hue angle of 18.32º 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 #EC9169 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 105 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.07 |
| HSL | 18.32º | 0.78% | 0.67% | - |
| HSV(B) | 18.32º | 0.56% | 0.93% | - |
| XYZ | 47.27 | 39.1 | 18.42 | - |
| YUV | 167.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 105 | 0 | 0.39 | 0.56 | 0.07 | 18.32 | 0.78 | 0.67 |
| Hex | EC | 91 | 69 | 0 | 27 | 38 | 7 | 12 | 4E | 43 |
| Octal | 354 | 221 | 151 | 0 | 47 | 70 | 7 | 22 | 116 | 103 |
| Binary | 11101100 | 10010001 | 1101001 | 0 | 100111 | 111000 | 111 | 10010 | 1001110 | 1000011 |
Color Harmonies of #EC9169
Complementary color
Monochromatic Colors of #EC9169
Black with #EC9169
Text Example
Text Example
White with #EC9169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9169; }
p { color: rgb(236,145,105); }
H1.HeaderClassName
{
color: #EC9169;
}
.AnyTagClassName
{
color: #EC9169;
}
</style>
background-color css
<style>
a { background-color: #EC9169; }
a { background-color: rgb(236,145,105); }
div.DivClassName
{
background-color: #EC9169;
}
.BgClassName
{
background-color: #EC9169;
}
</style>
border-color css
<style>
span { border-color: #EC9169; }
span { border-color: rgb(236,145,105); }
td.TdClassName
{
border-color: #EC9169;
}
.TagClassName
{
border-color: #EC9169;
}
</style>