Shades of Sea Buckthorn #EC964C
Tints of Sea Buckthorn #EC964C
RGB
CMYK
RGB Variations
Color information
#EC964C (or 0xEC964C) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 4C. RGB value is (236,150,76). Sum of RGB (Red+Green+Blue) = 236+150+76=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC964C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC964C is #1369B3. Grayscale: #A7A7A7. Windows color (decimal): -1272244 or 5019372. OLE color: 5019372.
HSL color Cylindrical-coordinate representation of color #EC964C: hue angle of 27.75º 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 #EC964C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 76 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 27.75º | 0.81% | 0.61% | - |
| HSV(B) | 27.75º | 0.68% | 0.93% | - |
| XYZ | 46.8 | 40.17 | 12.12 | - |
| YUV | 167.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 76 | 0 | 0.36 | 0.68 | 0.07 | 27.75 | 0.81 | 0.61 |
| Hex | EC | 96 | 4C | 0 | 24 | 44 | 7 | 1C | 51 | 3D |
| Octal | 354 | 226 | 114 | 0 | 44 | 104 | 7 | 34 | 121 | 75 |
| Binary | 11101100 | 10010110 | 1001100 | 0 | 100100 | 1000100 | 111 | 11100 | 1010001 | 111101 |
Color Harmonies of #EC964C
Complementary color
Monochromatic Colors of #EC964C
Black with #EC964C
Text Example
Text Example
White with #EC964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC964C; }
p { color: rgb(236,150,76); }
H1.HeaderClassName
{
color: #EC964C;
}
.AnyTagClassName
{
color: #EC964C;
}
</style>
background-color css
<style>
a { background-color: #EC964C; }
a { background-color: rgb(236,150,76); }
div.DivClassName
{
background-color: #EC964C;
}
.BgClassName
{
background-color: #EC964C;
}
</style>
border-color css
<style>
span { border-color: #EC964C; }
span { border-color: rgb(236,150,76); }
td.TdClassName
{
border-color: #EC964C;
}
.TagClassName
{
border-color: #EC964C;
}
</style>