Shades of Sea Buckthorn #ED9640
Tints of Sea Buckthorn #ED9640
RGB
CMYK
RGB Variations
Color information
#ED9640 (or 0xED9640) is known color: Sea Buckthorn. HEX triplet: ED, 96 and 40. RGB value is (237,150,64). Sum of RGB (Red+Green+Blue) = 237+150+64=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9640 is #1269BF. Grayscale: #A6A6A6. Windows color (decimal): -1206720 or 4232941. OLE color: 4232941.
HSL color Cylindrical-coordinate representation of color #ED9640: hue angle of 29.83º 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 #ED9640 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 64 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.07 |
| HSL | 29.83º | 0.83% | 0.59% | - |
| HSV(B) | 29.83º | 0.73% | 0.93% | - |
| XYZ | 46.76 | 40.19 | 10.14 | - |
| YUV | 166.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 64 | 0 | 0.37 | 0.73 | 0.07 | 29.83 | 0.83 | 0.59 |
| Hex | ED | 96 | 40 | 0 | 25 | 49 | 7 | 1E | 53 | 3B |
| Octal | 355 | 226 | 100 | 0 | 45 | 111 | 7 | 36 | 123 | 73 |
| Binary | 11101101 | 10010110 | 1000000 | 0 | 100101 | 1001001 | 111 | 11110 | 1010011 | 111011 |
Color Harmonies of #ED9640
Complementary color
Monochromatic Colors of #ED9640
Black with #ED9640
Text Example
Text Example
White with #ED9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9640; }
p { color: rgb(237,150,64); }
H1.HeaderClassName
{
color: #ED9640;
}
.AnyTagClassName
{
color: #ED9640;
}
</style>
background-color css
<style>
a { background-color: #ED9640; }
a { background-color: rgb(237,150,64); }
div.DivClassName
{
background-color: #ED9640;
}
.BgClassName
{
background-color: #ED9640;
}
</style>
border-color css
<style>
span { border-color: #ED9640; }
span { border-color: rgb(237,150,64); }
td.TdClassName
{
border-color: #ED9640;
}
.TagClassName
{
border-color: #ED9640;
}
</style>