Shades of Sea Buckthorn #ED9559
Tints of Sea Buckthorn #ED9559
RGB
CMYK
RGB Variations
Color information
#ED9559 (or 0xED9559) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 59. RGB value is (237,149,89). Sum of RGB (Red+Green+Blue) = 237+149+89=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9559 is #126AA6. Grayscale: #A8A8A8. Windows color (decimal): -1206951 or 5871085. OLE color: 5871085.
HSL color Cylindrical-coordinate representation of color #ED9559: hue angle of 24.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED9559 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 89 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.07 |
| HSL | 24.32º | 0.8% | 0.64% | - |
| HSV(B) | 24.32º | 0.62% | 0.93% | - |
| XYZ | 47.48 | 40.22 | 14.71 | - |
| YUV | 168.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 89 | 0 | 0.37 | 0.62 | 0.07 | 24.32 | 0.8 | 0.64 |
| Hex | ED | 95 | 59 | 0 | 25 | 3E | 7 | 18 | 50 | 40 |
| Octal | 355 | 225 | 131 | 0 | 45 | 76 | 7 | 30 | 120 | 100 |
| Binary | 11101101 | 10010101 | 1011001 | 0 | 100101 | 111110 | 111 | 11000 | 1010000 | 1000000 |
Color Harmonies of #ED9559
Complementary color
Monochromatic Colors of #ED9559
Black with #ED9559
Text Example
Text Example
White with #ED9559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9559; }
p { color: rgb(237,149,89); }
H1.HeaderClassName
{
color: #ED9559;
}
.AnyTagClassName
{
color: #ED9559;
}
</style>
background-color css
<style>
a { background-color: #ED9559; }
a { background-color: rgb(237,149,89); }
div.DivClassName
{
background-color: #ED9559;
}
.BgClassName
{
background-color: #ED9559;
}
</style>
border-color css
<style>
span { border-color: #ED9559; }
span { border-color: rgb(237,149,89); }
td.TdClassName
{
border-color: #ED9559;
}
.TagClassName
{
border-color: #ED9559;
}
</style>