Shades of Sea Buckthorn #ED9951
Tints of Sea Buckthorn #ED9951
RGB
CMYK
RGB Variations
Color information
#ED9951 (or 0xED9951) is known color: Sea Buckthorn. HEX triplet: ED, 99 and 51. RGB value is (237,153,81). Sum of RGB (Red+Green+Blue) = 237+153+81=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9951 is #1266AE. Grayscale: #AAAAAA. Windows color (decimal): -1205935 or 5347821. OLE color: 5347821.
HSL color Cylindrical-coordinate representation of color #ED9951: hue angle of 27.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED9951 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 81 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.07 |
| HSL | 27.69º | 0.81% | 0.62% | - |
| HSV(B) | 27.69º | 0.66% | 0.93% | - |
| XYZ | 47.8 | 41.38 | 13.25 | - |
| YUV | 169.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 81 | 0 | 0.35 | 0.66 | 0.07 | 27.69 | 0.81 | 0.62 |
| Hex | ED | 99 | 51 | 0 | 23 | 42 | 7 | 1C | 51 | 3E |
| Octal | 355 | 231 | 121 | 0 | 43 | 102 | 7 | 34 | 121 | 76 |
| Binary | 11101101 | 10011001 | 1010001 | 0 | 100011 | 1000010 | 111 | 11100 | 1010001 | 111110 |
Color Harmonies of #ED9951
Complementary color
Monochromatic Colors of #ED9951
Black with #ED9951
Text Example
Text Example
White with #ED9951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9951; }
p { color: rgb(237,153,81); }
H1.HeaderClassName
{
color: #ED9951;
}
.AnyTagClassName
{
color: #ED9951;
}
</style>
background-color css
<style>
a { background-color: #ED9951; }
a { background-color: rgb(237,153,81); }
div.DivClassName
{
background-color: #ED9951;
}
.BgClassName
{
background-color: #ED9951;
}
</style>
border-color css
<style>
span { border-color: #ED9951; }
span { border-color: rgb(237,153,81); }
td.TdClassName
{
border-color: #ED9951;
}
.TagClassName
{
border-color: #ED9951;
}
</style>