Shades of Sea Buckthorn #ED9756
Tints of Sea Buckthorn #ED9756
RGB
CMYK
RGB Variations
Color information
#ED9756 (or 0xED9756) is known color: Sea Buckthorn. HEX triplet: ED, 97 and 56. RGB value is (237,151,86). Sum of RGB (Red+Green+Blue) = 237+151+86=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9756 is #1268A9. Grayscale: #A9A9A9. Windows color (decimal): -1206442 or 5674989. OLE color: 5674989.
HSL color Cylindrical-coordinate representation of color #ED9756: hue angle of 25.83º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED9756 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 86 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.07 |
| HSL | 25.83º | 0.81% | 0.63% | - |
| HSV(B) | 25.83º | 0.64% | 0.93% | - |
| XYZ | 47.67 | 40.81 | 14.17 | - |
| YUV | 169.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 86 | 0 | 0.36 | 0.64 | 0.07 | 25.83 | 0.81 | 0.63 |
| Hex | ED | 97 | 56 | 0 | 24 | 40 | 7 | 1A | 51 | 3F |
| Octal | 355 | 227 | 126 | 0 | 44 | 100 | 7 | 32 | 121 | 77 |
| Binary | 11101101 | 10010111 | 1010110 | 0 | 100100 | 1000000 | 111 | 11010 | 1010001 | 111111 |
Color Harmonies of #ED9756
Complementary color
Monochromatic Colors of #ED9756
Black with #ED9756
Text Example
Text Example
White with #ED9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9756; }
p { color: rgb(237,151,86); }
H1.HeaderClassName
{
color: #ED9756;
}
.AnyTagClassName
{
color: #ED9756;
}
</style>
background-color css
<style>
a { background-color: #ED9756; }
a { background-color: rgb(237,151,86); }
div.DivClassName
{
background-color: #ED9756;
}
.BgClassName
{
background-color: #ED9756;
}
</style>
border-color css
<style>
span { border-color: #ED9756; }
span { border-color: rgb(237,151,86); }
td.TdClassName
{
border-color: #ED9756;
}
.TagClassName
{
border-color: #ED9756;
}
</style>