Shades of Sea Buckthorn #ECA04D
Tints of Sea Buckthorn #ECA04D
RGB
CMYK
RGB Variations
Color information
#ECA04D (or 0xECA04D) is known color: Sea Buckthorn. HEX triplet: EC, A0 and 4D. RGB value is (236,160,77). Sum of RGB (Red+Green+Blue) = 236+160+77=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA04D is #135FB2. Grayscale: #ADADAD. Windows color (decimal): -1269683 or 5087468. OLE color: 5087468.
HSL color Cylindrical-coordinate representation of color #ECA04D: hue angle of 31.32º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECA04D is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 77 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.07 |
| HSL | 31.32º | 0.81% | 0.61% | - |
| HSV(B) | 31.32º | 0.67% | 0.93% | - |
| XYZ | 48.5 | 43.51 | 12.86 | - |
| YUV | 173.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 77 | 0 | 0.32 | 0.67 | 0.07 | 31.32 | 0.81 | 0.61 |
| Hex | EC | A0 | 4D | 0 | 20 | 43 | 7 | 1F | 51 | 3D |
| Octal | 354 | 240 | 115 | 0 | 40 | 103 | 7 | 37 | 121 | 75 |
| Binary | 11101100 | 10100000 | 1001101 | 0 | 100000 | 1000011 | 111 | 11111 | 1010001 | 111101 |
Color Harmonies of #ECA04D
Complementary color
Monochromatic Colors of #ECA04D
Black with #ECA04D
Text Example
Text Example
White with #ECA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA04D; }
p { color: rgb(236,160,77); }
H1.HeaderClassName
{
color: #ECA04D;
}
.AnyTagClassName
{
color: #ECA04D;
}
</style>
background-color css
<style>
a { background-color: #ECA04D; }
a { background-color: rgb(236,160,77); }
div.DivClassName
{
background-color: #ECA04D;
}
.BgClassName
{
background-color: #ECA04D;
}
</style>
border-color css
<style>
span { border-color: #ECA04D; }
span { border-color: rgb(236,160,77); }
td.TdClassName
{
border-color: #ECA04D;
}
.TagClassName
{
border-color: #ECA04D;
}
</style>