Shades of Sea Buckthorn #EF934B
Tints of Sea Buckthorn #EF934B
RGB
CMYK
RGB Variations
Color information
#EF934B (or 0xEF934B) is known color: Sea Buckthorn. HEX triplet: EF, 93 and 4B. RGB value is (239,147,75). Sum of RGB (Red+Green+Blue) = 239+147+75=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF934B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF934B is #106CB4. Grayscale: #A6A6A6. Windows color (decimal): -1076405 or 4953071. OLE color: 4953071.
HSL color Cylindrical-coordinate representation of color #EF934B: hue angle of 26.34º 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 #EF934B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 75 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.06 |
| HSL | 26.34º | 0.84% | 0.62% | - |
| HSV(B) | 26.34º | 0.69% | 0.94% | - |
| XYZ | 47.3 | 39.73 | 11.83 | - |
| YUV | 166.3 | 76.48 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 75 | 0 | 0.38 | 0.69 | 0.06 | 26.34 | 0.84 | 0.62 |
| Hex | EF | 93 | 4B | 0 | 26 | 45 | 6 | 1A | 54 | 3E |
| Octal | 357 | 223 | 113 | 0 | 46 | 105 | 6 | 32 | 124 | 76 |
| Binary | 11101111 | 10010011 | 1001011 | 0 | 100110 | 1000101 | 110 | 11010 | 1010100 | 111110 |
Color Harmonies of #EF934B
Complementary color
Monochromatic Colors of #EF934B
Black with #EF934B
Text Example
Text Example
White with #EF934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF934B; }
p { color: rgb(239,147,75); }
H1.HeaderClassName
{
color: #EF934B;
}
.AnyTagClassName
{
color: #EF934B;
}
</style>
background-color css
<style>
a { background-color: #EF934B; }
a { background-color: rgb(239,147,75); }
div.DivClassName
{
background-color: #EF934B;
}
.BgClassName
{
background-color: #EF934B;
}
</style>
border-color css
<style>
span { border-color: #EF934B; }
span { border-color: rgb(239,147,75); }
td.TdClassName
{
border-color: #EF934B;
}
.TagClassName
{
border-color: #EF934B;
}
</style>