Shades of Sea Buckthorn #ED9647
Tints of Sea Buckthorn #ED9647
RGB
CMYK
RGB Variations
Color information
#ED9647 (or 0xED9647) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 47. RGB value is (237,150,71). Sum of RGB (Red+Green+Blue) = 237+150+71=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9647 is #1269B8. Grayscale: #A7A7A7. Windows color (decimal): -1206713 or 4691693. OLE color: 4691693.
HSL color Cylindrical-coordinate representation of color #ED9647: hue angle of 28.55º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED9647 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 71 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.07 |
| HSL | 28.55º | 0.82% | 0.6% | - |
| HSV(B) | 28.55º | 0.7% | 0.93% | - |
| XYZ | 46.97 | 40.27 | 11.26 | - |
| YUV | 167.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 71 | 0 | 0.37 | 0.70 | 0.07 | 28.55 | 0.82 | 0.6 |
| Hex | ED | 96 | 47 | 0 | 25 | 46 | 7 | 1D | 52 | 3C |
| Octal | 355 | 226 | 107 | 0 | 45 | 106 | 7 | 35 | 122 | 74 |
| Binary | 11101101 | 10010110 | 1000111 | 0 | 100101 | 1000110 | 111 | 11101 | 1010010 | 111100 |
Color Harmonies of #ED9647
Complementary color
Monochromatic Colors of #ED9647
Black with #ED9647
Text Example
Text Example
White with #ED9647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9647; }
p { color: rgb(237,150,71); }
H1.HeaderClassName
{
color: #ED9647;
}
.AnyTagClassName
{
color: #ED9647;
}
</style>
background-color css
<style>
a { background-color: #ED9647; }
a { background-color: rgb(237,150,71); }
div.DivClassName
{
background-color: #ED9647;
}
.BgClassName
{
background-color: #ED9647;
}
</style>
border-color css
<style>
span { border-color: #ED9647; }
span { border-color: rgb(237,150,71); }
td.TdClassName
{
border-color: #ED9647;
}
.TagClassName
{
border-color: #ED9647;
}
</style>