Shades of Sea Buckthorn #EDA047
Tints of Sea Buckthorn #EDA047
RGB
CMYK
RGB Variations
Color information
#EDA047 (or 0xEDA047) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 47. RGB value is (237,160,71). Sum of RGB (Red+Green+Blue) = 237+160+71=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA047 is #125FB8. Grayscale: #ADADAD. Windows color (decimal): -1204153 or 4694253. OLE color: 4694253.
HSL color Cylindrical-coordinate representation of color #EDA047: hue angle of 32.17º 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 #EDA047 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 71 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.07 |
| HSL | 32.17º | 0.82% | 0.6% | - |
| HSV(B) | 32.17º | 0.7% | 0.93% | - |
| XYZ | 48.63 | 43.6 | 11.81 | - |
| YUV | 172.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 71 | 0 | 0.32 | 0.70 | 0.07 | 32.17 | 0.82 | 0.6 |
| Hex | ED | A0 | 47 | 0 | 20 | 46 | 7 | 20 | 52 | 3C |
| Octal | 355 | 240 | 107 | 0 | 40 | 106 | 7 | 40 | 122 | 74 |
| Binary | 11101101 | 10100000 | 1000111 | 0 | 100000 | 1000110 | 111 | 100000 | 1010010 | 111100 |
Color Harmonies of #EDA047
Complementary color
Monochromatic Colors of #EDA047
Black with #EDA047
Text Example
Text Example
White with #EDA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA047; }
p { color: rgb(237,160,71); }
H1.HeaderClassName
{
color: #EDA047;
}
.AnyTagClassName
{
color: #EDA047;
}
</style>
background-color css
<style>
a { background-color: #EDA047; }
a { background-color: rgb(237,160,71); }
div.DivClassName
{
background-color: #EDA047;
}
.BgClassName
{
background-color: #EDA047;
}
</style>
border-color css
<style>
span { border-color: #EDA047; }
span { border-color: rgb(237,160,71); }
td.TdClassName
{
border-color: #EDA047;
}
.TagClassName
{
border-color: #EDA047;
}
</style>