Shades of Sea Buckthorn #EC964E
Tints of Sea Buckthorn #EC964E
RGB
CMYK
RGB Variations
Color information
#EC964E (or 0xEC964E) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4E. RGB value is (236,150,78). Sum of RGB (Red+Green+Blue) = 236+150+78=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC964E is #1369B1. Grayscale: #A7A7A7. Windows color (decimal): -1272242 or 5150444. OLE color: 5150444.
HSL color Cylindrical-coordinate representation of color #EC964E: hue angle of 27.34º 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 #EC964E is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 78 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.07 |
| HSL | 27.34º | 0.81% | 0.62% | - |
| HSV(B) | 27.34º | 0.67% | 0.93% | - |
| XYZ | 46.87 | 40.2 | 12.5 | - |
| YUV | 167.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 78 | 0 | 0.36 | 0.67 | 0.07 | 27.34 | 0.81 | 0.62 |
| Hex | EC | 96 | 4E | 0 | 24 | 43 | 7 | 1B | 51 | 3E |
| Octal | 354 | 226 | 116 | 0 | 44 | 103 | 7 | 33 | 121 | 76 |
| Binary | 11101100 | 10010110 | 1001110 | 0 | 100100 | 1000011 | 111 | 11011 | 1010001 | 111110 |
Color Harmonies of #EC964E
Complementary color
Monochromatic Colors of #EC964E
Black with #EC964E
Text Example
Text Example
White with #EC964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC964E; }
p { color: rgb(236,150,78); }
H1.HeaderClassName
{
color: #EC964E;
}
.AnyTagClassName
{
color: #EC964E;
}
</style>
background-color css
<style>
a { background-color: #EC964E; }
a { background-color: rgb(236,150,78); }
div.DivClassName
{
background-color: #EC964E;
}
.BgClassName
{
background-color: #EC964E;
}
</style>
border-color css
<style>
span { border-color: #EC964E; }
span { border-color: rgb(236,150,78); }
td.TdClassName
{
border-color: #EC964E;
}
.TagClassName
{
border-color: #EC964E;
}
</style>