Shades of Sea Buckthorn #EF9456
Tints of Sea Buckthorn #EF9456
RGB
CMYK
RGB Variations
Color information
#EF9456 (or 0xEF9456) is known color: Sea Buckthorn. HEX triplet: EF, 94 and 56. RGB value is (239,148,86). Sum of RGB (Red+Green+Blue) = 239+148+86=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9456 is #106BA9. Grayscale: #A8A8A8. Windows color (decimal): -1076138 or 5674223. OLE color: 5674223.
HSL color Cylindrical-coordinate representation of color #EF9456: hue angle of 24.31º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF9456 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 86 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.06 |
| HSL | 24.31º | 0.83% | 0.64% | - |
| HSV(B) | 24.31º | 0.64% | 0.94% | - |
| XYZ | 47.87 | 40.2 | 14.04 | - |
| YUV | 168.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 86 | 0 | 0.38 | 0.64 | 0.06 | 24.31 | 0.83 | 0.64 |
| Hex | EF | 94 | 56 | 0 | 26 | 40 | 6 | 18 | 53 | 40 |
| Octal | 357 | 224 | 126 | 0 | 46 | 100 | 6 | 30 | 123 | 100 |
| Binary | 11101111 | 10010100 | 1010110 | 0 | 100110 | 1000000 | 110 | 11000 | 1010011 | 1000000 |
Color Harmonies of #EF9456
Complementary color
Monochromatic Colors of #EF9456
Black with #EF9456
Text Example
Text Example
White with #EF9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9456; }
p { color: rgb(239,148,86); }
H1.HeaderClassName
{
color: #EF9456;
}
.AnyTagClassName
{
color: #EF9456;
}
</style>
background-color css
<style>
a { background-color: #EF9456; }
a { background-color: rgb(239,148,86); }
div.DivClassName
{
background-color: #EF9456;
}
.BgClassName
{
background-color: #EF9456;
}
</style>
border-color css
<style>
span { border-color: #EF9456; }
span { border-color: rgb(239,148,86); }
td.TdClassName
{
border-color: #EF9456;
}
.TagClassName
{
border-color: #EF9456;
}
</style>