Shades of Dark Salmon #EC966D
Tints of Dark Salmon #EC966D
RGB
CMYK
RGB Variations
Color information
#EC966D (or 0xEC966D) is known color: Dark Salmon. HEX triplet: EC, 96 and 6D. RGB value is (236,150,109). Sum of RGB (Red+Green+Blue) = 236+150+109=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC966D is #136992. Grayscale: #ABABAB. Windows color (decimal): -1272211 or 7182060. OLE color: 7182060.
HSL color Cylindrical-coordinate representation of color #EC966D: hue angle of 19.37º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC966D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 150 | 109 | - |
CMYK | 0 | 0.36 | 0.54 | 0.07 |
HSL | 19.37º | 0.77% | 0.68% | - |
HSV(B) | 19.37º | 0.54% | 0.93% | - |
XYZ | 48.26 | 40.75 | 19.79 | - |
YUV | 171.04 | 92.99 | 174.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 150 | 109 | 0 | 0.36 | 0.54 | 0.07 | 19.37 | 0.77 | 0.68 |
Hex | EC | 96 | 6D | 0 | 24 | 36 | 7 | 13 | 4D | 44 |
Octal | 354 | 226 | 155 | 0 | 44 | 66 | 7 | 23 | 115 | 104 |
Binary | 11101100 | 10010110 | 1101101 | 0 | 100100 | 110110 | 111 | 10011 | 1001101 | 1000100 |
Color Harmonies of #EC966D
Complementary color
Monochromatic Colors of #EC966D
Black with #EC966D
Text Example
Text Example
White with #EC966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC966D; }
p { color: rgb(236,150,109); }
H1.HeaderClassName
{
color: #EC966D;
}
.AnyTagClassName
{
color: #EC966D;
}
</style>
background-color css
<style>
a { background-color: #EC966D; }
a { background-color: rgb(236,150,109); }
div.DivClassName
{
background-color: #EC966D;
}
.BgClassName
{
background-color: #EC966D;
}
</style>
border-color css
<style>
span { border-color: #EC966D; }
span { border-color: rgb(236,150,109); }
td.TdClassName
{
border-color: #EC966D;
}
.TagClassName
{
border-color: #EC966D;
}
</style>