Shades of Sea Buckthorn #EC9445
Tints of Sea Buckthorn #EC9445
RGB
CMYK
RGB Variations
Color information
#EC9445 (or 0xEC9445) is known color: Sea Buckthorn. HEX triplet: EC, 94 and 45. RGB value is (236,148,69). Sum of RGB (Red+Green+Blue) = 236+148+69=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9445 is #136BBA. Grayscale: #A5A5A5. Windows color (decimal): -1272763 or 4560108. OLE color: 4560108.
HSL color Cylindrical-coordinate representation of color #EC9445: hue angle of 28.38º 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 #EC9445 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 69 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.07 |
| HSL | 28.38º | 0.81% | 0.6% | - |
| HSV(B) | 28.38º | 0.71% | 0.93% | - |
| XYZ | 46.26 | 39.44 | 10.81 | - |
| YUV | 165.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 69 | 0 | 0.37 | 0.71 | 0.07 | 28.38 | 0.81 | 0.6 |
| Hex | EC | 94 | 45 | 0 | 25 | 47 | 7 | 1C | 51 | 3C |
| Octal | 354 | 224 | 105 | 0 | 45 | 107 | 7 | 34 | 121 | 74 |
| Binary | 11101100 | 10010100 | 1000101 | 0 | 100101 | 1000111 | 111 | 11100 | 1010001 | 111100 |
Color Harmonies of #EC9445
Complementary color
Monochromatic Colors of #EC9445
Black with #EC9445
Text Example
Text Example
White with #EC9445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9445; }
p { color: rgb(236,148,69); }
H1.HeaderClassName
{
color: #EC9445;
}
.AnyTagClassName
{
color: #EC9445;
}
</style>
background-color css
<style>
a { background-color: #EC9445; }
a { background-color: rgb(236,148,69); }
div.DivClassName
{
background-color: #EC9445;
}
.BgClassName
{
background-color: #EC9445;
}
</style>
border-color css
<style>
span { border-color: #EC9445; }
span { border-color: rgb(236,148,69); }
td.TdClassName
{
border-color: #EC9445;
}
.TagClassName
{
border-color: #EC9445;
}
</style>