Shades of Sea Buckthorn #EDA149
Tints of Sea Buckthorn #EDA149
RGB
CMYK
RGB Variations
Color information
#EDA149 (or 0xEDA149) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 49. RGB value is (237,161,73). Sum of RGB (Red+Green+Blue) = 237+161+73=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA149 is #125EB6. Grayscale: #AEAEAE. Windows color (decimal): -1203895 or 4825581. OLE color: 4825581.
HSL color Cylindrical-coordinate representation of color #EDA149: hue angle of 32.2º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDA149 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 73 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.07 |
| HSL | 32.2º | 0.82% | 0.61% | - |
| HSV(B) | 32.2º | 0.69% | 0.93% | - |
| XYZ | 48.87 | 43.98 | 12.22 | - |
| YUV | 173.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 73 | 0 | 0.32 | 0.69 | 0.07 | 32.2 | 0.82 | 0.61 |
| Hex | ED | A1 | 49 | 0 | 20 | 45 | 7 | 20 | 52 | 3D |
| Octal | 355 | 241 | 111 | 0 | 40 | 105 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100001 | 1001001 | 0 | 100000 | 1000101 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA149
Complementary color
Monochromatic Colors of #EDA149
Black with #EDA149
Text Example
Text Example
White with #EDA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA149; }
p { color: rgb(237,161,73); }
H1.HeaderClassName
{
color: #EDA149;
}
.AnyTagClassName
{
color: #EDA149;
}
</style>
background-color css
<style>
a { background-color: #EDA149; }
a { background-color: rgb(237,161,73); }
div.DivClassName
{
background-color: #EDA149;
}
.BgClassName
{
background-color: #EDA149;
}
</style>
border-color css
<style>
span { border-color: #EDA149; }
span { border-color: rgb(237,161,73); }
td.TdClassName
{
border-color: #EDA149;
}
.TagClassName
{
border-color: #EDA149;
}
</style>