Shades of Sea Buckthorn #EF994E
Tints of Sea Buckthorn #EF994E
RGB
CMYK
RGB Variations
Color information
#EF994E (or 0xEF994E) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 4E. RGB value is (239,153,78). Sum of RGB (Red+Green+Blue) = 239+153+78=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF994E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF994E is #1066B1. Grayscale: #AAAAAA. Windows color (decimal): -1074866 or 5151215. OLE color: 5151215.
HSL color Cylindrical-coordinate representation of color #EF994E: hue angle of 27.95º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF994E is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 78 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.06 |
| HSL | 27.95º | 0.83% | 0.62% | - |
| HSV(B) | 27.95º | 0.67% | 0.94% | - |
| XYZ | 48.36 | 41.68 | 12.7 | - |
| YUV | 170.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 78 | 0 | 0.36 | 0.67 | 0.06 | 27.95 | 0.83 | 0.62 |
| Hex | EF | 99 | 4E | 0 | 24 | 43 | 6 | 1C | 53 | 3E |
| Octal | 357 | 231 | 116 | 0 | 44 | 103 | 6 | 34 | 123 | 76 |
| Binary | 11101111 | 10011001 | 1001110 | 0 | 100100 | 1000011 | 110 | 11100 | 1010011 | 111110 |
Color Harmonies of #EF994E
Complementary color
Monochromatic Colors of #EF994E
Black with #EF994E
Text Example
Text Example
White with #EF994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF994E; }
p { color: rgb(239,153,78); }
H1.HeaderClassName
{
color: #EF994E;
}
.AnyTagClassName
{
color: #EF994E;
}
</style>
background-color css
<style>
a { background-color: #EF994E; }
a { background-color: rgb(239,153,78); }
div.DivClassName
{
background-color: #EF994E;
}
.BgClassName
{
background-color: #EF994E;
}
</style>
border-color css
<style>
span { border-color: #EF994E; }
span { border-color: rgb(239,153,78); }
td.TdClassName
{
border-color: #EF994E;
}
.TagClassName
{
border-color: #EF994E;
}
</style>