Shades of Sea Buckthorn #EC9650
Tints of Sea Buckthorn #EC9650
RGB
CMYK
RGB Variations
Color information
#EC9650 (or 0xEC9650) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 50. RGB value is (236,150,80). Sum of RGB (Red+Green+Blue) = 236+150+80=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9650 is #1369AF. Grayscale: #A8A8A8. Windows color (decimal): -1272240 or 5281516. OLE color: 5281516.
HSL color Cylindrical-coordinate representation of color #EC9650: hue angle of 26.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC9650 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 80 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.07 |
| HSL | 26.92º | 0.8% | 0.62% | - |
| HSV(B) | 26.92º | 0.66% | 0.93% | - |
| XYZ | 46.95 | 40.22 | 12.88 | - |
| YUV | 167.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 80 | 0 | 0.36 | 0.66 | 0.07 | 26.92 | 0.8 | 0.62 |
| Hex | EC | 96 | 50 | 0 | 24 | 42 | 7 | 1B | 50 | 3E |
| Octal | 354 | 226 | 120 | 0 | 44 | 102 | 7 | 33 | 120 | 76 |
| Binary | 11101100 | 10010110 | 1010000 | 0 | 100100 | 1000010 | 111 | 11011 | 1010000 | 111110 |
Color Harmonies of #EC9650
Complementary color
Monochromatic Colors of #EC9650
Black with #EC9650
Text Example
Text Example
White with #EC9650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9650; }
p { color: rgb(236,150,80); }
H1.HeaderClassName
{
color: #EC9650;
}
.AnyTagClassName
{
color: #EC9650;
}
</style>
background-color css
<style>
a { background-color: #EC9650; }
a { background-color: rgb(236,150,80); }
div.DivClassName
{
background-color: #EC9650;
}
.BgClassName
{
background-color: #EC9650;
}
</style>
border-color css
<style>
span { border-color: #EC9650; }
span { border-color: rgb(236,150,80); }
td.TdClassName
{
border-color: #EC9650;
}
.TagClassName
{
border-color: #EC9650;
}
</style>