Shades of Sea Buckthorn #EC984B
Tints of Sea Buckthorn #EC984B
RGB
CMYK
RGB Variations
Color information
#EC984B (or 0xEC984B) is known color: Sea Buckthorn. HEX triplet: EC, 98 and 4B. RGB value is (236,152,75). Sum of RGB (Red+Green+Blue) = 236+152+75=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC984B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC984B is #1367B4. Grayscale: #A8A8A8. Windows color (decimal): -1271733 or 4954348. OLE color: 4954348.
HSL color Cylindrical-coordinate representation of color #EC984B: hue angle of 28.7º 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 #EC984B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 75 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 28.7º | 0.81% | 0.61% | - |
| HSV(B) | 28.7º | 0.68% | 0.93% | - |
| XYZ | 47.09 | 40.8 | 12.05 | - |
| YUV | 168.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 75 | 0 | 0.36 | 0.68 | 0.07 | 28.7 | 0.81 | 0.61 |
| Hex | EC | 98 | 4B | 0 | 24 | 44 | 7 | 1D | 51 | 3D |
| Octal | 354 | 230 | 113 | 0 | 44 | 104 | 7 | 35 | 121 | 75 |
| Binary | 11101100 | 10011000 | 1001011 | 0 | 100100 | 1000100 | 111 | 11101 | 1010001 | 111101 |
Color Harmonies of #EC984B
Complementary color
Monochromatic Colors of #EC984B
Black with #EC984B
Text Example
Text Example
White with #EC984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC984B; }
p { color: rgb(236,152,75); }
H1.HeaderClassName
{
color: #EC984B;
}
.AnyTagClassName
{
color: #EC984B;
}
</style>
background-color css
<style>
a { background-color: #EC984B; }
a { background-color: rgb(236,152,75); }
div.DivClassName
{
background-color: #EC984B;
}
.BgClassName
{
background-color: #EC984B;
}
</style>
border-color css
<style>
span { border-color: #EC984B; }
span { border-color: rgb(236,152,75); }
td.TdClassName
{
border-color: #EC984B;
}
.TagClassName
{
border-color: #EC984B;
}
</style>