Shades of Sea Buckthorn #EDA246
Tints of Sea Buckthorn #EDA246
RGB
CMYK
RGB Variations
Color information
#EDA246 (or 0xEDA246) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 46. RGB value is (237,162,70). Sum of RGB (Red+Green+Blue) = 237+162+70=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA246 is #125DB9. Grayscale: #AEAEAE. Windows color (decimal): -1203642 or 4629229. OLE color: 4629229.
HSL color Cylindrical-coordinate representation of color #EDA246: hue angle of 33.05º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA246 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 70 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.07 |
| HSL | 33.05º | 0.82% | 0.6% | - |
| HSV(B) | 33.05º | 0.7% | 0.93% | - |
| XYZ | 48.95 | 44.29 | 11.76 | - |
| YUV | 173.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 70 | 0 | 0.32 | 0.70 | 0.07 | 33.05 | 0.82 | 0.6 |
| Hex | ED | A2 | 46 | 0 | 20 | 46 | 7 | 21 | 52 | 3C |
| Octal | 355 | 242 | 106 | 0 | 40 | 106 | 7 | 41 | 122 | 74 |
| Binary | 11101101 | 10100010 | 1000110 | 0 | 100000 | 1000110 | 111 | 100001 | 1010010 | 111100 |
Color Harmonies of #EDA246
Complementary color
Monochromatic Colors of #EDA246
Black with #EDA246
Text Example
Text Example
White with #EDA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA246; }
p { color: rgb(237,162,70); }
H1.HeaderClassName
{
color: #EDA246;
}
.AnyTagClassName
{
color: #EDA246;
}
</style>
background-color css
<style>
a { background-color: #EDA246; }
a { background-color: rgb(237,162,70); }
div.DivClassName
{
background-color: #EDA246;
}
.BgClassName
{
background-color: #EDA246;
}
</style>
border-color css
<style>
span { border-color: #EDA246; }
span { border-color: rgb(237,162,70); }
td.TdClassName
{
border-color: #EDA246;
}
.TagClassName
{
border-color: #EDA246;
}
</style>