Shades of Sea Buckthorn #ED9548
Tints of Sea Buckthorn #ED9548
RGB
CMYK
RGB Variations
Color information
#ED9548 (or 0xED9548) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 48. RGB value is (237,149,72). Sum of RGB (Red+Green+Blue) = 237+149+72=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9548 is #126AB7. Grayscale: #A6A6A6. Windows color (decimal): -1206968 or 4756973. OLE color: 4756973.
HSL color Cylindrical-coordinate representation of color #ED9548: hue angle of 28º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED9548 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 72 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.07 |
| HSL | 28º | 0.82% | 0.61% | - |
| HSV(B) | 28º | 0.7% | 0.93% | - |
| XYZ | 46.84 | 39.97 | 11.38 | - |
| YUV | 166.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 72 | 0 | 0.37 | 0.70 | 0.07 | 28 | 0.82 | 0.61 |
| Hex | ED | 95 | 48 | 0 | 25 | 46 | 7 | 1C | 52 | 3D |
| Octal | 355 | 225 | 110 | 0 | 45 | 106 | 7 | 34 | 122 | 75 |
| Binary | 11101101 | 10010101 | 1001000 | 0 | 100101 | 1000110 | 111 | 11100 | 1010010 | 111101 |
Color Harmonies of #ED9548
Complementary color
Monochromatic Colors of #ED9548
Black with #ED9548
Text Example
Text Example
White with #ED9548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9548; }
p { color: rgb(237,149,72); }
H1.HeaderClassName
{
color: #ED9548;
}
.AnyTagClassName
{
color: #ED9548;
}
</style>
background-color css
<style>
a { background-color: #ED9548; }
a { background-color: rgb(237,149,72); }
div.DivClassName
{
background-color: #ED9548;
}
.BgClassName
{
background-color: #ED9548;
}
</style>
border-color css
<style>
span { border-color: #ED9548; }
span { border-color: rgb(237,149,72); }
td.TdClassName
{
border-color: #ED9548;
}
.TagClassName
{
border-color: #ED9548;
}
</style>