Shades of Sea Buckthorn #EDA152
Tints of Sea Buckthorn #EDA152
RGB
CMYK
RGB Variations
Color information
#EDA152 (or 0xEDA152) is known color: Sea Buckthorn. HEX triplet: ED, A1 and 52. RGB value is (237,161,82). Sum of RGB (Red+Green+Blue) = 237+161+82=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA152 is #125EAD. Grayscale: #AFAFAF. Windows color (decimal): -1203886 or 5415405. OLE color: 5415405.
HSL color Cylindrical-coordinate representation of color #EDA152: hue angle of 30.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA152 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 82 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.07 |
| HSL | 30.58º | 0.81% | 0.63% | - |
| HSV(B) | 30.58º | 0.65% | 0.93% | - |
| XYZ | 49.19 | 44.1 | 13.9 | - |
| YUV | 174.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 82 | 0 | 0.32 | 0.65 | 0.07 | 30.58 | 0.81 | 0.63 |
| Hex | ED | A1 | 52 | 0 | 20 | 41 | 7 | 1F | 51 | 3F |
| Octal | 355 | 241 | 122 | 0 | 40 | 101 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100001 | 1010010 | 0 | 100000 | 1000001 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA152
Complementary color
Monochromatic Colors of #EDA152
Black with #EDA152
Text Example
Text Example
White with #EDA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA152; }
p { color: rgb(237,161,82); }
H1.HeaderClassName
{
color: #EDA152;
}
.AnyTagClassName
{
color: #EDA152;
}
</style>
background-color css
<style>
a { background-color: #EDA152; }
a { background-color: rgb(237,161,82); }
div.DivClassName
{
background-color: #EDA152;
}
.BgClassName
{
background-color: #EDA152;
}
</style>
border-color css
<style>
span { border-color: #EDA152; }
span { border-color: rgb(237,161,82); }
td.TdClassName
{
border-color: #EDA152;
}
.TagClassName
{
border-color: #EDA152;
}
</style>