Shades of Sea Buckthorn #EF8F4C
Tints of Sea Buckthorn #EF8F4C
RGB
CMYK
RGB Variations
Color information
#EF8F4C (or 0xEF8F4C) is known color: Sea Buckthorn. HEX triplet: EF, 8F and 4C. RGB value is (239,143,76). Sum of RGB (Red+Green+Blue) = 239+143+76=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F4C is #1070B3. Grayscale: #A4A4A4. Windows color (decimal): -1077428 or 5017583. OLE color: 5017583.
HSL color Cylindrical-coordinate representation of color #EF8F4C: hue angle of 24.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF8F4C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 76 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.06 |
| HSL | 24.66º | 0.84% | 0.62% | - |
| HSV(B) | 24.66º | 0.68% | 0.94% | - |
| XYZ | 46.72 | 38.52 | 11.81 | - |
| YUV | 164.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 76 | 0 | 0.40 | 0.68 | 0.06 | 24.66 | 0.84 | 0.62 |
| Hex | EF | 8F | 4C | 0 | 28 | 44 | 6 | 19 | 54 | 3E |
| Octal | 357 | 217 | 114 | 0 | 50 | 104 | 6 | 31 | 124 | 76 |
| Binary | 11101111 | 10001111 | 1001100 | 0 | 101000 | 1000100 | 110 | 11001 | 1010100 | 111110 |
Color Harmonies of #EF8F4C
Complementary color
Monochromatic Colors of #EF8F4C
Black with #EF8F4C
Text Example
Text Example
White with #EF8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F4C; }
p { color: rgb(239,143,76); }
H1.HeaderClassName
{
color: #EF8F4C;
}
.AnyTagClassName
{
color: #EF8F4C;
}
</style>
background-color css
<style>
a { background-color: #EF8F4C; }
a { background-color: rgb(239,143,76); }
div.DivClassName
{
background-color: #EF8F4C;
}
.BgClassName
{
background-color: #EF8F4C;
}
</style>
border-color css
<style>
span { border-color: #EF8F4C; }
span { border-color: rgb(239,143,76); }
td.TdClassName
{
border-color: #EF8F4C;
}
.TagClassName
{
border-color: #EF8F4C;
}
</style>