Shades of Sea Buckthorn #EC9448
Tints of Sea Buckthorn #EC9448
RGB
CMYK
RGB Variations
Color information
#EC9448 (or 0xEC9448) is known color: Sea Buckthorn. HEX triplet: EC, 94 and 48. RGB value is (236,148,72). Sum of RGB (Red+Green+Blue) = 236+148+72=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9448 is #136BB7. Grayscale: #A6A6A6. Windows color (decimal): -1272760 or 4756716. OLE color: 4756716.
HSL color Cylindrical-coordinate representation of color #EC9448: hue angle of 27.8º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC9448 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 72 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.07 |
| HSL | 27.8º | 0.81% | 0.6% | - |
| HSV(B) | 27.8º | 0.69% | 0.93% | - |
| XYZ | 46.35 | 39.48 | 11.31 | - |
| YUV | 165.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 72 | 0 | 0.37 | 0.69 | 0.07 | 27.8 | 0.81 | 0.6 |
| Hex | EC | 94 | 48 | 0 | 25 | 45 | 7 | 1C | 51 | 3C |
| Octal | 354 | 224 | 110 | 0 | 45 | 105 | 7 | 34 | 121 | 74 |
| Binary | 11101100 | 10010100 | 1001000 | 0 | 100101 | 1000101 | 111 | 11100 | 1010001 | 111100 |
Color Harmonies of #EC9448
Complementary color
Monochromatic Colors of #EC9448
Black with #EC9448
Text Example
Text Example
White with #EC9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9448; }
p { color: rgb(236,148,72); }
H1.HeaderClassName
{
color: #EC9448;
}
.AnyTagClassName
{
color: #EC9448;
}
</style>
background-color css
<style>
a { background-color: #EC9448; }
a { background-color: rgb(236,148,72); }
div.DivClassName
{
background-color: #EC9448;
}
.BgClassName
{
background-color: #EC9448;
}
</style>
border-color css
<style>
span { border-color: #EC9448; }
span { border-color: rgb(236,148,72); }
td.TdClassName
{
border-color: #EC9448;
}
.TagClassName
{
border-color: #EC9448;
}
</style>