Shades of Sea Buckthorn #EC9146
Tints of Sea Buckthorn #EC9146
RGB
CMYK
RGB Variations
Color information
#EC9146 (or 0xEC9146) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 46. RGB value is (236,145,70). Sum of RGB (Red+Green+Blue) = 236+145+70=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9146 is #136EB9. Grayscale: #A4A4A4. Windows color (decimal): -1273530 or 4624876. OLE color: 4624876.
HSL color Cylindrical-coordinate representation of color #EC9146: hue angle of 27.11º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC9146 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 70 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.07 |
| HSL | 27.11º | 0.81% | 0.6% | - |
| HSV(B) | 27.11º | 0.7% | 0.93% | - |
| XYZ | 45.82 | 38.53 | 10.82 | - |
| YUV | 163.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 70 | 0 | 0.39 | 0.70 | 0.07 | 27.11 | 0.81 | 0.6 |
| Hex | EC | 91 | 46 | 0 | 27 | 46 | 7 | 1B | 51 | 3C |
| Octal | 354 | 221 | 106 | 0 | 47 | 106 | 7 | 33 | 121 | 74 |
| Binary | 11101100 | 10010001 | 1000110 | 0 | 100111 | 1000110 | 111 | 11011 | 1010001 | 111100 |
Color Harmonies of #EC9146
Complementary color
Monochromatic Colors of #EC9146
Black with #EC9146
Text Example
Text Example
White with #EC9146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9146; }
p { color: rgb(236,145,70); }
H1.HeaderClassName
{
color: #EC9146;
}
.AnyTagClassName
{
color: #EC9146;
}
</style>
background-color css
<style>
a { background-color: #EC9146; }
a { background-color: rgb(236,145,70); }
div.DivClassName
{
background-color: #EC9146;
}
.BgClassName
{
background-color: #EC9146;
}
</style>
border-color css
<style>
span { border-color: #EC9146; }
span { border-color: rgb(236,145,70); }
td.TdClassName
{
border-color: #EC9146;
}
.TagClassName
{
border-color: #EC9146;
}
</style>