Shades of Sea Buckthorn #EBA449
Tints of Sea Buckthorn #EBA449
RGB
CMYK
RGB Variations
Color information
#EBA449 (or 0xEBA449) is known color: Sea Buckthorn. HEX triplet: EB, A4 and 49. RGB value is (235,164,73). Sum of RGB (Red+Green+Blue) = 235+164+73=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA449 is #145BB6. Grayscale: #AFAFAF. Windows color (decimal): -1334199 or 4826347. OLE color: 4826347.
HSL color Cylindrical-coordinate representation of color #EBA449: hue angle of 33.7º 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 #EBA449 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 73 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.08 |
| HSL | 33.7º | 0.8% | 0.6% | - |
| HSV(B) | 33.7º | 0.69% | 0.92% | - |
| XYZ | 48.74 | 44.69 | 12.36 | - |
| YUV | 174.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 73 | 0 | 0.30 | 0.69 | 0.08 | 33.7 | 0.8 | 0.6 |
| Hex | EB | A4 | 49 | 0 | 1E | 45 | 8 | 22 | 50 | 3C |
| Octal | 353 | 244 | 111 | 0 | 36 | 105 | 10 | 42 | 120 | 74 |
| Binary | 11101011 | 10100100 | 1001001 | 0 | 11110 | 1000101 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EBA449
Complementary color
Monochromatic Colors of #EBA449
Black with #EBA449
Text Example
Text Example
White with #EBA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA449; }
p { color: rgb(235,164,73); }
H1.HeaderClassName
{
color: #EBA449;
}
.AnyTagClassName
{
color: #EBA449;
}
</style>
background-color css
<style>
a { background-color: #EBA449; }
a { background-color: rgb(235,164,73); }
div.DivClassName
{
background-color: #EBA449;
}
.BgClassName
{
background-color: #EBA449;
}
</style>
border-color css
<style>
span { border-color: #EBA449; }
span { border-color: rgb(235,164,73); }
td.TdClassName
{
border-color: #EBA449;
}
.TagClassName
{
border-color: #EBA449;
}
</style>