Shades of Sea Buckthorn #EF9756
Tints of Sea Buckthorn #EF9756
RGB
CMYK
RGB Variations
Color information
#EF9756 (or 0xEF9756) is known color: Sea Buckthorn. HEX triplet: EF, 97 and 56. RGB value is (239,151,86). Sum of RGB (Red+Green+Blue) = 239+151+86=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9756 is #1068A9. Grayscale: #AAAAAA. Windows color (decimal): -1075370 or 5674991. OLE color: 5674991.
HSL color Cylindrical-coordinate representation of color #EF9756: hue angle of 25.49º 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 #EF9756 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 86 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.06 |
| HSL | 25.49º | 0.83% | 0.64% | - |
| HSV(B) | 25.49º | 0.64% | 0.94% | - |
| XYZ | 48.34 | 41.16 | 14.2 | - |
| YUV | 169.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 86 | 0 | 0.37 | 0.64 | 0.06 | 25.49 | 0.83 | 0.64 |
| Hex | EF | 97 | 56 | 0 | 25 | 40 | 6 | 19 | 53 | 40 |
| Octal | 357 | 227 | 126 | 0 | 45 | 100 | 6 | 31 | 123 | 100 |
| Binary | 11101111 | 10010111 | 1010110 | 0 | 100101 | 1000000 | 110 | 11001 | 1010011 | 1000000 |
Color Harmonies of #EF9756
Complementary color
Monochromatic Colors of #EF9756
Black with #EF9756
Text Example
Text Example
White with #EF9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9756; }
p { color: rgb(239,151,86); }
H1.HeaderClassName
{
color: #EF9756;
}
.AnyTagClassName
{
color: #EF9756;
}
</style>
background-color css
<style>
a { background-color: #EF9756; }
a { background-color: rgb(239,151,86); }
div.DivClassName
{
background-color: #EF9756;
}
.BgClassName
{
background-color: #EF9756;
}
</style>
border-color css
<style>
span { border-color: #EF9756; }
span { border-color: rgb(239,151,86); }
td.TdClassName
{
border-color: #EF9756;
}
.TagClassName
{
border-color: #EF9756;
}
</style>