Shades of Sea Buckthorn #ED9649
Tints of Sea Buckthorn #ED9649
RGB
CMYK
RGB Variations
Color information
#ED9649 (or 0xED9649) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 49. RGB value is (237,150,73). Sum of RGB (Red+Green+Blue) = 237+150+73=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9649 is #1269B6. Grayscale: #A7A7A7. Windows color (decimal): -1206711 or 4822765. OLE color: 4822765.
HSL color Cylindrical-coordinate representation of color #ED9649: hue angle of 28.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED9649 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 73 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.07 |
| HSL | 28.17º | 0.82% | 0.61% | - |
| HSV(B) | 28.17º | 0.69% | 0.93% | - |
| XYZ | 47.03 | 40.3 | 11.6 | - |
| YUV | 167.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 73 | 0 | 0.37 | 0.69 | 0.07 | 28.17 | 0.82 | 0.61 |
| Hex | ED | 96 | 49 | 0 | 25 | 45 | 7 | 1C | 52 | 3D |
| Octal | 355 | 226 | 111 | 0 | 45 | 105 | 7 | 34 | 122 | 75 |
| Binary | 11101101 | 10010110 | 1001001 | 0 | 100101 | 1000101 | 111 | 11100 | 1010010 | 111101 |
Color Harmonies of #ED9649
Complementary color
Monochromatic Colors of #ED9649
Black with #ED9649
Text Example
Text Example
White with #ED9649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9649; }
p { color: rgb(237,150,73); }
H1.HeaderClassName
{
color: #ED9649;
}
.AnyTagClassName
{
color: #ED9649;
}
</style>
background-color css
<style>
a { background-color: #ED9649; }
a { background-color: rgb(237,150,73); }
div.DivClassName
{
background-color: #ED9649;
}
.BgClassName
{
background-color: #ED9649;
}
</style>
border-color css
<style>
span { border-color: #ED9649; }
span { border-color: rgb(237,150,73); }
td.TdClassName
{
border-color: #ED9649;
}
.TagClassName
{
border-color: #ED9649;
}
</style>