Shades of Sea Buckthorn #ED9255
Tints of Sea Buckthorn #ED9255
RGB
CMYK
RGB Variations
Color information
#ED9255 (or 0xED9255) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 55. RGB value is (237,146,85). Sum of RGB (Red+Green+Blue) = 237+146+85=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9255 is #126DAA. Grayscale: #A6A6A6. Windows color (decimal): -1207723 or 5608173. OLE color: 5608173.
HSL color Cylindrical-coordinate representation of color #ED9255: hue angle of 24.08º 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 #ED9255 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 85 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.07 |
| HSL | 24.08º | 0.81% | 0.63% | - |
| HSV(B) | 24.08º | 0.64% | 0.93% | - |
| XYZ | 46.84 | 39.22 | 13.7 | - |
| YUV | 166.26 | 82.15 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 85 | 0 | 0.38 | 0.64 | 0.07 | 24.08 | 0.81 | 0.63 |
| Hex | ED | 92 | 55 | 0 | 26 | 40 | 7 | 18 | 51 | 3F |
| Octal | 355 | 222 | 125 | 0 | 46 | 100 | 7 | 30 | 121 | 77 |
| Binary | 11101101 | 10010010 | 1010101 | 0 | 100110 | 1000000 | 111 | 11000 | 1010001 | 111111 |
Color Harmonies of #ED9255
Complementary color
Monochromatic Colors of #ED9255
Black with #ED9255
Text Example
Text Example
White with #ED9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9255; }
p { color: rgb(237,146,85); }
H1.HeaderClassName
{
color: #ED9255;
}
.AnyTagClassName
{
color: #ED9255;
}
</style>
background-color css
<style>
a { background-color: #ED9255; }
a { background-color: rgb(237,146,85); }
div.DivClassName
{
background-color: #ED9255;
}
.BgClassName
{
background-color: #ED9255;
}
</style>
border-color css
<style>
span { border-color: #ED9255; }
span { border-color: rgb(237,146,85); }
td.TdClassName
{
border-color: #ED9255;
}
.TagClassName
{
border-color: #ED9255;
}
</style>