Shades of Sea Buckthorn #ED9656
Tints of Sea Buckthorn #ED9656
RGB
CMYK
RGB Variations
Color information
#ED9656 (or 0xED9656) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 56. RGB value is (237,150,86). Sum of RGB (Red+Green+Blue) = 237+150+86=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9656 is #1269A9. Grayscale: #A9A9A9. Windows color (decimal): -1206698 or 5674733. OLE color: 5674733.
HSL color Cylindrical-coordinate representation of color #ED9656: hue angle of 25.43º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9656 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 86 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.07 |
| HSL | 25.43º | 0.81% | 0.63% | - |
| HSV(B) | 25.43º | 0.64% | 0.93% | - |
| XYZ | 47.51 | 40.49 | 14.12 | - |
| YUV | 168.72 | 81.32 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 86 | 0 | 0.37 | 0.64 | 0.07 | 25.43 | 0.81 | 0.63 |
| Hex | ED | 96 | 56 | 0 | 25 | 40 | 7 | 19 | 51 | 3F |
| Octal | 355 | 226 | 126 | 0 | 45 | 100 | 7 | 31 | 121 | 77 |
| Binary | 11101101 | 10010110 | 1010110 | 0 | 100101 | 1000000 | 111 | 11001 | 1010001 | 111111 |
Color Harmonies of #ED9656
Complementary color
Monochromatic Colors of #ED9656
Black with #ED9656
Text Example
Text Example
White with #ED9656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9656; }
p { color: rgb(237,150,86); }
H1.HeaderClassName
{
color: #ED9656;
}
.AnyTagClassName
{
color: #ED9656;
}
</style>
background-color css
<style>
a { background-color: #ED9656; }
a { background-color: rgb(237,150,86); }
div.DivClassName
{
background-color: #ED9656;
}
.BgClassName
{
background-color: #ED9656;
}
</style>
border-color css
<style>
span { border-color: #ED9656; }
span { border-color: rgb(237,150,86); }
td.TdClassName
{
border-color: #ED9656;
}
.TagClassName
{
border-color: #ED9656;
}
</style>