Shades of Sea Buckthorn #EC964D
Tints of Sea Buckthorn #EC964D
RGB
CMYK
RGB Variations
Color information
#EC964D (or 0xEC964D) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4D. RGB value is (236,150,77). Sum of RGB (Red+Green+Blue) = 236+150+77=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC964D is #1369B2. Grayscale: #A7A7A7. Windows color (decimal): -1272243 or 5084908. OLE color: 5084908.
HSL color Cylindrical-coordinate representation of color #EC964D: hue angle of 27.55º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC964D is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 77 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.07 |
| HSL | 27.55º | 0.81% | 0.61% | - |
| HSV(B) | 27.55º | 0.67% | 0.93% | - |
| XYZ | 46.84 | 40.18 | 12.31 | - |
| YUV | 167.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 77 | 0 | 0.36 | 0.67 | 0.07 | 27.55 | 0.81 | 0.61 |
| Hex | EC | 96 | 4D | 0 | 24 | 43 | 7 | 1C | 51 | 3D |
| Octal | 354 | 226 | 115 | 0 | 44 | 103 | 7 | 34 | 121 | 75 |
| Binary | 11101100 | 10010110 | 1001101 | 0 | 100100 | 1000011 | 111 | 11100 | 1010001 | 111101 |
Color Harmonies of #EC964D
Complementary color
Monochromatic Colors of #EC964D
Black with #EC964D
Text Example
Text Example
White with #EC964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC964D; }
p { color: rgb(236,150,77); }
H1.HeaderClassName
{
color: #EC964D;
}
.AnyTagClassName
{
color: #EC964D;
}
</style>
background-color css
<style>
a { background-color: #EC964D; }
a { background-color: rgb(236,150,77); }
div.DivClassName
{
background-color: #EC964D;
}
.BgClassName
{
background-color: #EC964D;
}
</style>
border-color css
<style>
span { border-color: #EC964D; }
span { border-color: rgb(236,150,77); }
td.TdClassName
{
border-color: #EC964D;
}
.TagClassName
{
border-color: #EC964D;
}
</style>