Shades of Sea Buckthorn #EF9940
Tints of Sea Buckthorn #EF9940
RGB
CMYK
RGB Variations
Color information
#EF9940 (or 0xEF9940) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 40. RGB value is (239,153,64). Sum of RGB (Red+Green+Blue) = 239+153+64=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9940 is #1066BF. Grayscale: #A9A9A9. Windows color (decimal): -1074880 or 4233711. OLE color: 4233711.
HSL color Cylindrical-coordinate representation of color #EF9940: hue angle of 30.51º 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 #EF9940 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 64 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.06 |
| HSL | 30.51º | 0.85% | 0.59% | - |
| HSV(B) | 30.51º | 0.73% | 0.94% | - |
| XYZ | 47.91 | 41.5 | 10.34 | - |
| YUV | 168.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 64 | 0 | 0.36 | 0.73 | 0.06 | 30.51 | 0.85 | 0.59 |
| Hex | EF | 99 | 40 | 0 | 24 | 49 | 6 | 1F | 55 | 3B |
| Octal | 357 | 231 | 100 | 0 | 44 | 111 | 6 | 37 | 125 | 73 |
| Binary | 11101111 | 10011001 | 1000000 | 0 | 100100 | 1001001 | 110 | 11111 | 1010101 | 111011 |
Color Harmonies of #EF9940
Complementary color
Monochromatic Colors of #EF9940
Black with #EF9940
Text Example
Text Example
White with #EF9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9940; }
p { color: rgb(239,153,64); }
H1.HeaderClassName
{
color: #EF9940;
}
.AnyTagClassName
{
color: #EF9940;
}
</style>
background-color css
<style>
a { background-color: #EF9940; }
a { background-color: rgb(239,153,64); }
div.DivClassName
{
background-color: #EF9940;
}
.BgClassName
{
background-color: #EF9940;
}
</style>
border-color css
<style>
span { border-color: #EF9940; }
span { border-color: rgb(239,153,64); }
td.TdClassName
{
border-color: #EF9940;
}
.TagClassName
{
border-color: #EF9940;
}
</style>