Shades of Sea Buckthorn #EF914F
Tints of Sea Buckthorn #EF914F
RGB
CMYK
RGB Variations
Color information
#EF914F (or 0xEF914F) is known color: Sea Buckthorn. HEX triplet: EF, 91 and 4F. RGB value is (239,145,79). Sum of RGB (Red+Green+Blue) = 239+145+79=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF914F is #106EB0. Grayscale: #A5A5A5. Windows color (decimal): -1076913 or 5214703. OLE color: 5214703.
HSL color Cylindrical-coordinate representation of color #EF914F: hue angle of 24.75º 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 #EF914F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 79 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.06 |
| HSL | 24.75º | 0.83% | 0.62% | - |
| HSV(B) | 24.75º | 0.67% | 0.94% | - |
| XYZ | 47.13 | 39.17 | 12.47 | - |
| YUV | 165.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 79 | 0 | 0.39 | 0.67 | 0.06 | 24.75 | 0.83 | 0.62 |
| Hex | EF | 91 | 4F | 0 | 27 | 43 | 6 | 19 | 53 | 3E |
| Octal | 357 | 221 | 117 | 0 | 47 | 103 | 6 | 31 | 123 | 76 |
| Binary | 11101111 | 10010001 | 1001111 | 0 | 100111 | 1000011 | 110 | 11001 | 1010011 | 111110 |
Color Harmonies of #EF914F
Complementary color
Monochromatic Colors of #EF914F
Black with #EF914F
Text Example
Text Example
White with #EF914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF914F; }
p { color: rgb(239,145,79); }
H1.HeaderClassName
{
color: #EF914F;
}
.AnyTagClassName
{
color: #EF914F;
}
</style>
background-color css
<style>
a { background-color: #EF914F; }
a { background-color: rgb(239,145,79); }
div.DivClassName
{
background-color: #EF914F;
}
.BgClassName
{
background-color: #EF914F;
}
</style>
border-color css
<style>
span { border-color: #EF914F; }
span { border-color: rgb(239,145,79); }
td.TdClassName
{
border-color: #EF914F;
}
.TagClassName
{
border-color: #EF914F;
}
</style>