Shades of Sea Buckthorn #EC9541
Tints of Sea Buckthorn #EC9541
RGB
CMYK
RGB Variations
Color information
#EC9541 (or 0xEC9541) is known color: Sea Buckthorn. HEX triplet: EC, 95 and 41. RGB value is (236,149,65). Sum of RGB (Red+Green+Blue) = 236+149+65=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9541 is #136ABE. Grayscale: #A5A5A5. Windows color (decimal): -1272511 or 4298220. OLE color: 4298220.
HSL color Cylindrical-coordinate representation of color #EC9541: hue angle of 29.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC9541 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 65 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.07 |
| HSL | 29.47º | 0.82% | 0.59% | - |
| HSV(B) | 29.47º | 0.72% | 0.93% | - |
| XYZ | 46.29 | 39.71 | 10.23 | - |
| YUV | 165.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 65 | 0 | 0.37 | 0.72 | 0.07 | 29.47 | 0.82 | 0.59 |
| Hex | EC | 95 | 41 | 0 | 25 | 48 | 7 | 1D | 52 | 3B |
| Octal | 354 | 225 | 101 | 0 | 45 | 110 | 7 | 35 | 122 | 73 |
| Binary | 11101100 | 10010101 | 1000001 | 0 | 100101 | 1001000 | 111 | 11101 | 1010010 | 111011 |
Color Harmonies of #EC9541
Complementary color
Monochromatic Colors of #EC9541
Black with #EC9541
Text Example
Text Example
White with #EC9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9541; }
p { color: rgb(236,149,65); }
H1.HeaderClassName
{
color: #EC9541;
}
.AnyTagClassName
{
color: #EC9541;
}
</style>
background-color css
<style>
a { background-color: #EC9541; }
a { background-color: rgb(236,149,65); }
div.DivClassName
{
background-color: #EC9541;
}
.BgClassName
{
background-color: #EC9541;
}
</style>
border-color css
<style>
span { border-color: #EC9541; }
span { border-color: rgb(236,149,65); }
td.TdClassName
{
border-color: #EC9541;
}
.TagClassName
{
border-color: #EC9541;
}
</style>