Shades of Sea Buckthorn #ED9246
Tints of Sea Buckthorn #ED9246
RGB
CMYK
RGB Variations
Color information
#ED9246 (or 0xED9246) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 46. RGB value is (237,146,70). Sum of RGB (Red+Green+Blue) = 237+146+70=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9246 is #126DB9. Grayscale: #A4A4A4. Windows color (decimal): -1207738 or 4625133. OLE color: 4625133.
HSL color Cylindrical-coordinate representation of color #ED9246: hue angle of 27.31º 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 #ED9246 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 70 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.07 |
| HSL | 27.31º | 0.82% | 0.6% | - |
| HSV(B) | 27.31º | 0.7% | 0.93% | - |
| XYZ | 46.31 | 39 | 10.88 | - |
| YUV | 164.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 70 | 0 | 0.38 | 0.70 | 0.07 | 27.31 | 0.82 | 0.6 |
| Hex | ED | 92 | 46 | 0 | 26 | 46 | 7 | 1B | 52 | 3C |
| Octal | 355 | 222 | 106 | 0 | 46 | 106 | 7 | 33 | 122 | 74 |
| Binary | 11101101 | 10010010 | 1000110 | 0 | 100110 | 1000110 | 111 | 11011 | 1010010 | 111100 |
Color Harmonies of #ED9246
Complementary color
Monochromatic Colors of #ED9246
Black with #ED9246
Text Example
Text Example
White with #ED9246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9246; }
p { color: rgb(237,146,70); }
H1.HeaderClassName
{
color: #ED9246;
}
.AnyTagClassName
{
color: #ED9246;
}
</style>
background-color css
<style>
a { background-color: #ED9246; }
a { background-color: rgb(237,146,70); }
div.DivClassName
{
background-color: #ED9246;
}
.BgClassName
{
background-color: #ED9246;
}
</style>
border-color css
<style>
span { border-color: #ED9246; }
span { border-color: rgb(237,146,70); }
td.TdClassName
{
border-color: #ED9246;
}
.TagClassName
{
border-color: #ED9246;
}
</style>