Shades of Sea Buckthorn #EBA14E
Tints of Sea Buckthorn #EBA14E
RGB
CMYK
RGB Variations
Color information
#EBA14E (or 0xEBA14E) is known color: Sea Buckthorn. HEX triplet: EB, A1 and 4E. RGB value is (235,161,78). Sum of RGB (Red+Green+Blue) = 235+161+78=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA14E is #145EB1. Grayscale: #AEAEAE. Windows color (decimal): -1334962 or 5153259. OLE color: 5153259.
HSL color Cylindrical-coordinate representation of color #EBA14E: hue angle of 31.72º 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 #EBA14E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.08 |
| HSL | 31.72º | 0.8% | 0.61% | - |
| HSV(B) | 31.72º | 0.67% | 0.92% | - |
| XYZ | 48.38 | 43.7 | 13.09 | - |
| YUV | 173.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 78 | 0 | 0.31 | 0.67 | 0.08 | 31.72 | 0.8 | 0.61 |
| Hex | EB | A1 | 4E | 0 | 1F | 43 | 8 | 20 | 50 | 3D |
| Octal | 353 | 241 | 116 | 0 | 37 | 103 | 10 | 40 | 120 | 75 |
| Binary | 11101011 | 10100001 | 1001110 | 0 | 11111 | 1000011 | 1000 | 100000 | 1010000 | 111101 |
Color Harmonies of #EBA14E
Complementary color
Monochromatic Colors of #EBA14E
Black with #EBA14E
Text Example
Text Example
White with #EBA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA14E; }
p { color: rgb(235,161,78); }
H1.HeaderClassName
{
color: #EBA14E;
}
.AnyTagClassName
{
color: #EBA14E;
}
</style>
background-color css
<style>
a { background-color: #EBA14E; }
a { background-color: rgb(235,161,78); }
div.DivClassName
{
background-color: #EBA14E;
}
.BgClassName
{
background-color: #EBA14E;
}
</style>
border-color css
<style>
span { border-color: #EBA14E; }
span { border-color: rgb(235,161,78); }
td.TdClassName
{
border-color: #EBA14E;
}
.TagClassName
{
border-color: #EBA14E;
}
</style>