Shades of Sea Buckthorn #EF984C
Tints of Sea Buckthorn #EF984C
RGB
CMYK
RGB Variations
Color information
#EF984C (or 0xEF984C) is known color: Sea Buckthorn. HEX triplet: EF, 98 and 4C. RGB value is (239,152,76). Sum of RGB (Red+Green+Blue) = 239+152+76=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF984C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF984C is #1067B3. Grayscale: #A9A9A9. Windows color (decimal): -1075124 or 5019887. OLE color: 5019887.
HSL color Cylindrical-coordinate representation of color #EF984C: hue angle of 27.98º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF984C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 76 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.06 |
| HSL | 27.98º | 0.84% | 0.62% | - |
| HSV(B) | 27.98º | 0.68% | 0.94% | - |
| XYZ | 48.13 | 41.33 | 12.28 | - |
| YUV | 169.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 76 | 0 | 0.36 | 0.68 | 0.06 | 27.98 | 0.84 | 0.62 |
| Hex | EF | 98 | 4C | 0 | 24 | 44 | 6 | 1C | 54 | 3E |
| Octal | 357 | 230 | 114 | 0 | 44 | 104 | 6 | 34 | 124 | 76 |
| Binary | 11101111 | 10011000 | 1001100 | 0 | 100100 | 1000100 | 110 | 11100 | 1010100 | 111110 |
Color Harmonies of #EF984C
Complementary color
Monochromatic Colors of #EF984C
Black with #EF984C
Text Example
Text Example
White with #EF984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF984C; }
p { color: rgb(239,152,76); }
H1.HeaderClassName
{
color: #EF984C;
}
.AnyTagClassName
{
color: #EF984C;
}
</style>
background-color css
<style>
a { background-color: #EF984C; }
a { background-color: rgb(239,152,76); }
div.DivClassName
{
background-color: #EF984C;
}
.BgClassName
{
background-color: #EF984C;
}
</style>
border-color css
<style>
span { border-color: #EF984C; }
span { border-color: rgb(239,152,76); }
td.TdClassName
{
border-color: #EF984C;
}
.TagClassName
{
border-color: #EF984C;
}
</style>