Shades of Sea Buckthorn #EC9648
Tints of Sea Buckthorn #EC9648
RGB
CMYK
RGB Variations
Color information
#EC9648 (or 0xEC9648) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 48. RGB value is (236,150,72). Sum of RGB (Red+Green+Blue) = 236+150+72=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9648 is #1369B7. Grayscale: #A7A7A7. Windows color (decimal): -1272248 or 4757228. OLE color: 4757228.
HSL color Cylindrical-coordinate representation of color #EC9648: hue angle of 28.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC9648 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 72 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.07 |
| HSL | 28.54º | 0.81% | 0.6% | - |
| HSV(B) | 28.54º | 0.69% | 0.93% | - |
| XYZ | 46.67 | 40.11 | 11.41 | - |
| YUV | 166.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 72 | 0 | 0.36 | 0.69 | 0.07 | 28.54 | 0.81 | 0.6 |
| Hex | EC | 96 | 48 | 0 | 24 | 45 | 7 | 1D | 51 | 3C |
| Octal | 354 | 226 | 110 | 0 | 44 | 105 | 7 | 35 | 121 | 74 |
| Binary | 11101100 | 10010110 | 1001000 | 0 | 100100 | 1000101 | 111 | 11101 | 1010001 | 111100 |
Color Harmonies of #EC9648
Complementary color
Monochromatic Colors of #EC9648
Black with #EC9648
Text Example
Text Example
White with #EC9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9648; }
p { color: rgb(236,150,72); }
H1.HeaderClassName
{
color: #EC9648;
}
.AnyTagClassName
{
color: #EC9648;
}
</style>
background-color css
<style>
a { background-color: #EC9648; }
a { background-color: rgb(236,150,72); }
div.DivClassName
{
background-color: #EC9648;
}
.BgClassName
{
background-color: #EC9648;
}
</style>
border-color css
<style>
span { border-color: #EC9648; }
span { border-color: rgb(236,150,72); }
td.TdClassName
{
border-color: #EC9648;
}
.TagClassName
{
border-color: #EC9648;
}
</style>