Shades of Sea Buckthorn #ED984C
Tints of Sea Buckthorn #ED984C
RGB
CMYK
RGB Variations
Color information
#ED984C (or 0xED984C) is known color: Sea Buckthorn. HEX triplet: ED, 98 and 4C. RGB value is (237,152,76). Sum of RGB (Red+Green+Blue) = 237+152+76=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED984C is #1267B3. Grayscale: #A9A9A9. Windows color (decimal): -1206196 or 5019885. OLE color: 5019885.
HSL color Cylindrical-coordinate representation of color #ED984C: hue angle of 28.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED984C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 76 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 28.32º | 0.82% | 0.61% | - |
| HSV(B) | 28.32º | 0.68% | 0.93% | - |
| XYZ | 47.46 | 40.98 | 12.25 | - |
| YUV | 168.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 76 | 0 | 0.36 | 0.68 | 0.07 | 28.32 | 0.82 | 0.61 |
| Hex | ED | 98 | 4C | 0 | 24 | 44 | 7 | 1C | 52 | 3D |
| Octal | 355 | 230 | 114 | 0 | 44 | 104 | 7 | 34 | 122 | 75 |
| Binary | 11101101 | 10011000 | 1001100 | 0 | 100100 | 1000100 | 111 | 11100 | 1010010 | 111101 |
Color Harmonies of #ED984C
Complementary color
Monochromatic Colors of #ED984C
Black with #ED984C
Text Example
Text Example
White with #ED984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED984C; }
p { color: rgb(237,152,76); }
H1.HeaderClassName
{
color: #ED984C;
}
.AnyTagClassName
{
color: #ED984C;
}
</style>
background-color css
<style>
a { background-color: #ED984C; }
a { background-color: rgb(237,152,76); }
div.DivClassName
{
background-color: #ED984C;
}
.BgClassName
{
background-color: #ED984C;
}
</style>
border-color css
<style>
span { border-color: #ED984C; }
span { border-color: rgb(237,152,76); }
td.TdClassName
{
border-color: #ED984C;
}
.TagClassName
{
border-color: #ED984C;
}
</style>