Shades of Sea Buckthorn #ECA044
Tints of Sea Buckthorn #ECA044
RGB
CMYK
RGB Variations
Color information
#ECA044 (or 0xECA044) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 44. RGB value is (236,160,68). Sum of RGB (Red+Green+Blue) = 236+160+68=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA044 is #135FBB. Grayscale: #ACACAC. Windows color (decimal): -1269692 or 4497644. OLE color: 4497644.
HSL color Cylindrical-coordinate representation of color #ECA044: hue angle of 32.86º degrees, saturation: 0.82, 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 #ECA044 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 68 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.07 |
| HSL | 32.86º | 0.82% | 0.6% | - |
| HSV(B) | 32.86º | 0.71% | 0.93% | - |
| XYZ | 48.21 | 43.39 | 11.3 | - |
| YUV | 172.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 68 | 0 | 0.32 | 0.71 | 0.07 | 32.86 | 0.82 | 0.6 |
| Hex | EC | A0 | 44 | 0 | 20 | 47 | 7 | 21 | 52 | 3C |
| Octal | 354 | 240 | 104 | 0 | 40 | 107 | 7 | 41 | 122 | 74 |
| Binary | 11101100 | 10100000 | 1000100 | 0 | 100000 | 1000111 | 111 | 100001 | 1010010 | 111100 |
Color Harmonies of #ECA044
Complementary color
Monochromatic Colors of #ECA044
Black with #ECA044
Text Example
Text Example
White with #ECA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA044; }
p { color: rgb(236,160,68); }
H1.HeaderClassName
{
color: #ECA044;
}
.AnyTagClassName
{
color: #ECA044;
}
</style>
background-color css
<style>
a { background-color: #ECA044; }
a { background-color: rgb(236,160,68); }
div.DivClassName
{
background-color: #ECA044;
}
.BgClassName
{
background-color: #ECA044;
}
</style>
border-color css
<style>
span { border-color: #ECA044; }
span { border-color: rgb(236,160,68); }
td.TdClassName
{
border-color: #ECA044;
}
.TagClassName
{
border-color: #ECA044;
}
</style>