Shades of Sea Buckthorn #EBA148
Tints of Sea Buckthorn #EBA148
RGB
CMYK
RGB Variations
Color information
#EBA148 (or 0xEBA148) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 48. RGB value is (235,161,72). Sum of RGB (Red+Green+Blue) = 235+161+72=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA148 is #145EB7. Grayscale: #ADADAD. Windows color (decimal): -1334968 or 4760043. OLE color: 4760043.
HSL color Cylindrical-coordinate representation of color #EBA148: hue angle of 32.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA148 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 72 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.08 |
| HSL | 32.76º | 0.8% | 0.6% | - |
| HSV(B) | 32.76º | 0.69% | 0.92% | - |
| XYZ | 48.18 | 43.62 | 12.01 | - |
| YUV | 172.98 | 71.02 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 72 | 0 | 0.31 | 0.69 | 0.08 | 32.76 | 0.8 | 0.6 |
| Hex | EB | A1 | 48 | 0 | 1F | 45 | 8 | 21 | 50 | 3C |
| Octal | 353 | 241 | 110 | 0 | 37 | 105 | 10 | 41 | 120 | 74 |
| Binary | 11101011 | 10100001 | 1001000 | 0 | 11111 | 1000101 | 1000 | 100001 | 1010000 | 111100 |
Color Harmonies of #EBA148
Complementary color
Monochromatic Colors of #EBA148
Black with #EBA148
Text Example
Text Example
White with #EBA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA148; }
p { color: rgb(235,161,72); }
H1.HeaderClassName
{
color: #EBA148;
}
.AnyTagClassName
{
color: #EBA148;
}
</style>
background-color css
<style>
a { background-color: #EBA148; }
a { background-color: rgb(235,161,72); }
div.DivClassName
{
background-color: #EBA148;
}
.BgClassName
{
background-color: #EBA148;
}
</style>
border-color css
<style>
span { border-color: #EBA148; }
span { border-color: rgb(235,161,72); }
td.TdClassName
{
border-color: #EBA148;
}
.TagClassName
{
border-color: #EBA148;
}
</style>