Shades of Sea Buckthorn #EF9E4E
Tints of Sea Buckthorn #EF9E4E
RGB
CMYK
RGB Variations
Color information
#EF9E4E (or 0xEF9E4E) is known color: Sea Buckthorn. HEX triplet: EF, 9E and 4E. RGB value is (239,158,78). Sum of RGB (Red+Green+Blue) = 239+158+78=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E4E is #1061B1. Grayscale: #ADADAD. Windows color (decimal): -1073586 or 5152495. OLE color: 5152495.
HSL color Cylindrical-coordinate representation of color #EF9E4E: hue angle of 29.81º 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 #EF9E4E is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 78 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.06 |
| HSL | 29.81º | 0.83% | 0.62% | - |
| HSV(B) | 29.81º | 0.67% | 0.94% | - |
| XYZ | 49.2 | 43.35 | 12.98 | - |
| YUV | 173.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 78 | 0 | 0.34 | 0.67 | 0.06 | 29.81 | 0.83 | 0.62 |
| Hex | EF | 9E | 4E | 0 | 22 | 43 | 6 | 1E | 53 | 3E |
| Octal | 357 | 236 | 116 | 0 | 42 | 103 | 6 | 36 | 123 | 76 |
| Binary | 11101111 | 10011110 | 1001110 | 0 | 100010 | 1000011 | 110 | 11110 | 1010011 | 111110 |
Color Harmonies of #EF9E4E
Complementary color
Monochromatic Colors of #EF9E4E
Black with #EF9E4E
Text Example
Text Example
White with #EF9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E4E; }
p { color: rgb(239,158,78); }
H1.HeaderClassName
{
color: #EF9E4E;
}
.AnyTagClassName
{
color: #EF9E4E;
}
</style>
background-color css
<style>
a { background-color: #EF9E4E; }
a { background-color: rgb(239,158,78); }
div.DivClassName
{
background-color: #EF9E4E;
}
.BgClassName
{
background-color: #EF9E4E;
}
</style>
border-color css
<style>
span { border-color: #EF9E4E; }
span { border-color: rgb(239,158,78); }
td.TdClassName
{
border-color: #EF9E4E;
}
.TagClassName
{
border-color: #EF9E4E;
}
</style>