Shades of Sea Buckthorn #EC963F
Tints of Sea Buckthorn #EC963F
RGB
CMYK
RGB Variations
Color information
#EC963F (or 0xEC963F) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 3F. RGB value is (236,150,63). Sum of RGB (Red+Green+Blue) = 236+150+63=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC963F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC963F is #1369C0. Grayscale: #A6A6A6. Windows color (decimal): -1272257 or 4167404. OLE color: 4167404.
HSL color Cylindrical-coordinate representation of color #EC963F: hue angle of 30.17º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC963F is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 63 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.07 |
| HSL | 30.17º | 0.82% | 0.59% | - |
| HSV(B) | 30.17º | 0.73% | 0.93% | - |
| XYZ | 46.4 | 40 | 9.98 | - |
| YUV | 165.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 63 | 0 | 0.36 | 0.73 | 0.07 | 30.17 | 0.82 | 0.59 |
| Hex | EC | 96 | 3F | 0 | 24 | 49 | 7 | 1E | 52 | 3B |
| Octal | 354 | 226 | 77 | 0 | 44 | 111 | 7 | 36 | 122 | 73 |
| Binary | 11101100 | 10010110 | 111111 | 0 | 100100 | 1001001 | 111 | 11110 | 1010010 | 111011 |
Color Harmonies of #EC963F
Complementary color
Monochromatic Colors of #EC963F
Black with #EC963F
Text Example
Text Example
White with #EC963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC963F; }
p { color: rgb(236,150,63); }
H1.HeaderClassName
{
color: #EC963F;
}
.AnyTagClassName
{
color: #EC963F;
}
</style>
background-color css
<style>
a { background-color: #EC963F; }
a { background-color: rgb(236,150,63); }
div.DivClassName
{
background-color: #EC963F;
}
.BgClassName
{
background-color: #EC963F;
}
</style>
border-color css
<style>
span { border-color: #EC963F; }
span { border-color: rgb(236,150,63); }
td.TdClassName
{
border-color: #EC963F;
}
.TagClassName
{
border-color: #EC963F;
}
</style>