Shades of Sea Buckthorn #EBA24E
Tints of Sea Buckthorn #EBA24E
RGB
CMYK
RGB Variations
Color information
#EBA24E (or 0xEBA24E) is known color: Sea Buckthorn. HEX triplet: EB, A2 and 4E. RGB value is (235,162,78). Sum of RGB (Red+Green+Blue) = 235+162+78=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA24E is #145DB1. Grayscale: #AEAEAE. Windows color (decimal): -1334706 or 5153515. OLE color: 5153515.
HSL color Cylindrical-coordinate representation of color #EBA24E: hue angle of 32.1º 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 #EBA24E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.08 |
| HSL | 32.1º | 0.8% | 0.61% | - |
| HSV(B) | 32.1º | 0.67% | 0.92% | - |
| XYZ | 48.56 | 44.05 | 13.15 | - |
| YUV | 174.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 78 | 0 | 0.31 | 0.67 | 0.08 | 32.1 | 0.8 | 0.61 |
| Hex | EB | A2 | 4E | 0 | 1F | 43 | 8 | 20 | 50 | 3D |
| Octal | 353 | 242 | 116 | 0 | 37 | 103 | 10 | 40 | 120 | 75 |
| Binary | 11101011 | 10100010 | 1001110 | 0 | 11111 | 1000011 | 1000 | 100000 | 1010000 | 111101 |
Color Harmonies of #EBA24E
Complementary color
Monochromatic Colors of #EBA24E
Black with #EBA24E
Text Example
Text Example
White with #EBA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA24E; }
p { color: rgb(235,162,78); }
H1.HeaderClassName
{
color: #EBA24E;
}
.AnyTagClassName
{
color: #EBA24E;
}
</style>
background-color css
<style>
a { background-color: #EBA24E; }
a { background-color: rgb(235,162,78); }
div.DivClassName
{
background-color: #EBA24E;
}
.BgClassName
{
background-color: #EBA24E;
}
</style>
border-color css
<style>
span { border-color: #EBA24E; }
span { border-color: rgb(235,162,78); }
td.TdClassName
{
border-color: #EBA24E;
}
.TagClassName
{
border-color: #EBA24E;
}
</style>