Shades of Sea Buckthorn #ED9558
Tints of Sea Buckthorn #ED9558
RGB
CMYK
RGB Variations
Color information
#ED9558 (or 0xED9558) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 58. RGB value is (237,149,88). Sum of RGB (Red+Green+Blue) = 237+149+88=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9558 is #126AA7. Grayscale: #A8A8A8. Windows color (decimal): -1206952 or 5805549. OLE color: 5805549.
HSL color Cylindrical-coordinate representation of color #ED9558: hue angle of 24.56º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED9558 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 88 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.07 |
| HSL | 24.56º | 0.81% | 0.64% | - |
| HSV(B) | 24.56º | 0.63% | 0.93% | - |
| XYZ | 47.43 | 40.2 | 14.49 | - |
| YUV | 168.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 88 | 0 | 0.37 | 0.63 | 0.07 | 24.56 | 0.81 | 0.64 |
| Hex | ED | 95 | 58 | 0 | 25 | 3F | 7 | 19 | 51 | 40 |
| Octal | 355 | 225 | 130 | 0 | 45 | 77 | 7 | 31 | 121 | 100 |
| Binary | 11101101 | 10010101 | 1011000 | 0 | 100101 | 111111 | 111 | 11001 | 1010001 | 1000000 |
Color Harmonies of #ED9558
Complementary color
Monochromatic Colors of #ED9558
Black with #ED9558
Text Example
Text Example
White with #ED9558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9558; }
p { color: rgb(237,149,88); }
H1.HeaderClassName
{
color: #ED9558;
}
.AnyTagClassName
{
color: #ED9558;
}
</style>
background-color css
<style>
a { background-color: #ED9558; }
a { background-color: rgb(237,149,88); }
div.DivClassName
{
background-color: #ED9558;
}
.BgClassName
{
background-color: #ED9558;
}
</style>
border-color css
<style>
span { border-color: #ED9558; }
span { border-color: rgb(237,149,88); }
td.TdClassName
{
border-color: #ED9558;
}
.TagClassName
{
border-color: #ED9558;
}
</style>