Shades of Sea Buckthorn #EC9554
Tints of Sea Buckthorn #EC9554
RGB
CMYK
RGB Variations
Color information
#EC9554 (or 0xEC9554) is known color: Sea Buckthorn. HEX triplet: EC, 95 and 54. RGB value is (236,149,84). Sum of RGB (Red+Green+Blue) = 236+149+84=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9554 is #136AAB. Grayscale: #A7A7A7. Windows color (decimal): -1272492 or 5543404. OLE color: 5543404.
HSL color Cylindrical-coordinate representation of color #EC9554: hue angle of 25.66º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC9554 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 84 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.07 |
| HSL | 25.66º | 0.8% | 0.63% | - |
| HSV(B) | 25.66º | 0.64% | 0.93% | - |
| XYZ | 46.94 | 39.97 | 13.63 | - |
| YUV | 167.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 84 | 0 | 0.37 | 0.64 | 0.07 | 25.66 | 0.8 | 0.63 |
| Hex | EC | 95 | 54 | 0 | 25 | 40 | 7 | 1A | 50 | 3F |
| Octal | 354 | 225 | 124 | 0 | 45 | 100 | 7 | 32 | 120 | 77 |
| Binary | 11101100 | 10010101 | 1010100 | 0 | 100101 | 1000000 | 111 | 11010 | 1010000 | 111111 |
Color Harmonies of #EC9554
Complementary color
Monochromatic Colors of #EC9554
Black with #EC9554
Text Example
Text Example
White with #EC9554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9554; }
p { color: rgb(236,149,84); }
H1.HeaderClassName
{
color: #EC9554;
}
.AnyTagClassName
{
color: #EC9554;
}
</style>
background-color css
<style>
a { background-color: #EC9554; }
a { background-color: rgb(236,149,84); }
div.DivClassName
{
background-color: #EC9554;
}
.BgClassName
{
background-color: #EC9554;
}
</style>
border-color css
<style>
span { border-color: #EC9554; }
span { border-color: rgb(236,149,84); }
td.TdClassName
{
border-color: #EC9554;
}
.TagClassName
{
border-color: #EC9554;
}
</style>