Shades of Sea Buckthorn #EF8F4B
Tints of Sea Buckthorn #EF8F4B
RGB
CMYK
RGB Variations
Color information
#EF8F4B (or 0xEF8F4B) is known color: Sea Buckthorn. HEX triplet: EF, 8F and 4B. RGB value is (239,143,75). Sum of RGB (Red+Green+Blue) = 239+143+75=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F4B is #1070B4. Grayscale: #A4A4A4. Windows color (decimal): -1077429 or 4952047. OLE color: 4952047.
HSL color Cylindrical-coordinate representation of color #EF8F4B: hue angle of 24.88º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF8F4B is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 75 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.06 |
| HSL | 24.88º | 0.84% | 0.62% | - |
| HSV(B) | 24.88º | 0.69% | 0.94% | - |
| XYZ | 46.69 | 38.5 | 11.63 | - |
| YUV | 163.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 75 | 0 | 0.40 | 0.69 | 0.06 | 24.88 | 0.84 | 0.62 |
| Hex | EF | 8F | 4B | 0 | 28 | 45 | 6 | 19 | 54 | 3E |
| Octal | 357 | 217 | 113 | 0 | 50 | 105 | 6 | 31 | 124 | 76 |
| Binary | 11101111 | 10001111 | 1001011 | 0 | 101000 | 1000101 | 110 | 11001 | 1010100 | 111110 |
Color Harmonies of #EF8F4B
Complementary color
Monochromatic Colors of #EF8F4B
Black with #EF8F4B
Text Example
Text Example
White with #EF8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F4B; }
p { color: rgb(239,143,75); }
H1.HeaderClassName
{
color: #EF8F4B;
}
.AnyTagClassName
{
color: #EF8F4B;
}
</style>
background-color css
<style>
a { background-color: #EF8F4B; }
a { background-color: rgb(239,143,75); }
div.DivClassName
{
background-color: #EF8F4B;
}
.BgClassName
{
background-color: #EF8F4B;
}
</style>
border-color css
<style>
span { border-color: #EF8F4B; }
span { border-color: rgb(239,143,75); }
td.TdClassName
{
border-color: #EF8F4B;
}
.TagClassName
{
border-color: #EF8F4B;
}
</style>