Shades of Sea Buckthorn #EF994B
Tints of Sea Buckthorn #EF994B
RGB
CMYK
RGB Variations
Color information
#EF994B (or 0xEF994B) is known color: Sea Buckthorn. HEX triplet: EF, 99 and 4B. RGB value is (239,153,75). Sum of RGB (Red+Green+Blue) = 239+153+75=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF994B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF994B is #1066B4. Grayscale: #AAAAAA. Windows color (decimal): -1074869 or 4954607. OLE color: 4954607.
HSL color Cylindrical-coordinate representation of color #EF994B: hue angle of 28.54º 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 #EF994B is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 75 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.06 |
| HSL | 28.54º | 0.84% | 0.62% | - |
| HSV(B) | 28.54º | 0.69% | 0.94% | - |
| XYZ | 48.26 | 41.64 | 12.15 | - |
| YUV | 169.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 75 | 0 | 0.36 | 0.69 | 0.06 | 28.54 | 0.84 | 0.62 |
| Hex | EF | 99 | 4B | 0 | 24 | 45 | 6 | 1D | 54 | 3E |
| Octal | 357 | 231 | 113 | 0 | 44 | 105 | 6 | 35 | 124 | 76 |
| Binary | 11101111 | 10011001 | 1001011 | 0 | 100100 | 1000101 | 110 | 11101 | 1010100 | 111110 |
Color Harmonies of #EF994B
Complementary color
Monochromatic Colors of #EF994B
Black with #EF994B
Text Example
Text Example
White with #EF994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF994B; }
p { color: rgb(239,153,75); }
H1.HeaderClassName
{
color: #EF994B;
}
.AnyTagClassName
{
color: #EF994B;
}
</style>
background-color css
<style>
a { background-color: #EF994B; }
a { background-color: rgb(239,153,75); }
div.DivClassName
{
background-color: #EF994B;
}
.BgClassName
{
background-color: #EF994B;
}
</style>
border-color css
<style>
span { border-color: #EF994B; }
span { border-color: rgb(239,153,75); }
td.TdClassName
{
border-color: #EF994B;
}
.TagClassName
{
border-color: #EF994B;
}
</style>