Shades of Sea Buckthorn #EF9949
Tints of Sea Buckthorn #EF9949
RGB
CMYK
RGB Variations
Color information
#EF9949 (or 0xEF9949) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 49. RGB value is (239,153,73). Sum of RGB (Red+Green+Blue) = 239+153+73=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9949 is #1066B6. Grayscale: #AAAAAA. Windows color (decimal): -1074871 or 4823535. OLE color: 4823535.
HSL color Cylindrical-coordinate representation of color #EF9949: hue angle of 28.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF9949 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 73 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.06 |
| HSL | 28.92º | 0.84% | 0.61% | - |
| HSV(B) | 28.92º | 0.69% | 0.94% | - |
| XYZ | 48.19 | 41.61 | 11.8 | - |
| YUV | 169.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 73 | 0 | 0.36 | 0.69 | 0.06 | 28.92 | 0.84 | 0.61 |
| Hex | EF | 99 | 49 | 0 | 24 | 45 | 6 | 1D | 54 | 3D |
| Octal | 357 | 231 | 111 | 0 | 44 | 105 | 6 | 35 | 124 | 75 |
| Binary | 11101111 | 10011001 | 1001001 | 0 | 100100 | 1000101 | 110 | 11101 | 1010100 | 111101 |
Color Harmonies of #EF9949
Complementary color
Monochromatic Colors of #EF9949
Black with #EF9949
Text Example
Text Example
White with #EF9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9949; }
p { color: rgb(239,153,73); }
H1.HeaderClassName
{
color: #EF9949;
}
.AnyTagClassName
{
color: #EF9949;
}
</style>
background-color css
<style>
a { background-color: #EF9949; }
a { background-color: rgb(239,153,73); }
div.DivClassName
{
background-color: #EF9949;
}
.BgClassName
{
background-color: #EF9949;
}
</style>
border-color css
<style>
span { border-color: #EF9949; }
span { border-color: rgb(239,153,73); }
td.TdClassName
{
border-color: #EF9949;
}
.TagClassName
{
border-color: #EF9949;
}
</style>