Shades of Sea Buckthorn #EC9354
Tints of Sea Buckthorn #EC9354
RGB
CMYK
RGB Variations
Color information
#EC9354 (or 0xEC9354) is known color: Sea Buckthorn. HEX triplet: EC, 93 and 54. RGB value is (236,147,84). Sum of RGB (Red+Green+Blue) = 236+147+84=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9354 is #136CAB. Grayscale: #A6A6A6. Windows color (decimal): -1273004 or 5542892. OLE color: 5542892.
HSL color Cylindrical-coordinate representation of color #EC9354: hue angle of 24.87º 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 #EC9354 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 84 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.07 |
| HSL | 24.87º | 0.8% | 0.63% | - |
| HSV(B) | 24.87º | 0.64% | 0.93% | - |
| XYZ | 46.63 | 39.34 | 13.52 | - |
| YUV | 166.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 84 | 0 | 0.38 | 0.64 | 0.07 | 24.87 | 0.8 | 0.63 |
| Hex | EC | 93 | 54 | 0 | 26 | 40 | 7 | 19 | 50 | 3F |
| Octal | 354 | 223 | 124 | 0 | 46 | 100 | 7 | 31 | 120 | 77 |
| Binary | 11101100 | 10010011 | 1010100 | 0 | 100110 | 1000000 | 111 | 11001 | 1010000 | 111111 |
Color Harmonies of #EC9354
Complementary color
Monochromatic Colors of #EC9354
Black with #EC9354
Text Example
Text Example
White with #EC9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9354; }
p { color: rgb(236,147,84); }
H1.HeaderClassName
{
color: #EC9354;
}
.AnyTagClassName
{
color: #EC9354;
}
</style>
background-color css
<style>
a { background-color: #EC9354; }
a { background-color: rgb(236,147,84); }
div.DivClassName
{
background-color: #EC9354;
}
.BgClassName
{
background-color: #EC9354;
}
</style>
border-color css
<style>
span { border-color: #EC9354; }
span { border-color: rgb(236,147,84); }
td.TdClassName
{
border-color: #EC9354;
}
.TagClassName
{
border-color: #EC9354;
}
</style>