Shades of Sea Buckthorn #EC964B
Tints of Sea Buckthorn #EC964B
RGB
CMYK
RGB Variations
Color information
#EC964B (or 0xEC964B) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4B. RGB value is (236,150,75). Sum of RGB (Red+Green+Blue) = 236+150+75=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC964B is #1369B4. Grayscale: #A7A7A7. Windows color (decimal): -1272245 or 4953836. OLE color: 4953836.
HSL color Cylindrical-coordinate representation of color #EC964B: hue angle of 27.95º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC964B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 75 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 27.95º | 0.81% | 0.61% | - |
| HSV(B) | 27.95º | 0.68% | 0.93% | - |
| XYZ | 46.77 | 40.15 | 11.94 | - |
| YUV | 167.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 75 | 0 | 0.36 | 0.68 | 0.07 | 27.95 | 0.81 | 0.61 |
| Hex | EC | 96 | 4B | 0 | 24 | 44 | 7 | 1C | 51 | 3D |
| Octal | 354 | 226 | 113 | 0 | 44 | 104 | 7 | 34 | 121 | 75 |
| Binary | 11101100 | 10010110 | 1001011 | 0 | 100100 | 1000100 | 111 | 11100 | 1010001 | 111101 |
Color Harmonies of #EC964B
Complementary color
Monochromatic Colors of #EC964B
Black with #EC964B
Text Example
Text Example
White with #EC964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC964B; }
p { color: rgb(236,150,75); }
H1.HeaderClassName
{
color: #EC964B;
}
.AnyTagClassName
{
color: #EC964B;
}
</style>
background-color css
<style>
a { background-color: #EC964B; }
a { background-color: rgb(236,150,75); }
div.DivClassName
{
background-color: #EC964B;
}
.BgClassName
{
background-color: #EC964B;
}
</style>
border-color css
<style>
span { border-color: #EC964B; }
span { border-color: rgb(236,150,75); }
td.TdClassName
{
border-color: #EC964B;
}
.TagClassName
{
border-color: #EC964B;
}
</style>