Shades of Sea Buckthorn #ECA150
Tints of Sea Buckthorn #ECA150
RGB
CMYK
RGB Variations
Color information
#ECA150 (or 0xECA150) is known color: Sea Buckthorn. HEX triplet: EC, A1 and 50. RGB value is (236,161,80). Sum of RGB (Red+Green+Blue) = 236+161+80=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA150 is #135EAF. Grayscale: #AEAEAE. Windows color (decimal): -1269424 or 5284332. OLE color: 5284332.
HSL color Cylindrical-coordinate representation of color #ECA150: hue angle of 31.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECA150 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 31.15º | 0.8% | 0.62% | - |
| HSV(B) | 31.15º | 0.66% | 0.93% | - |
| XYZ | 48.78 | 43.9 | 13.49 | - |
| YUV | 174.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 80 | 0 | 0.32 | 0.66 | 0.07 | 31.15 | 0.8 | 0.62 |
| Hex | EC | A1 | 50 | 0 | 20 | 42 | 7 | 1F | 50 | 3E |
| Octal | 354 | 241 | 120 | 0 | 40 | 102 | 7 | 37 | 120 | 76 |
| Binary | 11101100 | 10100001 | 1010000 | 0 | 100000 | 1000010 | 111 | 11111 | 1010000 | 111110 |
Color Harmonies of #ECA150
Complementary color
Monochromatic Colors of #ECA150
Black with #ECA150
Text Example
Text Example
White with #ECA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA150; }
p { color: rgb(236,161,80); }
H1.HeaderClassName
{
color: #ECA150;
}
.AnyTagClassName
{
color: #ECA150;
}
</style>
background-color css
<style>
a { background-color: #ECA150; }
a { background-color: rgb(236,161,80); }
div.DivClassName
{
background-color: #ECA150;
}
.BgClassName
{
background-color: #ECA150;
}
</style>
border-color css
<style>
span { border-color: #ECA150; }
span { border-color: rgb(236,161,80); }
td.TdClassName
{
border-color: #ECA150;
}
.TagClassName
{
border-color: #ECA150;
}
</style>