Shades of Sea Buckthorn #EA9A51
Tints of Sea Buckthorn #EA9A51
RGB
CMYK
RGB Variations
Color information
#EA9A51 (or 0xEA9A51) is known color: Sea Buckthorn. HEX triplet: EA, 9A and 51. RGB value is (234,154,81). Sum of RGB (Red+Green+Blue) = 234+154+81=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A51 is #1565AE. Grayscale: #A9A9A9. Windows color (decimal): -1402287 or 5348074. OLE color: 5348074.
HSL color Cylindrical-coordinate representation of color #EA9A51: hue angle of 28.63º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA9A51 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 81 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.08 |
| HSL | 28.63º | 0.78% | 0.62% | - |
| HSV(B) | 28.63º | 0.65% | 0.92% | - |
| XYZ | 46.97 | 41.2 | 13.26 | - |
| YUV | 169.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 81 | 0 | 0.34 | 0.65 | 0.08 | 28.63 | 0.78 | 0.62 |
| Hex | EA | 9A | 51 | 0 | 22 | 41 | 8 | 1D | 4E | 3E |
| Octal | 352 | 232 | 121 | 0 | 42 | 101 | 10 | 35 | 116 | 76 |
| Binary | 11101010 | 10011010 | 1010001 | 0 | 100010 | 1000001 | 1000 | 11101 | 1001110 | 111110 |
Color Harmonies of #EA9A51
Complementary color
Monochromatic Colors of #EA9A51
Black with #EA9A51
Text Example
Text Example
White with #EA9A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A51; }
p { color: rgb(234,154,81); }
H1.HeaderClassName
{
color: #EA9A51;
}
.AnyTagClassName
{
color: #EA9A51;
}
</style>
background-color css
<style>
a { background-color: #EA9A51; }
a { background-color: rgb(234,154,81); }
div.DivClassName
{
background-color: #EA9A51;
}
.BgClassName
{
background-color: #EA9A51;
}
</style>
border-color css
<style>
span { border-color: #EA9A51; }
span { border-color: rgb(234,154,81); }
td.TdClassName
{
border-color: #EA9A51;
}
.TagClassName
{
border-color: #EA9A51;
}
</style>