Shades of Sea Buckthorn #EB9A54
Tints of Sea Buckthorn #EB9A54
RGB
CMYK
RGB Variations
Color information
#EB9A54 (or 0xEB9A54) is known color: Sea Buckthorn. HEX triplet: EB, 9A and 54. RGB value is (235,154,84). Sum of RGB (Red+Green+Blue) = 235+154+84=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A54 is #1465AB. Grayscale: #AAAAAA. Windows color (decimal): -1336748 or 5544683. OLE color: 5544683.
HSL color Cylindrical-coordinate representation of color #EB9A54: hue angle of 27.81º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB9A54 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 84 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.08 |
| HSL | 27.81º | 0.79% | 0.63% | - |
| HSV(B) | 27.81º | 0.64% | 0.92% | - |
| XYZ | 47.42 | 41.41 | 13.88 | - |
| YUV | 170.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 84 | 0 | 0.34 | 0.64 | 0.08 | 27.81 | 0.79 | 0.63 |
| Hex | EB | 9A | 54 | 0 | 22 | 40 | 8 | 1C | 4F | 3F |
| Octal | 353 | 232 | 124 | 0 | 42 | 100 | 10 | 34 | 117 | 77 |
| Binary | 11101011 | 10011010 | 1010100 | 0 | 100010 | 1000000 | 1000 | 11100 | 1001111 | 111111 |
Color Harmonies of #EB9A54
Complementary color
Monochromatic Colors of #EB9A54
Black with #EB9A54
Text Example
Text Example
White with #EB9A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A54; }
p { color: rgb(235,154,84); }
H1.HeaderClassName
{
color: #EB9A54;
}
.AnyTagClassName
{
color: #EB9A54;
}
</style>
background-color css
<style>
a { background-color: #EB9A54; }
a { background-color: rgb(235,154,84); }
div.DivClassName
{
background-color: #EB9A54;
}
.BgClassName
{
background-color: #EB9A54;
}
</style>
border-color css
<style>
span { border-color: #EB9A54; }
span { border-color: rgb(235,154,84); }
td.TdClassName
{
border-color: #EB9A54;
}
.TagClassName
{
border-color: #EB9A54;
}
</style>