Shades of Sea Buckthorn #ED9353
Tints of Sea Buckthorn #ED9353
RGB
CMYK
RGB Variations
Color information
#ED9353 (or 0xED9353) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 53. RGB value is (237,147,83). Sum of RGB (Red+Green+Blue) = 237+147+83=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9353 is #126CAC. Grayscale: #A6A6A6. Windows color (decimal): -1207469 or 5477357. OLE color: 5477357.
HSL color Cylindrical-coordinate representation of color #ED9353: hue angle of 24.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED9353 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 83 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.07 |
| HSL | 24.94º | 0.81% | 0.63% | - |
| HSV(B) | 24.94º | 0.65% | 0.93% | - |
| XYZ | 46.92 | 39.5 | 13.33 | - |
| YUV | 166.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 83 | 0 | 0.38 | 0.65 | 0.07 | 24.94 | 0.81 | 0.63 |
| Hex | ED | 93 | 53 | 0 | 26 | 41 | 7 | 19 | 51 | 3F |
| Octal | 355 | 223 | 123 | 0 | 46 | 101 | 7 | 31 | 121 | 77 |
| Binary | 11101101 | 10010011 | 1010011 | 0 | 100110 | 1000001 | 111 | 11001 | 1010001 | 111111 |
Color Harmonies of #ED9353
Complementary color
Monochromatic Colors of #ED9353
Black with #ED9353
Text Example
Text Example
White with #ED9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9353; }
p { color: rgb(237,147,83); }
H1.HeaderClassName
{
color: #ED9353;
}
.AnyTagClassName
{
color: #ED9353;
}
</style>
background-color css
<style>
a { background-color: #ED9353; }
a { background-color: rgb(237,147,83); }
div.DivClassName
{
background-color: #ED9353;
}
.BgClassName
{
background-color: #ED9353;
}
</style>
border-color css
<style>
span { border-color: #ED9353; }
span { border-color: rgb(237,147,83); }
td.TdClassName
{
border-color: #ED9353;
}
.TagClassName
{
border-color: #ED9353;
}
</style>