Shades of Sea Buckthorn #EC9D4E
Tints of Sea Buckthorn #EC9D4E
RGB
CMYK
RGB Variations
Color information
#EC9D4E (or 0xEC9D4E) is known color: Sea Buckthorn. HEX triplet: EC, 9D and 4E. RGB value is (236,157,78). Sum of RGB (Red+Green+Blue) = 236+157+78=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D4E is #1362B1. Grayscale: #ACACAC. Windows color (decimal): -1270450 or 5152236. OLE color: 5152236.
HSL color Cylindrical-coordinate representation of color #EC9D4E: hue angle of 30º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC9D4E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 78 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.07 |
| HSL | 30º | 0.81% | 0.62% | - |
| HSV(B) | 30º | 0.67% | 0.93% | - |
| XYZ | 48.02 | 42.5 | 12.88 | - |
| YUV | 171.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 78 | 0 | 0.33 | 0.67 | 0.07 | 30 | 0.81 | 0.62 |
| Hex | EC | 9D | 4E | 0 | 21 | 43 | 7 | 1E | 51 | 3E |
| Octal | 354 | 235 | 116 | 0 | 41 | 103 | 7 | 36 | 121 | 76 |
| Binary | 11101100 | 10011101 | 1001110 | 0 | 100001 | 1000011 | 111 | 11110 | 1010001 | 111110 |
Color Harmonies of #EC9D4E
Complementary color
Monochromatic Colors of #EC9D4E
Black with #EC9D4E
Text Example
Text Example
White with #EC9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D4E; }
p { color: rgb(236,157,78); }
H1.HeaderClassName
{
color: #EC9D4E;
}
.AnyTagClassName
{
color: #EC9D4E;
}
</style>
background-color css
<style>
a { background-color: #EC9D4E; }
a { background-color: rgb(236,157,78); }
div.DivClassName
{
background-color: #EC9D4E;
}
.BgClassName
{
background-color: #EC9D4E;
}
</style>
border-color css
<style>
span { border-color: #EC9D4E; }
span { border-color: rgb(236,157,78); }
td.TdClassName
{
border-color: #EC9D4E;
}
.TagClassName
{
border-color: #EC9D4E;
}
</style>