Shades of Sea Buckthorn #ECA34A
Tints of Sea Buckthorn #ECA34A
RGB
CMYK
RGB Variations
Color information
#ECA34A (or 0xECA34A) is known color: Sea Buckthorn. HEX triplet: EC, A3 and 4A. RGB value is (236,163,74). Sum of RGB (Red+Green+Blue) = 236+163+74=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA34A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA34A is #135CB5. Grayscale: #AFAFAF. Windows color (decimal): -1268918 or 4891628. OLE color: 4891628.
HSL color Cylindrical-coordinate representation of color #ECA34A: hue angle of 32.96º 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 #ECA34A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 74 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.07 |
| HSL | 32.96º | 0.81% | 0.61% | - |
| HSV(B) | 32.96º | 0.69% | 0.93% | - |
| XYZ | 48.93 | 44.52 | 12.49 | - |
| YUV | 174.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 74 | 0 | 0.31 | 0.69 | 0.07 | 32.96 | 0.81 | 0.61 |
| Hex | EC | A3 | 4A | 0 | 1F | 45 | 7 | 21 | 51 | 3D |
| Octal | 354 | 243 | 112 | 0 | 37 | 105 | 7 | 41 | 121 | 75 |
| Binary | 11101100 | 10100011 | 1001010 | 0 | 11111 | 1000101 | 111 | 100001 | 1010001 | 111101 |
Color Harmonies of #ECA34A
Complementary color
Monochromatic Colors of #ECA34A
Black with #ECA34A
Text Example
Text Example
White with #ECA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA34A; }
p { color: rgb(236,163,74); }
H1.HeaderClassName
{
color: #ECA34A;
}
.AnyTagClassName
{
color: #ECA34A;
}
</style>
background-color css
<style>
a { background-color: #ECA34A; }
a { background-color: rgb(236,163,74); }
div.DivClassName
{
background-color: #ECA34A;
}
.BgClassName
{
background-color: #ECA34A;
}
</style>
border-color css
<style>
span { border-color: #ECA34A; }
span { border-color: rgb(236,163,74); }
td.TdClassName
{
border-color: #ECA34A;
}
.TagClassName
{
border-color: #ECA34A;
}
</style>