Shades of Sea Buckthorn #ED9240
Tints of Sea Buckthorn #ED9240
RGB
CMYK
RGB Variations
Color information
#ED9240 (or 0xED9240) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 40. RGB value is (237,146,64). Sum of RGB (Red+Green+Blue) = 237+146+64=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9240 is #126DBF. Grayscale: #A4A4A4. Windows color (decimal): -1207744 or 4231917. OLE color: 4231917.
HSL color Cylindrical-coordinate representation of color #ED9240: hue angle of 28.44º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED9240 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 64 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.07 |
| HSL | 28.44º | 0.83% | 0.59% | - |
| HSV(B) | 28.44º | 0.73% | 0.93% | - |
| XYZ | 46.13 | 38.93 | 9.93 | - |
| YUV | 163.86 | 71.65 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 64 | 0 | 0.38 | 0.73 | 0.07 | 28.44 | 0.83 | 0.59 |
| Hex | ED | 92 | 40 | 0 | 26 | 49 | 7 | 1C | 53 | 3B |
| Octal | 355 | 222 | 100 | 0 | 46 | 111 | 7 | 34 | 123 | 73 |
| Binary | 11101101 | 10010010 | 1000000 | 0 | 100110 | 1001001 | 111 | 11100 | 1010011 | 111011 |
Color Harmonies of #ED9240
Complementary color
Monochromatic Colors of #ED9240
Black with #ED9240
Text Example
Text Example
White with #ED9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9240; }
p { color: rgb(237,146,64); }
H1.HeaderClassName
{
color: #ED9240;
}
.AnyTagClassName
{
color: #ED9240;
}
</style>
background-color css
<style>
a { background-color: #ED9240; }
a { background-color: rgb(237,146,64); }
div.DivClassName
{
background-color: #ED9240;
}
.BgClassName
{
background-color: #ED9240;
}
</style>
border-color css
<style>
span { border-color: #ED9240; }
span { border-color: rgb(237,146,64); }
td.TdClassName
{
border-color: #ED9240;
}
.TagClassName
{
border-color: #ED9240;
}
</style>