Shades of Sea Buckthorn #EF9441
Tints of Sea Buckthorn #EF9441
RGB
CMYK
RGB Variations
Color information
#EF9441 (or 0xEF9441) is known color: Sea Buckthorn. HEX triplet: EF, 94 and 41. RGB value is (239,148,65). Sum of RGB (Red+Green+Blue) = 239+148+65=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9441 is #106BBE. Grayscale: #A6A6A6. Windows color (decimal): -1076159 or 4297967. OLE color: 4297967.
HSL color Cylindrical-coordinate representation of color #EF9441: hue angle of 28.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9441 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 65 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.06 |
| HSL | 28.62º | 0.84% | 0.6% | - |
| HSV(B) | 28.62º | 0.73% | 0.94% | - |
| XYZ | 47.14 | 39.91 | 10.22 | - |
| YUV | 165.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 65 | 0 | 0.38 | 0.73 | 0.06 | 28.62 | 0.84 | 0.6 |
| Hex | EF | 94 | 41 | 0 | 26 | 49 | 6 | 1D | 54 | 3C |
| Octal | 357 | 224 | 101 | 0 | 46 | 111 | 6 | 35 | 124 | 74 |
| Binary | 11101111 | 10010100 | 1000001 | 0 | 100110 | 1001001 | 110 | 11101 | 1010100 | 111100 |
Color Harmonies of #EF9441
Complementary color
Monochromatic Colors of #EF9441
Black with #EF9441
Text Example
Text Example
White with #EF9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9441; }
p { color: rgb(239,148,65); }
H1.HeaderClassName
{
color: #EF9441;
}
.AnyTagClassName
{
color: #EF9441;
}
</style>
background-color css
<style>
a { background-color: #EF9441; }
a { background-color: rgb(239,148,65); }
div.DivClassName
{
background-color: #EF9441;
}
.BgClassName
{
background-color: #EF9441;
}
</style>
border-color css
<style>
span { border-color: #EF9441; }
span { border-color: rgb(239,148,65); }
td.TdClassName
{
border-color: #EF9441;
}
.TagClassName
{
border-color: #EF9441;
}
</style>