Shades of Sea Buckthorn #EBA24D
Tints of Sea Buckthorn #EBA24D
RGB
CMYK
RGB Variations
Color information
#EBA24D (or 0xEBA24D) is known color: Sea Buckthorn. HEX triplet: EB, A2 and 4D. RGB value is (235,162,77). Sum of RGB (Red+Green+Blue) = 235+162+77=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA24D is #145DB2. Grayscale: #AEAEAE. Windows color (decimal): -1334707 or 5087979. OLE color: 5087979.
HSL color Cylindrical-coordinate representation of color #EBA24D: hue angle of 32.28º 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 #EBA24D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 77 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.08 |
| HSL | 32.28º | 0.8% | 0.61% | - |
| HSV(B) | 32.28º | 0.67% | 0.92% | - |
| XYZ | 48.52 | 44.04 | 12.96 | - |
| YUV | 174.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 77 | 0 | 0.31 | 0.67 | 0.08 | 32.28 | 0.8 | 0.61 |
| Hex | EB | A2 | 4D | 0 | 1F | 43 | 8 | 20 | 50 | 3D |
| Octal | 353 | 242 | 115 | 0 | 37 | 103 | 10 | 40 | 120 | 75 |
| Binary | 11101011 | 10100010 | 1001101 | 0 | 11111 | 1000011 | 1000 | 100000 | 1010000 | 111101 |
Color Harmonies of #EBA24D
Complementary color
Monochromatic Colors of #EBA24D
Black with #EBA24D
Text Example
Text Example
White with #EBA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA24D; }
p { color: rgb(235,162,77); }
H1.HeaderClassName
{
color: #EBA24D;
}
.AnyTagClassName
{
color: #EBA24D;
}
</style>
background-color css
<style>
a { background-color: #EBA24D; }
a { background-color: rgb(235,162,77); }
div.DivClassName
{
background-color: #EBA24D;
}
.BgClassName
{
background-color: #EBA24D;
}
</style>
border-color css
<style>
span { border-color: #EBA24D; }
span { border-color: rgb(235,162,77); }
td.TdClassName
{
border-color: #EBA24D;
}
.TagClassName
{
border-color: #EBA24D;
}
</style>