Shades of Sea Buckthorn #EC9949
Tints of Sea Buckthorn #EC9949
RGB
CMYK
RGB Variations
Color information
#EC9949 (or 0xEC9949) is known color: Sea Buckthorn. HEX triplet: EC, 99 and 49. RGB value is (236,153,73). Sum of RGB (Red+Green+Blue) = 236+153+73=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9949 is #1366B6. Grayscale: #A9A9A9. Windows color (decimal): -1271479 or 4823532. OLE color: 4823532.
HSL color Cylindrical-coordinate representation of color #EC9949: hue angle of 29.45º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC9949 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 73 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.07 |
| HSL | 29.45º | 0.81% | 0.61% | - |
| HSV(B) | 29.45º | 0.69% | 0.93% | - |
| XYZ | 47.19 | 41.1 | 11.75 | - |
| YUV | 168.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 73 | 0 | 0.35 | 0.69 | 0.07 | 29.45 | 0.81 | 0.61 |
| Hex | EC | 99 | 49 | 0 | 23 | 45 | 7 | 1D | 51 | 3D |
| Octal | 354 | 231 | 111 | 0 | 43 | 105 | 7 | 35 | 121 | 75 |
| Binary | 11101100 | 10011001 | 1001001 | 0 | 100011 | 1000101 | 111 | 11101 | 1010001 | 111101 |
Color Harmonies of #EC9949
Complementary color
Monochromatic Colors of #EC9949
Black with #EC9949
Text Example
Text Example
White with #EC9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9949; }
p { color: rgb(236,153,73); }
H1.HeaderClassName
{
color: #EC9949;
}
.AnyTagClassName
{
color: #EC9949;
}
</style>
background-color css
<style>
a { background-color: #EC9949; }
a { background-color: rgb(236,153,73); }
div.DivClassName
{
background-color: #EC9949;
}
.BgClassName
{
background-color: #EC9949;
}
</style>
border-color css
<style>
span { border-color: #EC9949; }
span { border-color: rgb(236,153,73); }
td.TdClassName
{
border-color: #EC9949;
}
.TagClassName
{
border-color: #EC9949;
}
</style>