Shades of Sea Buckthorn #EA9451
Tints of Sea Buckthorn #EA9451
RGB
CMYK
RGB Variations
Color information
#EA9451 (or 0xEA9451) is known color: Sea Buckthorn. HEX triplet: EA, 94 and 51. RGB value is (234,148,81). Sum of RGB (Red+Green+Blue) = 234+148+81=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9451 is #156BAE. Grayscale: #A6A6A6. Windows color (decimal): -1403823 or 5346538. OLE color: 5346538.
HSL color Cylindrical-coordinate representation of color #EA9451: hue angle of 26.27º 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 #EA9451 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 81 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.08 |
| HSL | 26.27º | 0.78% | 0.62% | - |
| HSV(B) | 26.27º | 0.65% | 0.92% | - |
| XYZ | 46.01 | 39.27 | 12.94 | - |
| YUV | 166.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 81 | 0 | 0.37 | 0.65 | 0.08 | 26.27 | 0.78 | 0.62 |
| Hex | EA | 94 | 51 | 0 | 25 | 41 | 8 | 1A | 4E | 3E |
| Octal | 352 | 224 | 121 | 0 | 45 | 101 | 10 | 32 | 116 | 76 |
| Binary | 11101010 | 10010100 | 1010001 | 0 | 100101 | 1000001 | 1000 | 11010 | 1001110 | 111110 |
Color Harmonies of #EA9451
Complementary color
Monochromatic Colors of #EA9451
Black with #EA9451
Text Example
Text Example
White with #EA9451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9451; }
p { color: rgb(234,148,81); }
H1.HeaderClassName
{
color: #EA9451;
}
.AnyTagClassName
{
color: #EA9451;
}
</style>
background-color css
<style>
a { background-color: #EA9451; }
a { background-color: rgb(234,148,81); }
div.DivClassName
{
background-color: #EA9451;
}
.BgClassName
{
background-color: #EA9451;
}
</style>
border-color css
<style>
span { border-color: #EA9451; }
span { border-color: rgb(234,148,81); }
td.TdClassName
{
border-color: #EA9451;
}
.TagClassName
{
border-color: #EA9451;
}
</style>