Shades of Sea Buckthorn #ED9350
Tints of Sea Buckthorn #ED9350
RGB
CMYK
RGB Variations
Color information
#ED9350 (or 0xED9350) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 50. RGB value is (237,147,80). Sum of RGB (Red+Green+Blue) = 237+147+80=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9350 is #126CAF. Grayscale: #A6A6A6. Windows color (decimal): -1207472 or 5280749. OLE color: 5280749.
HSL color Cylindrical-coordinate representation of color #ED9350: hue angle of 25.61º 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 #ED9350 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 80 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.07 |
| HSL | 25.61º | 0.81% | 0.62% | - |
| HSV(B) | 25.61º | 0.66% | 0.93% | - |
| XYZ | 46.81 | 39.45 | 12.74 | - |
| YUV | 166.27 | 79.32 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 80 | 0 | 0.38 | 0.66 | 0.07 | 25.61 | 0.81 | 0.62 |
| Hex | ED | 93 | 50 | 0 | 26 | 42 | 7 | 1A | 51 | 3E |
| Octal | 355 | 223 | 120 | 0 | 46 | 102 | 7 | 32 | 121 | 76 |
| Binary | 11101101 | 10010011 | 1010000 | 0 | 100110 | 1000010 | 111 | 11010 | 1010001 | 111110 |
Color Harmonies of #ED9350
Complementary color
Monochromatic Colors of #ED9350
Black with #ED9350
Text Example
Text Example
White with #ED9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9350; }
p { color: rgb(237,147,80); }
H1.HeaderClassName
{
color: #ED9350;
}
.AnyTagClassName
{
color: #ED9350;
}
</style>
background-color css
<style>
a { background-color: #ED9350; }
a { background-color: rgb(237,147,80); }
div.DivClassName
{
background-color: #ED9350;
}
.BgClassName
{
background-color: #ED9350;
}
</style>
border-color css
<style>
span { border-color: #ED9350; }
span { border-color: rgb(237,147,80); }
td.TdClassName
{
border-color: #ED9350;
}
.TagClassName
{
border-color: #ED9350;
}
</style>