Shades of Sea Buckthorn #EC9141
Tints of Sea Buckthorn #EC9141
RGB
CMYK
RGB Variations
Color information
#EC9141 (or 0xEC9141) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 41. RGB value is (236,145,65). Sum of RGB (Red+Green+Blue) = 236+145+65=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9141 is #136EBE. Grayscale: #A3A3A3. Windows color (decimal): -1273535 or 4297196. OLE color: 4297196.
HSL color Cylindrical-coordinate representation of color #EC9141: hue angle of 28.07º 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 #EC9141 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 65 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.07 |
| HSL | 28.07º | 0.82% | 0.59% | - |
| HSV(B) | 28.07º | 0.72% | 0.93% | - |
| XYZ | 45.67 | 38.47 | 10.02 | - |
| YUV | 163.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 65 | 0 | 0.39 | 0.72 | 0.07 | 28.07 | 0.82 | 0.59 |
| Hex | EC | 91 | 41 | 0 | 27 | 48 | 7 | 1C | 52 | 3B |
| Octal | 354 | 221 | 101 | 0 | 47 | 110 | 7 | 34 | 122 | 73 |
| Binary | 11101100 | 10010001 | 1000001 | 0 | 100111 | 1001000 | 111 | 11100 | 1010010 | 111011 |
Color Harmonies of #EC9141
Complementary color
Monochromatic Colors of #EC9141
Black with #EC9141
Text Example
Text Example
White with #EC9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9141; }
p { color: rgb(236,145,65); }
H1.HeaderClassName
{
color: #EC9141;
}
.AnyTagClassName
{
color: #EC9141;
}
</style>
background-color css
<style>
a { background-color: #EC9141; }
a { background-color: rgb(236,145,65); }
div.DivClassName
{
background-color: #EC9141;
}
.BgClassName
{
background-color: #EC9141;
}
</style>
border-color css
<style>
span { border-color: #EC9141; }
span { border-color: rgb(236,145,65); }
td.TdClassName
{
border-color: #EC9141;
}
.TagClassName
{
border-color: #EC9141;
}
</style>