Shades of Sea Buckthorn #EC8E4C
Tints of Sea Buckthorn #EC8E4C
RGB
CMYK
RGB Variations
Color information
#EC8E4C (or 0xEC8E4C) is known color: Sea Buckthorn. HEX triplet: EC, 8E and 4C. RGB value is (236,142,76). Sum of RGB (Red+Green+Blue) = 236+142+76=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8E4C is #1371B3. Grayscale: #A2A2A2. Windows color (decimal): -1274292 or 5017324. OLE color: 5017324.
HSL color Cylindrical-coordinate representation of color #EC8E4C: hue angle of 24.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 #EC8E4C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 76 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.07 |
| HSL | 24.75º | 0.81% | 0.61% | - |
| HSV(B) | 24.75º | 0.68% | 0.93% | - |
| XYZ | 45.57 | 37.7 | 11.71 | - |
| YUV | 162.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 76 | 0 | 0.40 | 0.68 | 0.07 | 24.75 | 0.81 | 0.61 |
| Hex | EC | 8E | 4C | 0 | 28 | 44 | 7 | 19 | 51 | 3D |
| Octal | 354 | 216 | 114 | 0 | 50 | 104 | 7 | 31 | 121 | 75 |
| Binary | 11101100 | 10001110 | 1001100 | 0 | 101000 | 1000100 | 111 | 11001 | 1010001 | 111101 |
Color Harmonies of #EC8E4C
Complementary color
Monochromatic Colors of #EC8E4C
Black with #EC8E4C
Text Example
Text Example
White with #EC8E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E4C; }
p { color: rgb(236,142,76); }
H1.HeaderClassName
{
color: #EC8E4C;
}
.AnyTagClassName
{
color: #EC8E4C;
}
</style>
background-color css
<style>
a { background-color: #EC8E4C; }
a { background-color: rgb(236,142,76); }
div.DivClassName
{
background-color: #EC8E4C;
}
.BgClassName
{
background-color: #EC8E4C;
}
</style>
border-color css
<style>
span { border-color: #EC8E4C; }
span { border-color: rgb(236,142,76); }
td.TdClassName
{
border-color: #EC8E4C;
}
.TagClassName
{
border-color: #EC8E4C;
}
</style>