Shades of Sea Buckthorn #EBA048
Tints of Sea Buckthorn #EBA048
RGB
CMYK
RGB Variations
Color information
#EBA048 (or 0xEBA048) is known color: Sea Buckthorn. HEX triplet: EB, A0 and 48. RGB value is (235,160,72). Sum of RGB (Red+Green+Blue) = 235+160+72=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA048 is #145FB7. Grayscale: #ACACAC. Windows color (decimal): -1335224 or 4759787. OLE color: 4759787.
HSL color Cylindrical-coordinate representation of color #EBA048: hue angle of 32.39º 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 #EBA048 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 72 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.08 |
| HSL | 32.39º | 0.8% | 0.6% | - |
| HSV(B) | 32.39º | 0.69% | 0.92% | - |
| XYZ | 48 | 43.27 | 11.95 | - |
| YUV | 172.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 72 | 0 | 0.32 | 0.69 | 0.08 | 32.39 | 0.8 | 0.6 |
| Hex | EB | A0 | 48 | 0 | 20 | 45 | 8 | 20 | 50 | 3C |
| Octal | 353 | 240 | 110 | 0 | 40 | 105 | 10 | 40 | 120 | 74 |
| Binary | 11101011 | 10100000 | 1001000 | 0 | 100000 | 1000101 | 1000 | 100000 | 1010000 | 111100 |
Color Harmonies of #EBA048
Complementary color
Monochromatic Colors of #EBA048
Black with #EBA048
Text Example
Text Example
White with #EBA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA048; }
p { color: rgb(235,160,72); }
H1.HeaderClassName
{
color: #EBA048;
}
.AnyTagClassName
{
color: #EBA048;
}
</style>
background-color css
<style>
a { background-color: #EBA048; }
a { background-color: rgb(235,160,72); }
div.DivClassName
{
background-color: #EBA048;
}
.BgClassName
{
background-color: #EBA048;
}
</style>
border-color css
<style>
span { border-color: #EBA048; }
span { border-color: rgb(235,160,72); }
td.TdClassName
{
border-color: #EBA048;
}
.TagClassName
{
border-color: #EBA048;
}
</style>