Shades of Sea Buckthorn #ECA24A
Tints of Sea Buckthorn #ECA24A
RGB
CMYK
RGB Variations
Color information
#ECA24A (or 0xECA24A) is known color: Sea Buckthorn. HEX triplet: EC, A2 and 4A. RGB value is (236,162,74). Sum of RGB (Red+Green+Blue) = 236+162+74=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA24A is #135DB5. Grayscale: #AEAEAE. Windows color (decimal): -1269174 or 4891372. OLE color: 4891372.
HSL color Cylindrical-coordinate representation of color #ECA24A: hue angle of 32.59º 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 #ECA24A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 74 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.07 |
| HSL | 32.59º | 0.81% | 0.61% | - |
| HSV(B) | 32.59º | 0.69% | 0.93% | - |
| XYZ | 48.75 | 44.17 | 12.43 | - |
| YUV | 174.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 74 | 0 | 0.31 | 0.69 | 0.07 | 32.59 | 0.81 | 0.61 |
| Hex | EC | A2 | 4A | 0 | 1F | 45 | 7 | 21 | 51 | 3D |
| Octal | 354 | 242 | 112 | 0 | 37 | 105 | 7 | 41 | 121 | 75 |
| Binary | 11101100 | 10100010 | 1001010 | 0 | 11111 | 1000101 | 111 | 100001 | 1010001 | 111101 |
Color Harmonies of #ECA24A
Complementary color
Monochromatic Colors of #ECA24A
Black with #ECA24A
Text Example
Text Example
White with #ECA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA24A; }
p { color: rgb(236,162,74); }
H1.HeaderClassName
{
color: #ECA24A;
}
.AnyTagClassName
{
color: #ECA24A;
}
</style>
background-color css
<style>
a { background-color: #ECA24A; }
a { background-color: rgb(236,162,74); }
div.DivClassName
{
background-color: #ECA24A;
}
.BgClassName
{
background-color: #ECA24A;
}
</style>
border-color css
<style>
span { border-color: #ECA24A; }
span { border-color: rgb(236,162,74); }
td.TdClassName
{
border-color: #ECA24A;
}
.TagClassName
{
border-color: #ECA24A;
}
</style>