Shades of Sea Buckthorn #ECA34C
Tints of Sea Buckthorn #ECA34C
RGB
CMYK
RGB Variations
Color information
#ECA34C (or 0xECA34C) is known color: Sea Buckthorn. HEX triplet: EC, A3 and 4C. RGB value is (236,163,76). Sum of RGB (Red+Green+Blue) = 236+163+76=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA34C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA34C is #135CB3. Grayscale: #AFAFAF. Windows color (decimal): -1268916 or 5022700. OLE color: 5022700.
HSL color Cylindrical-coordinate representation of color #ECA34C: hue angle of 32.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECA34C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 76 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.07 |
| HSL | 32.63º | 0.81% | 0.61% | - |
| HSV(B) | 32.63º | 0.68% | 0.93% | - |
| XYZ | 48.99 | 44.55 | 12.85 | - |
| YUV | 174.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 76 | 0 | 0.31 | 0.68 | 0.07 | 32.63 | 0.81 | 0.61 |
| Hex | EC | A3 | 4C | 0 | 1F | 44 | 7 | 21 | 51 | 3D |
| Octal | 354 | 243 | 114 | 0 | 37 | 104 | 7 | 41 | 121 | 75 |
| Binary | 11101100 | 10100011 | 1001100 | 0 | 11111 | 1000100 | 111 | 100001 | 1010001 | 111101 |
Color Harmonies of #ECA34C
Complementary color
Monochromatic Colors of #ECA34C
Black with #ECA34C
Text Example
Text Example
White with #ECA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA34C; }
p { color: rgb(236,163,76); }
H1.HeaderClassName
{
color: #ECA34C;
}
.AnyTagClassName
{
color: #ECA34C;
}
</style>
background-color css
<style>
a { background-color: #ECA34C; }
a { background-color: rgb(236,163,76); }
div.DivClassName
{
background-color: #ECA34C;
}
.BgClassName
{
background-color: #ECA34C;
}
</style>
border-color css
<style>
span { border-color: #ECA34C; }
span { border-color: rgb(236,163,76); }
td.TdClassName
{
border-color: #ECA34C;
}
.TagClassName
{
border-color: #ECA34C;
}
</style>