Shades of Sea Buckthorn #EBA24F
Tints of Sea Buckthorn #EBA24F
RGB
CMYK
RGB Variations
Color information
#EBA24F (or 0xEBA24F) is known color: Sea Buckthorn. HEX triplet: EB, A2 and 4F. RGB value is (235,162,79). Sum of RGB (Red+Green+Blue) = 235+162+79=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA24F is #145DB0. Grayscale: #AEAEAE. Windows color (decimal): -1334705 or 5219051. OLE color: 5219051.
HSL color Cylindrical-coordinate representation of color #EBA24F: hue angle of 31.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA24F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 79 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.08 |
| HSL | 31.92º | 0.8% | 0.62% | - |
| HSV(B) | 31.92º | 0.66% | 0.92% | - |
| XYZ | 48.59 | 44.07 | 13.34 | - |
| YUV | 174.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 79 | 0 | 0.31 | 0.66 | 0.08 | 31.92 | 0.8 | 0.62 |
| Hex | EB | A2 | 4F | 0 | 1F | 42 | 8 | 20 | 50 | 3E |
| Octal | 353 | 242 | 117 | 0 | 37 | 102 | 10 | 40 | 120 | 76 |
| Binary | 11101011 | 10100010 | 1001111 | 0 | 11111 | 1000010 | 1000 | 100000 | 1010000 | 111110 |
Color Harmonies of #EBA24F
Complementary color
Monochromatic Colors of #EBA24F
Black with #EBA24F
Text Example
Text Example
White with #EBA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA24F; }
p { color: rgb(235,162,79); }
H1.HeaderClassName
{
color: #EBA24F;
}
.AnyTagClassName
{
color: #EBA24F;
}
</style>
background-color css
<style>
a { background-color: #EBA24F; }
a { background-color: rgb(235,162,79); }
div.DivClassName
{
background-color: #EBA24F;
}
.BgClassName
{
background-color: #EBA24F;
}
</style>
border-color css
<style>
span { border-color: #EBA24F; }
span { border-color: rgb(235,162,79); }
td.TdClassName
{
border-color: #EBA24F;
}
.TagClassName
{
border-color: #EBA24F;
}
</style>