Shades of Sea Buckthorn #ECA045
Tints of Sea Buckthorn #ECA045
RGB
CMYK
RGB Variations
Color information
#ECA045 (or 0xECA045) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 45. RGB value is (236,160,69). Sum of RGB (Red+Green+Blue) = 236+160+69=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA045 is #135FBA. Grayscale: #ACACAC. Windows color (decimal): -1269691 or 4563180. OLE color: 4563180.
HSL color Cylindrical-coordinate representation of color #ECA045: hue angle of 32.69º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECA045 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 69 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.07 |
| HSL | 32.69º | 0.81% | 0.6% | - |
| HSV(B) | 32.69º | 0.71% | 0.93% | - |
| XYZ | 48.24 | 43.4 | 11.47 | - |
| YUV | 172.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 69 | 0 | 0.32 | 0.71 | 0.07 | 32.69 | 0.81 | 0.6 |
| Hex | EC | A0 | 45 | 0 | 20 | 47 | 7 | 21 | 51 | 3C |
| Octal | 354 | 240 | 105 | 0 | 40 | 107 | 7 | 41 | 121 | 74 |
| Binary | 11101100 | 10100000 | 1000101 | 0 | 100000 | 1000111 | 111 | 100001 | 1010001 | 111100 |
Color Harmonies of #ECA045
Complementary color
Monochromatic Colors of #ECA045
Black with #ECA045
Text Example
Text Example
White with #ECA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA045; }
p { color: rgb(236,160,69); }
H1.HeaderClassName
{
color: #ECA045;
}
.AnyTagClassName
{
color: #ECA045;
}
</style>
background-color css
<style>
a { background-color: #ECA045; }
a { background-color: rgb(236,160,69); }
div.DivClassName
{
background-color: #ECA045;
}
.BgClassName
{
background-color: #ECA045;
}
</style>
border-color css
<style>
span { border-color: #ECA045; }
span { border-color: rgb(236,160,69); }
td.TdClassName
{
border-color: #ECA045;
}
.TagClassName
{
border-color: #ECA045;
}
</style>