Shades of Sea Buckthorn #EDA148
Tints of Sea Buckthorn #EDA148
RGB
CMYK
RGB Variations
Color information
#EDA148 (or 0xEDA148) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 48. RGB value is (237,161,72). Sum of RGB (Red+Green+Blue) = 237+161+72=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA148 is #125EB7. Grayscale: #AEAEAE. Windows color (decimal): -1203896 or 4760045. OLE color: 4760045.
HSL color Cylindrical-coordinate representation of color #EDA148: hue angle of 32.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA148 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 72 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.07 |
| HSL | 32.36º | 0.82% | 0.61% | - |
| HSV(B) | 32.36º | 0.7% | 0.93% | - |
| XYZ | 48.84 | 43.96 | 12.04 | - |
| YUV | 173.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 72 | 0 | 0.32 | 0.70 | 0.07 | 32.36 | 0.82 | 0.61 |
| Hex | ED | A1 | 48 | 0 | 20 | 46 | 7 | 20 | 52 | 3D |
| Octal | 355 | 241 | 110 | 0 | 40 | 106 | 7 | 40 | 122 | 75 |
| Binary | 11101101 | 10100001 | 1001000 | 0 | 100000 | 1000110 | 111 | 100000 | 1010010 | 111101 |
Color Harmonies of #EDA148
Complementary color
Monochromatic Colors of #EDA148
Black with #EDA148
Text Example
Text Example
White with #EDA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA148; }
p { color: rgb(237,161,72); }
H1.HeaderClassName
{
color: #EDA148;
}
.AnyTagClassName
{
color: #EDA148;
}
</style>
background-color css
<style>
a { background-color: #EDA148; }
a { background-color: rgb(237,161,72); }
div.DivClassName
{
background-color: #EDA148;
}
.BgClassName
{
background-color: #EDA148;
}
</style>
border-color css
<style>
span { border-color: #EDA148; }
span { border-color: rgb(237,161,72); }
td.TdClassName
{
border-color: #EDA148;
}
.TagClassName
{
border-color: #EDA148;
}
</style>