Shades of Sea Buckthorn #EC9D41
Tints of Sea Buckthorn #EC9D41
RGB
CMYK
RGB Variations
Color information
#EC9D41 (or 0xEC9D41) is known color: Sea Buckthorn. HEX triplet: EC, 9D and 41. RGB value is (236,157,65). Sum of RGB (Red+Green+Blue) = 236+157+65=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D41 is #1362BE. Grayscale: #AAAAAA. Windows color (decimal): -1270463 or 4300268. OLE color: 4300268.
HSL color Cylindrical-coordinate representation of color #EC9D41: hue angle of 32.28º 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 #EC9D41 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 65 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.07 |
| HSL | 32.28º | 0.82% | 0.59% | - |
| HSV(B) | 32.28º | 0.72% | 0.93% | - |
| XYZ | 47.6 | 42.33 | 10.66 | - |
| YUV | 170.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 65 | 0 | 0.33 | 0.72 | 0.07 | 32.28 | 0.82 | 0.59 |
| Hex | EC | 9D | 41 | 0 | 21 | 48 | 7 | 20 | 52 | 3B |
| Octal | 354 | 235 | 101 | 0 | 41 | 110 | 7 | 40 | 122 | 73 |
| Binary | 11101100 | 10011101 | 1000001 | 0 | 100001 | 1001000 | 111 | 100000 | 1010010 | 111011 |
Color Harmonies of #EC9D41
Complementary color
Monochromatic Colors of #EC9D41
Black with #EC9D41
Text Example
Text Example
White with #EC9D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D41; }
p { color: rgb(236,157,65); }
H1.HeaderClassName
{
color: #EC9D41;
}
.AnyTagClassName
{
color: #EC9D41;
}
</style>
background-color css
<style>
a { background-color: #EC9D41; }
a { background-color: rgb(236,157,65); }
div.DivClassName
{
background-color: #EC9D41;
}
.BgClassName
{
background-color: #EC9D41;
}
</style>
border-color css
<style>
span { border-color: #EC9D41; }
span { border-color: rgb(236,157,65); }
td.TdClassName
{
border-color: #EC9D41;
}
.TagClassName
{
border-color: #EC9D41;
}
</style>