Shades of Sea Buckthorn #ECA14A
Tints of Sea Buckthorn #ECA14A
RGB
CMYK
RGB Variations
Color information
#ECA14A (or 0xECA14A) is known color: Sea Buckthorn. HEX triplet: EC, A1 and 4A. RGB value is (236,161,74). Sum of RGB (Red+Green+Blue) = 236+161+74=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA14A is #135EB5. Grayscale: #ADADAD. Windows color (decimal): -1269430 or 4891116. OLE color: 4891116.
HSL color Cylindrical-coordinate representation of color #ECA14A: hue angle of 32.22º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECA14A is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 74 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.07 |
| HSL | 32.22º | 0.81% | 0.61% | - |
| HSV(B) | 32.22º | 0.69% | 0.93% | - |
| XYZ | 48.57 | 43.82 | 12.38 | - |
| YUV | 173.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 74 | 0 | 0.32 | 0.69 | 0.07 | 32.22 | 0.81 | 0.61 |
| Hex | EC | A1 | 4A | 0 | 20 | 45 | 7 | 20 | 51 | 3D |
| Octal | 354 | 241 | 112 | 0 | 40 | 105 | 7 | 40 | 121 | 75 |
| Binary | 11101100 | 10100001 | 1001010 | 0 | 100000 | 1000101 | 111 | 100000 | 1010001 | 111101 |
Color Harmonies of #ECA14A
Complementary color
Monochromatic Colors of #ECA14A
Black with #ECA14A
Text Example
Text Example
White with #ECA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA14A; }
p { color: rgb(236,161,74); }
H1.HeaderClassName
{
color: #ECA14A;
}
.AnyTagClassName
{
color: #ECA14A;
}
</style>
background-color css
<style>
a { background-color: #ECA14A; }
a { background-color: rgb(236,161,74); }
div.DivClassName
{
background-color: #ECA14A;
}
.BgClassName
{
background-color: #ECA14A;
}
</style>
border-color css
<style>
span { border-color: #ECA14A; }
span { border-color: rgb(236,161,74); }
td.TdClassName
{
border-color: #ECA14A;
}
.TagClassName
{
border-color: #ECA14A;
}
</style>