Shades of Sea Buckthorn #EDA247
Tints of Sea Buckthorn #EDA247
RGB
CMYK
RGB Variations
Color information
#EDA247 (or 0xEDA247) is known color: Sea Buckthorn. HEX triplet: ED, A2 and 47. RGB value is (237,162,71). Sum of RGB (Red+Green+Blue) = 237+162+71=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA247 is #125DB8. Grayscale: #AEAEAE. Windows color (decimal): -1203641 or 4694765. OLE color: 4694765.
HSL color Cylindrical-coordinate representation of color #EDA247: hue angle of 32.89º 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 #EDA247 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 71 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.07 |
| HSL | 32.89º | 0.82% | 0.6% | - |
| HSV(B) | 32.89º | 0.7% | 0.93% | - |
| XYZ | 48.98 | 44.3 | 11.93 | - |
| YUV | 174.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 71 | 0 | 0.32 | 0.70 | 0.07 | 32.89 | 0.82 | 0.6 |
| Hex | ED | A2 | 47 | 0 | 20 | 46 | 7 | 21 | 52 | 3C |
| Octal | 355 | 242 | 107 | 0 | 40 | 106 | 7 | 41 | 122 | 74 |
| Binary | 11101101 | 10100010 | 1000111 | 0 | 100000 | 1000110 | 111 | 100001 | 1010010 | 111100 |
Color Harmonies of #EDA247
Complementary color
Monochromatic Colors of #EDA247
Black with #EDA247
Text Example
Text Example
White with #EDA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA247; }
p { color: rgb(237,162,71); }
H1.HeaderClassName
{
color: #EDA247;
}
.AnyTagClassName
{
color: #EDA247;
}
</style>
background-color css
<style>
a { background-color: #EDA247; }
a { background-color: rgb(237,162,71); }
div.DivClassName
{
background-color: #EDA247;
}
.BgClassName
{
background-color: #EDA247;
}
</style>
border-color css
<style>
span { border-color: #EDA247; }
span { border-color: rgb(237,162,71); }
td.TdClassName
{
border-color: #EDA247;
}
.TagClassName
{
border-color: #EDA247;
}
</style>