Shades of Sea Buckthorn #EDA051
Tints of Sea Buckthorn #EDA051
RGB
CMYK
RGB Variations
Color information
#EDA051 (or 0xEDA051) is known color: Sea Buckthorn. HEX triplet: ED, A0 and 51. RGB value is (237,160,81). Sum of RGB (Red+Green+Blue) = 237+160+81=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA051 is #125FAE. Grayscale: #AEAEAE. Windows color (decimal): -1204143 or 5349613. OLE color: 5349613.
HSL color Cylindrical-coordinate representation of color #EDA051: hue angle of 30.38º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDA051 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 81 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 30.38º | 0.81% | 0.62% | - |
| HSV(B) | 30.38º | 0.66% | 0.93% | - |
| XYZ | 48.98 | 43.74 | 13.65 | - |
| YUV | 174.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 81 | 0 | 0.32 | 0.66 | 0.07 | 30.38 | 0.81 | 0.62 |
| Hex | ED | A0 | 51 | 0 | 20 | 42 | 7 | 1E | 51 | 3E |
| Octal | 355 | 240 | 121 | 0 | 40 | 102 | 7 | 36 | 121 | 76 |
| Binary | 11101101 | 10100000 | 1010001 | 0 | 100000 | 1000010 | 111 | 11110 | 1010001 | 111110 |
Color Harmonies of #EDA051
Complementary color
Monochromatic Colors of #EDA051
Black with #EDA051
Text Example
Text Example
White with #EDA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA051; }
p { color: rgb(237,160,81); }
H1.HeaderClassName
{
color: #EDA051;
}
.AnyTagClassName
{
color: #EDA051;
}
</style>
background-color css
<style>
a { background-color: #EDA051; }
a { background-color: rgb(237,160,81); }
div.DivClassName
{
background-color: #EDA051;
}
.BgClassName
{
background-color: #EDA051;
}
</style>
border-color css
<style>
span { border-color: #EDA051; }
span { border-color: rgb(237,160,81); }
td.TdClassName
{
border-color: #EDA051;
}
.TagClassName
{
border-color: #EDA051;
}
</style>