Shades of Sea Buckthorn #EF9044
Tints of Sea Buckthorn #EF9044
RGB
CMYK
RGB Variations
Color information
#EF9044 (or 0xEF9044) is known color: Sea Buckthorn. HEX triplet: EF, 90 and 44. RGB value is (239,144,68). Sum of RGB (Red+Green+Blue) = 239+144+68=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9044 is #106FBB. Grayscale: #A4A4A4. Windows color (decimal): -1077180 or 4493551. OLE color: 4493551.
HSL color Cylindrical-coordinate representation of color #EF9044: hue angle of 26.67º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9044 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 68 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.06 |
| HSL | 26.67º | 0.84% | 0.6% | - |
| HSV(B) | 26.67º | 0.72% | 0.94% | - |
| XYZ | 46.61 | 38.71 | 10.48 | - |
| YUV | 163.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 68 | 0 | 0.40 | 0.72 | 0.06 | 26.67 | 0.84 | 0.6 |
| Hex | EF | 90 | 44 | 0 | 28 | 48 | 6 | 1B | 54 | 3C |
| Octal | 357 | 220 | 104 | 0 | 50 | 110 | 6 | 33 | 124 | 74 |
| Binary | 11101111 | 10010000 | 1000100 | 0 | 101000 | 1001000 | 110 | 11011 | 1010100 | 111100 |
Color Harmonies of #EF9044
Complementary color
Monochromatic Colors of #EF9044
Black with #EF9044
Text Example
Text Example
White with #EF9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9044; }
p { color: rgb(239,144,68); }
H1.HeaderClassName
{
color: #EF9044;
}
.AnyTagClassName
{
color: #EF9044;
}
</style>
background-color css
<style>
a { background-color: #EF9044; }
a { background-color: rgb(239,144,68); }
div.DivClassName
{
background-color: #EF9044;
}
.BgClassName
{
background-color: #EF9044;
}
</style>
border-color css
<style>
span { border-color: #EF9044; }
span { border-color: rgb(239,144,68); }
td.TdClassName
{
border-color: #EF9044;
}
.TagClassName
{
border-color: #EF9044;
}
</style>