Shades of Sea Buckthorn #EC8F46
Tints of Sea Buckthorn #EC8F46
RGB
CMYK
RGB Variations
Color information
#EC8F46 (or 0xEC8F46) is known color: Sea Buckthorn. HEX triplet: EC, 8F and 46. RGB value is (236,143,70). Sum of RGB (Red+Green+Blue) = 236+143+70=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F46 is #1370B9. Grayscale: #A2A2A2. Windows color (decimal): -1274042 or 4624364. OLE color: 4624364.
HSL color Cylindrical-coordinate representation of color #EC8F46: hue angle of 26.39º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC8F46 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 70 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.07 |
| HSL | 26.39º | 0.81% | 0.6% | - |
| HSV(B) | 26.39º | 0.7% | 0.93% | - |
| XYZ | 45.52 | 37.92 | 10.71 | - |
| YUV | 162.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 70 | 0 | 0.39 | 0.70 | 0.07 | 26.39 | 0.81 | 0.6 |
| Hex | EC | 8F | 46 | 0 | 27 | 46 | 7 | 1A | 51 | 3C |
| Octal | 354 | 217 | 106 | 0 | 47 | 106 | 7 | 32 | 121 | 74 |
| Binary | 11101100 | 10001111 | 1000110 | 0 | 100111 | 1000110 | 111 | 11010 | 1010001 | 111100 |
Color Harmonies of #EC8F46
Complementary color
Monochromatic Colors of #EC8F46
Black with #EC8F46
Text Example
Text Example
White with #EC8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F46; }
p { color: rgb(236,143,70); }
H1.HeaderClassName
{
color: #EC8F46;
}
.AnyTagClassName
{
color: #EC8F46;
}
</style>
background-color css
<style>
a { background-color: #EC8F46; }
a { background-color: rgb(236,143,70); }
div.DivClassName
{
background-color: #EC8F46;
}
.BgClassName
{
background-color: #EC8F46;
}
</style>
border-color css
<style>
span { border-color: #EC8F46; }
span { border-color: rgb(236,143,70); }
td.TdClassName
{
border-color: #EC8F46;
}
.TagClassName
{
border-color: #EC8F46;
}
</style>