Shades of Sea Buckthorn #EC9356
Tints of Sea Buckthorn #EC9356
RGB
CMYK
RGB Variations
Color information
#EC9356 (or 0xEC9356) is known color: Sea Buckthorn. HEX triplet: EC, 93 and 56. RGB value is (236,147,86). Sum of RGB (Red+Green+Blue) = 236+147+86=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9356 is #136CA9. Grayscale: #A6A6A6. Windows color (decimal): -1273002 or 5673964. OLE color: 5673964.
HSL color Cylindrical-coordinate representation of color #EC9356: hue angle of 24.4º 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 #EC9356 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 86 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.07 |
| HSL | 24.4º | 0.8% | 0.63% | - |
| HSV(B) | 24.4º | 0.64% | 0.93% | - |
| XYZ | 46.71 | 39.37 | 13.94 | - |
| YUV | 166.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 86 | 0 | 0.38 | 0.64 | 0.07 | 24.4 | 0.8 | 0.63 |
| Hex | EC | 93 | 56 | 0 | 26 | 40 | 7 | 18 | 50 | 3F |
| Octal | 354 | 223 | 126 | 0 | 46 | 100 | 7 | 30 | 120 | 77 |
| Binary | 11101100 | 10010011 | 1010110 | 0 | 100110 | 1000000 | 111 | 11000 | 1010000 | 111111 |
Color Harmonies of #EC9356
Complementary color
Monochromatic Colors of #EC9356
Black with #EC9356
Text Example
Text Example
White with #EC9356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9356; }
p { color: rgb(236,147,86); }
H1.HeaderClassName
{
color: #EC9356;
}
.AnyTagClassName
{
color: #EC9356;
}
</style>
background-color css
<style>
a { background-color: #EC9356; }
a { background-color: rgb(236,147,86); }
div.DivClassName
{
background-color: #EC9356;
}
.BgClassName
{
background-color: #EC9356;
}
</style>
border-color css
<style>
span { border-color: #EC9356; }
span { border-color: rgb(236,147,86); }
td.TdClassName
{
border-color: #EC9356;
}
.TagClassName
{
border-color: #EC9356;
}
</style>