Shades of Sea Buckthorn #EF9242
Tints of Sea Buckthorn #EF9242
RGB
CMYK
RGB Variations
Color information
#EF9242 (or 0xEF9242) is known color: Sea Buckthorn. HEX triplet: EF, 92 and 42. RGB value is (239,146,66). Sum of RGB (Red+Green+Blue) = 239+146+66=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF9242 is #106DBD. Grayscale: #A5A5A5. Windows color (decimal): -1076670 or 4362991. OLE color: 4362991.
HSL color Cylindrical-coordinate representation of color #EF9242: hue angle of 27.75º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF9242 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 66 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.06 |
| HSL | 27.75º | 0.84% | 0.6% | - |
| HSV(B) | 27.75º | 0.72% | 0.94% | - |
| XYZ | 46.86 | 39.3 | 10.27 | - |
| YUV | 164.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 66 | 0 | 0.39 | 0.72 | 0.06 | 27.75 | 0.84 | 0.6 |
| Hex | EF | 92 | 42 | 0 | 27 | 48 | 6 | 1C | 54 | 3C |
| Octal | 357 | 222 | 102 | 0 | 47 | 110 | 6 | 34 | 124 | 74 |
| Binary | 11101111 | 10010010 | 1000010 | 0 | 100111 | 1001000 | 110 | 11100 | 1010100 | 111100 |
Color Harmonies of #EF9242
Complementary color
Monochromatic Colors of #EF9242
Black with #EF9242
Text Example
Text Example
White with #EF9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9242; }
p { color: rgb(239,146,66); }
H1.HeaderClassName
{
color: #EF9242;
}
.AnyTagClassName
{
color: #EF9242;
}
</style>
background-color css
<style>
a { background-color: #EF9242; }
a { background-color: rgb(239,146,66); }
div.DivClassName
{
background-color: #EF9242;
}
.BgClassName
{
background-color: #EF9242;
}
</style>
border-color css
<style>
span { border-color: #EF9242; }
span { border-color: rgb(239,146,66); }
td.TdClassName
{
border-color: #EF9242;
}
.TagClassName
{
border-color: #EF9242;
}
</style>