Shades of Sea Buckthorn #EF984D
Tints of Sea Buckthorn #EF984D
RGB
CMYK
RGB Variations
Color information
#EF984D (or 0xEF984D) is known color: Sea Buckthorn. HEX triplet: EF, 98 and 4D. RGB value is (239,152,77). Sum of RGB (Red+Green+Blue) = 239+152+77=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF984D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF984D is #1067B2. Grayscale: #A9A9A9. Windows color (decimal): -1075123 or 5085423. OLE color: 5085423.
HSL color Cylindrical-coordinate representation of color #EF984D: hue angle of 27.78º 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 #EF984D is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 77 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.06 |
| HSL | 27.78º | 0.84% | 0.62% | - |
| HSV(B) | 27.78º | 0.68% | 0.94% | - |
| XYZ | 48.16 | 41.34 | 12.46 | - |
| YUV | 169.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 77 | 0 | 0.36 | 0.68 | 0.06 | 27.78 | 0.84 | 0.62 |
| Hex | EF | 98 | 4D | 0 | 24 | 44 | 6 | 1C | 54 | 3E |
| Octal | 357 | 230 | 115 | 0 | 44 | 104 | 6 | 34 | 124 | 76 |
| Binary | 11101111 | 10011000 | 1001101 | 0 | 100100 | 1000100 | 110 | 11100 | 1010100 | 111110 |
Color Harmonies of #EF984D
Complementary color
Monochromatic Colors of #EF984D
Black with #EF984D
Text Example
Text Example
White with #EF984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF984D; }
p { color: rgb(239,152,77); }
H1.HeaderClassName
{
color: #EF984D;
}
.AnyTagClassName
{
color: #EF984D;
}
</style>
background-color css
<style>
a { background-color: #EF984D; }
a { background-color: rgb(239,152,77); }
div.DivClassName
{
background-color: #EF984D;
}
.BgClassName
{
background-color: #EF984D;
}
</style>
border-color css
<style>
span { border-color: #EF984D; }
span { border-color: rgb(239,152,77); }
td.TdClassName
{
border-color: #EF984D;
}
.TagClassName
{
border-color: #EF984D;
}
</style>