Shades of Sea Buckthorn #EF9E50
Tints of Sea Buckthorn #EF9E50
RGB
CMYK
RGB Variations
Color information
#EF9E50 (or 0xEF9E50) is known color: Sea Buckthorn. HEX triplet: EF, 9E and 50. RGB value is (239,158,80). Sum of RGB (Red+Green+Blue) = 239+158+80=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E50 is #1061AF. Grayscale: #ADADAD. Windows color (decimal): -1073584 or 5283567. OLE color: 5283567.
HSL color Cylindrical-coordinate representation of color #EF9E50: hue angle of 29.43º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF9E50 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 80 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.06 |
| HSL | 29.43º | 0.83% | 0.63% | - |
| HSV(B) | 29.43º | 0.67% | 0.94% | - |
| XYZ | 49.27 | 43.38 | 13.37 | - |
| YUV | 173.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 80 | 0 | 0.34 | 0.67 | 0.06 | 29.43 | 0.83 | 0.63 |
| Hex | EF | 9E | 50 | 0 | 22 | 43 | 6 | 1D | 53 | 3F |
| Octal | 357 | 236 | 120 | 0 | 42 | 103 | 6 | 35 | 123 | 77 |
| Binary | 11101111 | 10011110 | 1010000 | 0 | 100010 | 1000011 | 110 | 11101 | 1010011 | 111111 |
Color Harmonies of #EF9E50
Complementary color
Monochromatic Colors of #EF9E50
Black with #EF9E50
Text Example
Text Example
White with #EF9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E50; }
p { color: rgb(239,158,80); }
H1.HeaderClassName
{
color: #EF9E50;
}
.AnyTagClassName
{
color: #EF9E50;
}
</style>
background-color css
<style>
a { background-color: #EF9E50; }
a { background-color: rgb(239,158,80); }
div.DivClassName
{
background-color: #EF9E50;
}
.BgClassName
{
background-color: #EF9E50;
}
</style>
border-color css
<style>
span { border-color: #EF9E50; }
span { border-color: rgb(239,158,80); }
td.TdClassName
{
border-color: #EF9E50;
}
.TagClassName
{
border-color: #EF9E50;
}
</style>