Shades of Sea Buckthorn #EF9240
Tints of Sea Buckthorn #EF9240
RGB
CMYK
RGB Variations
Color information
#EF9240 (or 0xEF9240) is known color: Sea Buckthorn. HEX triplet: EF, 92 and 40. RGB value is (239,146,64). Sum of RGB (Red+Green+Blue) = 239+146+64=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9240 is #106DBF. Grayscale: #A4A4A4. Windows color (decimal): -1076672 or 4231919. OLE color: 4231919.
HSL color Cylindrical-coordinate representation of color #EF9240: hue angle of 28.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF9240 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 64 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.06 |
| HSL | 28.11º | 0.85% | 0.59% | - |
| HSV(B) | 28.11º | 0.73% | 0.94% | - |
| XYZ | 46.8 | 39.28 | 9.97 | - |
| YUV | 164.46 | 71.31 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 64 | 0 | 0.39 | 0.73 | 0.06 | 28.11 | 0.85 | 0.59 |
| Hex | EF | 92 | 40 | 0 | 27 | 49 | 6 | 1C | 55 | 3B |
| Octal | 357 | 222 | 100 | 0 | 47 | 111 | 6 | 34 | 125 | 73 |
| Binary | 11101111 | 10010010 | 1000000 | 0 | 100111 | 1001001 | 110 | 11100 | 1010101 | 111011 |
Color Harmonies of #EF9240
Complementary color
Monochromatic Colors of #EF9240
Black with #EF9240
Text Example
Text Example
White with #EF9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9240; }
p { color: rgb(239,146,64); }
H1.HeaderClassName
{
color: #EF9240;
}
.AnyTagClassName
{
color: #EF9240;
}
</style>
background-color css
<style>
a { background-color: #EF9240; }
a { background-color: rgb(239,146,64); }
div.DivClassName
{
background-color: #EF9240;
}
.BgClassName
{
background-color: #EF9240;
}
</style>
border-color css
<style>
span { border-color: #EF9240; }
span { border-color: rgb(239,146,64); }
td.TdClassName
{
border-color: #EF9240;
}
.TagClassName
{
border-color: #EF9240;
}
</style>