Shades of Sea Buckthorn #EC8F4C
Tints of Sea Buckthorn #EC8F4C
RGB
CMYK
RGB Variations
Color information
#EC8F4C (or 0xEC8F4C) is known color: Sea Buckthorn. HEX triplet: EC, 8F and 4C. RGB value is (236,143,76). Sum of RGB (Red+Green+Blue) = 236+143+76=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F4C is #1370B3. Grayscale: #A3A3A3. Windows color (decimal): -1274036 or 5017580. OLE color: 5017580.
HSL color Cylindrical-coordinate representation of color #EC8F4C: hue angle of 25.12º 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 #EC8F4C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 76 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.13º | 0.81% | 0.61% | - |
| HSV(B) | 25.13º | 0.68% | 0.93% | - |
| XYZ | 45.72 | 38 | 11.76 | - |
| YUV | 163.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 76 | 0 | 0.39 | 0.68 | 0.07 | 25.13 | 0.81 | 0.61 |
| Hex | EC | 8F | 4C | 0 | 27 | 44 | 7 | 19 | 51 | 3D |
| Octal | 354 | 217 | 114 | 0 | 47 | 104 | 7 | 31 | 121 | 75 |
| Binary | 11101100 | 10001111 | 1001100 | 0 | 100111 | 1000100 | 111 | 11001 | 1010001 | 111101 |
Color Harmonies of #EC8F4C
Complementary color
Monochromatic Colors of #EC8F4C
Black with #EC8F4C
Text Example
Text Example
White with #EC8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F4C; }
p { color: rgb(236,143,76); }
H1.HeaderClassName
{
color: #EC8F4C;
}
.AnyTagClassName
{
color: #EC8F4C;
}
</style>
background-color css
<style>
a { background-color: #EC8F4C; }
a { background-color: rgb(236,143,76); }
div.DivClassName
{
background-color: #EC8F4C;
}
.BgClassName
{
background-color: #EC8F4C;
}
</style>
border-color css
<style>
span { border-color: #EC8F4C; }
span { border-color: rgb(236,143,76); }
td.TdClassName
{
border-color: #EC8F4C;
}
.TagClassName
{
border-color: #EC8F4C;
}
</style>