Shades of Sea Buckthorn #EBA34D
Tints of Sea Buckthorn #EBA34D
RGB
CMYK
RGB Variations
Color information
#EBA34D (or 0xEBA34D) is known color: Sea Buckthorn. HEX triplet: EB, A3 and 4D. RGB value is (235,163,77). Sum of RGB (Red+Green+Blue) = 235+163+77=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA34D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA34D is #145CB2. Grayscale: #AFAFAF. Windows color (decimal): -1334451 or 5088235. OLE color: 5088235.
HSL color Cylindrical-coordinate representation of color #EBA34D: hue angle of 32.66º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBA34D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 77 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.08 |
| HSL | 32.66º | 0.8% | 0.61% | - |
| HSV(B) | 32.66º | 0.67% | 0.92% | - |
| XYZ | 48.7 | 44.39 | 13.02 | - |
| YUV | 174.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 77 | 0 | 0.31 | 0.67 | 0.08 | 32.66 | 0.8 | 0.61 |
| Hex | EB | A3 | 4D | 0 | 1F | 43 | 8 | 21 | 50 | 3D |
| Octal | 353 | 243 | 115 | 0 | 37 | 103 | 10 | 41 | 120 | 75 |
| Binary | 11101011 | 10100011 | 1001101 | 0 | 11111 | 1000011 | 1000 | 100001 | 1010000 | 111101 |
Color Harmonies of #EBA34D
Complementary color
Monochromatic Colors of #EBA34D
Black with #EBA34D
Text Example
Text Example
White with #EBA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA34D; }
p { color: rgb(235,163,77); }
H1.HeaderClassName
{
color: #EBA34D;
}
.AnyTagClassName
{
color: #EBA34D;
}
</style>
background-color css
<style>
a { background-color: #EBA34D; }
a { background-color: rgb(235,163,77); }
div.DivClassName
{
background-color: #EBA34D;
}
.BgClassName
{
background-color: #EBA34D;
}
</style>
border-color css
<style>
span { border-color: #EBA34D; }
span { border-color: rgb(235,163,77); }
td.TdClassName
{
border-color: #EBA34D;
}
.TagClassName
{
border-color: #EBA34D;
}
</style>