Shades of Sea Buckthorn #EF954E
Tints of Sea Buckthorn #EF954E
RGB
CMYK
RGB Variations
Color information
#EF954E (or 0xEF954E) is known color: Sea Buckthorn. HEX triplet: EF, 95 and 4E. RGB value is (239,149,78). Sum of RGB (Red+Green+Blue) = 239+149+78=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF954E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF954E is #106AB1. Grayscale: #A8A8A8. Windows color (decimal): -1075890 or 5150191. OLE color: 5150191.
HSL color Cylindrical-coordinate representation of color #EF954E: hue angle of 26.46º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF954E is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 78 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.06 |
| HSL | 26.46º | 0.83% | 0.62% | - |
| HSV(B) | 26.46º | 0.67% | 0.94% | - |
| XYZ | 47.72 | 40.4 | 12.49 | - |
| YUV | 167.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 78 | 0 | 0.38 | 0.67 | 0.06 | 26.46 | 0.83 | 0.62 |
| Hex | EF | 95 | 4E | 0 | 26 | 43 | 6 | 1A | 53 | 3E |
| Octal | 357 | 225 | 116 | 0 | 46 | 103 | 6 | 32 | 123 | 76 |
| Binary | 11101111 | 10010101 | 1001110 | 0 | 100110 | 1000011 | 110 | 11010 | 1010011 | 111110 |
Color Harmonies of #EF954E
Complementary color
Monochromatic Colors of #EF954E
Black with #EF954E
Text Example
Text Example
White with #EF954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF954E; }
p { color: rgb(239,149,78); }
H1.HeaderClassName
{
color: #EF954E;
}
.AnyTagClassName
{
color: #EF954E;
}
</style>
background-color css
<style>
a { background-color: #EF954E; }
a { background-color: rgb(239,149,78); }
div.DivClassName
{
background-color: #EF954E;
}
.BgClassName
{
background-color: #EF954E;
}
</style>
border-color css
<style>
span { border-color: #EF954E; }
span { border-color: rgb(239,149,78); }
td.TdClassName
{
border-color: #EF954E;
}
.TagClassName
{
border-color: #EF954E;
}
</style>