Shades of Sea Buckthorn #EC9D45
Tints of Sea Buckthorn #EC9D45
RGB
CMYK
RGB Variations
Color information
#EC9D45 (or 0xEC9D45) is known color: Sea Buckthorn. HEX triplet: EC, 9D and 45. RGB value is (236,157,69). Sum of RGB (Red+Green+Blue) = 236+157+69=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D45 is #1362BA. Grayscale: #ABABAB. Windows color (decimal): -1270459 or 4562412. OLE color: 4562412.
HSL color Cylindrical-coordinate representation of color #EC9D45: hue angle of 31.62º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC9D45 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 69 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.07 |
| HSL | 31.62º | 0.81% | 0.6% | - |
| HSV(B) | 31.62º | 0.71% | 0.93% | - |
| XYZ | 47.72 | 42.38 | 11.29 | - |
| YUV | 170.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 69 | 0 | 0.33 | 0.71 | 0.07 | 31.62 | 0.81 | 0.6 |
| Hex | EC | 9D | 45 | 0 | 21 | 47 | 7 | 20 | 51 | 3C |
| Octal | 354 | 235 | 105 | 0 | 41 | 107 | 7 | 40 | 121 | 74 |
| Binary | 11101100 | 10011101 | 1000101 | 0 | 100001 | 1000111 | 111 | 100000 | 1010001 | 111100 |
Color Harmonies of #EC9D45
Complementary color
Monochromatic Colors of #EC9D45
Black with #EC9D45
Text Example
Text Example
White with #EC9D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D45; }
p { color: rgb(236,157,69); }
H1.HeaderClassName
{
color: #EC9D45;
}
.AnyTagClassName
{
color: #EC9D45;
}
</style>
background-color css
<style>
a { background-color: #EC9D45; }
a { background-color: rgb(236,157,69); }
div.DivClassName
{
background-color: #EC9D45;
}
.BgClassName
{
background-color: #EC9D45;
}
</style>
border-color css
<style>
span { border-color: #EC9D45; }
span { border-color: rgb(236,157,69); }
td.TdClassName
{
border-color: #EC9D45;
}
.TagClassName
{
border-color: #EC9D45;
}
</style>