Shades of Sea Buckthorn #EF914B
Tints of Sea Buckthorn #EF914B
RGB
CMYK
RGB Variations
Color information
#EF914B (or 0xEF914B) is known color: Sea Buckthorn. HEX triplet: EF, 91 and 4B. RGB value is (239,145,75). Sum of RGB (Red+Green+Blue) = 239+145+75=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF914B is #106EB4. Grayscale: #A5A5A5. Windows color (decimal): -1076917 or 4952559. OLE color: 4952559.
HSL color Cylindrical-coordinate representation of color #EF914B: hue angle of 25.61º 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 #EF914B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 75 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.06 |
| HSL | 25.61º | 0.84% | 0.62% | - |
| HSV(B) | 25.61º | 0.69% | 0.94% | - |
| XYZ | 46.99 | 39.11 | 11.73 | - |
| YUV | 165.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 75 | 0 | 0.39 | 0.69 | 0.06 | 25.61 | 0.84 | 0.62 |
| Hex | EF | 91 | 4B | 0 | 27 | 45 | 6 | 1A | 54 | 3E |
| Octal | 357 | 221 | 113 | 0 | 47 | 105 | 6 | 32 | 124 | 76 |
| Binary | 11101111 | 10010001 | 1001011 | 0 | 100111 | 1000101 | 110 | 11010 | 1010100 | 111110 |
Color Harmonies of #EF914B
Complementary color
Monochromatic Colors of #EF914B
Black with #EF914B
Text Example
Text Example
White with #EF914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF914B; }
p { color: rgb(239,145,75); }
H1.HeaderClassName
{
color: #EF914B;
}
.AnyTagClassName
{
color: #EF914B;
}
</style>
background-color css
<style>
a { background-color: #EF914B; }
a { background-color: rgb(239,145,75); }
div.DivClassName
{
background-color: #EF914B;
}
.BgClassName
{
background-color: #EF914B;
}
</style>
border-color css
<style>
span { border-color: #EF914B; }
span { border-color: rgb(239,145,75); }
td.TdClassName
{
border-color: #EF914B;
}
.TagClassName
{
border-color: #EF914B;
}
</style>