Shades of Sea Buckthorn #EB914C
Tints of Sea Buckthorn #EB914C
RGB
CMYK
RGB Variations
Color information
#EB914C (or 0xEB914C) is known color: Sea Buckthorn. HEX triplet: EB, 91 and 4C. RGB value is (235,145,76). Sum of RGB (Red+Green+Blue) = 235+145+76=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB914C is #146EB3. Grayscale: #A4A4A4. Windows color (decimal): -1339060 or 5018091. OLE color: 5018091.
HSL color Cylindrical-coordinate representation of color #EB914C: hue angle of 26.04º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB914C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 145 | 76 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.08 |
| HSL | 26.04º | 0.8% | 0.61% | - |
| HSV(B) | 26.04º | 0.68% | 0.92% | - |
| XYZ | 45.69 | 38.43 | 11.85 | - |
| YUV | 164.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 145 | 76 | 0 | 0.38 | 0.68 | 0.08 | 26.04 | 0.8 | 0.61 |
| Hex | EB | 91 | 4C | 0 | 26 | 44 | 8 | 1A | 50 | 3D |
| Octal | 353 | 221 | 114 | 0 | 46 | 104 | 10 | 32 | 120 | 75 |
| Binary | 11101011 | 10010001 | 1001100 | 0 | 100110 | 1000100 | 1000 | 11010 | 1010000 | 111101 |
Color Harmonies of #EB914C
Complementary color
Monochromatic Colors of #EB914C
Black with #EB914C
Text Example
Text Example
White with #EB914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB914C; }
p { color: rgb(235,145,76); }
H1.HeaderClassName
{
color: #EB914C;
}
.AnyTagClassName
{
color: #EB914C;
}
</style>
background-color css
<style>
a { background-color: #EB914C; }
a { background-color: rgb(235,145,76); }
div.DivClassName
{
background-color: #EB914C;
}
.BgClassName
{
background-color: #EB914C;
}
</style>
border-color css
<style>
span { border-color: #EB914C; }
span { border-color: rgb(235,145,76); }
td.TdClassName
{
border-color: #EB914C;
}
.TagClassName
{
border-color: #EB914C;
}
</style>