Shades of Sea Buckthorn #EDA151
Tints of Sea Buckthorn #EDA151
RGB
CMYK
RGB Variations
Color information
#EDA151 (or 0xEDA151) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 51. RGB value is (237,161,81). Sum of RGB (Red+Green+Blue) = 237+161+81=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA151 is #125EAE. Grayscale: #AEAEAE. Windows color (decimal): -1203887 or 5349869. OLE color: 5349869.
HSL color Cylindrical-coordinate representation of color #EDA151: hue angle of 30.77º 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 #EDA151 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 81 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.07 |
| HSL | 30.77º | 0.81% | 0.62% | - |
| HSV(B) | 30.77º | 0.66% | 0.93% | - |
| XYZ | 49.16 | 44.09 | 13.7 | - |
| YUV | 174.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 81 | 0 | 0.32 | 0.66 | 0.07 | 30.77 | 0.81 | 0.62 |
| Hex | ED | A1 | 51 | 0 | 20 | 42 | 7 | 1F | 51 | 3E |
| Octal | 355 | 241 | 121 | 0 | 40 | 102 | 7 | 37 | 121 | 76 |
| Binary | 11101101 | 10100001 | 1010001 | 0 | 100000 | 1000010 | 111 | 11111 | 1010001 | 111110 |
Color Harmonies of #EDA151
Complementary color
Monochromatic Colors of #EDA151
Black with #EDA151
Text Example
Text Example
White with #EDA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA151; }
p { color: rgb(237,161,81); }
H1.HeaderClassName
{
color: #EDA151;
}
.AnyTagClassName
{
color: #EDA151;
}
</style>
background-color css
<style>
a { background-color: #EDA151; }
a { background-color: rgb(237,161,81); }
div.DivClassName
{
background-color: #EDA151;
}
.BgClassName
{
background-color: #EDA151;
}
</style>
border-color css
<style>
span { border-color: #EDA151; }
span { border-color: rgb(237,161,81); }
td.TdClassName
{
border-color: #EDA151;
}
.TagClassName
{
border-color: #EDA151;
}
</style>