Shades of Sea Buckthorn #EC964F
Tints of Sea Buckthorn #EC964F
RGB
CMYK
RGB Variations
Color information
#EC964F (or 0xEC964F) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4F. RGB value is (236,150,79). Sum of RGB (Red+Green+Blue) = 236+150+79=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC964F is #1369B0. Grayscale: #A7A7A7. Windows color (decimal): -1272241 or 5215980. OLE color: 5215980.
HSL color Cylindrical-coordinate representation of color #EC964F: hue angle of 27.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC964F is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 79 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.07 |
| HSL | 27.13º | 0.81% | 0.62% | - |
| HSV(B) | 27.13º | 0.67% | 0.93% | - |
| XYZ | 46.91 | 40.21 | 12.69 | - |
| YUV | 167.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 79 | 0 | 0.36 | 0.67 | 0.07 | 27.13 | 0.81 | 0.62 |
| Hex | EC | 96 | 4F | 0 | 24 | 43 | 7 | 1B | 51 | 3E |
| Octal | 354 | 226 | 117 | 0 | 44 | 103 | 7 | 33 | 121 | 76 |
| Binary | 11101100 | 10010110 | 1001111 | 0 | 100100 | 1000011 | 111 | 11011 | 1010001 | 111110 |
Color Harmonies of #EC964F
Complementary color
Monochromatic Colors of #EC964F
Black with #EC964F
Text Example
Text Example
White with #EC964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC964F; }
p { color: rgb(236,150,79); }
H1.HeaderClassName
{
color: #EC964F;
}
.AnyTagClassName
{
color: #EC964F;
}
</style>
background-color css
<style>
a { background-color: #EC964F; }
a { background-color: rgb(236,150,79); }
div.DivClassName
{
background-color: #EC964F;
}
.BgClassName
{
background-color: #EC964F;
}
</style>
border-color css
<style>
span { border-color: #EC964F; }
span { border-color: rgb(236,150,79); }
td.TdClassName
{
border-color: #EC964F;
}
.TagClassName
{
border-color: #EC964F;
}
</style>