Shades of Sea Buckthorn #ED9352
Tints of Sea Buckthorn #ED9352
RGB
CMYK
RGB Variations
Color information
#ED9352 (or 0xED9352) is known color: Sea Buckthorn. HEX triplet: ED, 93 and 52. RGB value is (237,147,82). Sum of RGB (Red+Green+Blue) = 237+147+82=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9352 is #126CAD. Grayscale: #A6A6A6. Windows color (decimal): -1207470 or 5411821. OLE color: 5411821.
HSL color Cylindrical-coordinate representation of color #ED9352: hue angle of 25.16º 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 #ED9352 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 82 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.07 |
| HSL | 25.16º | 0.81% | 0.63% | - |
| HSV(B) | 25.16º | 0.65% | 0.93% | - |
| XYZ | 46.88 | 39.48 | 13.13 | - |
| YUV | 166.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 82 | 0 | 0.38 | 0.65 | 0.07 | 25.16 | 0.81 | 0.63 |
| Hex | ED | 93 | 52 | 0 | 26 | 41 | 7 | 19 | 51 | 3F |
| Octal | 355 | 223 | 122 | 0 | 46 | 101 | 7 | 31 | 121 | 77 |
| Binary | 11101101 | 10010011 | 1010010 | 0 | 100110 | 1000001 | 111 | 11001 | 1010001 | 111111 |
Color Harmonies of #ED9352
Complementary color
Monochromatic Colors of #ED9352
Black with #ED9352
Text Example
Text Example
White with #ED9352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9352; }
p { color: rgb(237,147,82); }
H1.HeaderClassName
{
color: #ED9352;
}
.AnyTagClassName
{
color: #ED9352;
}
</style>
background-color css
<style>
a { background-color: #ED9352; }
a { background-color: rgb(237,147,82); }
div.DivClassName
{
background-color: #ED9352;
}
.BgClassName
{
background-color: #ED9352;
}
</style>
border-color css
<style>
span { border-color: #ED9352; }
span { border-color: rgb(237,147,82); }
td.TdClassName
{
border-color: #ED9352;
}
.TagClassName
{
border-color: #ED9352;
}
</style>