Shades of Sea Buckthorn #EC8E46
Tints of Sea Buckthorn #EC8E46
RGB
CMYK
RGB Variations
Color information
#EC8E46 (or 0xEC8E46) is known color: Sea Buckthorn. HEX triplet: EC, 8E and 46. RGB value is (236,142,70). Sum of RGB (Red+Green+Blue) = 236+142+70=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E46 is #1371B9. Grayscale: #A2A2A2. Windows color (decimal): -1274298 or 4624108. OLE color: 4624108.
HSL color Cylindrical-coordinate representation of color #EC8E46: hue angle of 26.02º 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 #EC8E46 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 70 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.07 |
| HSL | 26.02º | 0.81% | 0.6% | - |
| HSV(B) | 26.02º | 0.7% | 0.93% | - |
| XYZ | 45.37 | 37.62 | 10.66 | - |
| YUV | 161.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 70 | 0 | 0.40 | 0.70 | 0.07 | 26.02 | 0.81 | 0.6 |
| Hex | EC | 8E | 46 | 0 | 28 | 46 | 7 | 1A | 51 | 3C |
| Octal | 354 | 216 | 106 | 0 | 50 | 106 | 7 | 32 | 121 | 74 |
| Binary | 11101100 | 10001110 | 1000110 | 0 | 101000 | 1000110 | 111 | 11010 | 1010001 | 111100 |
Color Harmonies of #EC8E46
Complementary color
Monochromatic Colors of #EC8E46
Black with #EC8E46
Text Example
Text Example
White with #EC8E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E46; }
p { color: rgb(236,142,70); }
H1.HeaderClassName
{
color: #EC8E46;
}
.AnyTagClassName
{
color: #EC8E46;
}
</style>
background-color css
<style>
a { background-color: #EC8E46; }
a { background-color: rgb(236,142,70); }
div.DivClassName
{
background-color: #EC8E46;
}
.BgClassName
{
background-color: #EC8E46;
}
</style>
border-color css
<style>
span { border-color: #EC8E46; }
span { border-color: rgb(236,142,70); }
td.TdClassName
{
border-color: #EC8E46;
}
.TagClassName
{
border-color: #EC8E46;
}
</style>