Shades of Sea Buckthorn #EA9155
Tints of Sea Buckthorn #EA9155
RGB
CMYK
RGB Variations
Color information
#EA9155 (or 0xEA9155) is known color: Sea Buckthorn. HEX triplet: EA, 91 and 55. RGB value is (234,145,85). Sum of RGB (Red+Green+Blue) = 234+145+85=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9155 is #156EAA. Grayscale: #A5A5A5. Windows color (decimal): -1404587 or 5607914. OLE color: 5607914.
HSL color Cylindrical-coordinate representation of color #EA9155: hue angle of 24.16º degrees, saturation: 0.78, 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 #EA9155 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 85 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.08 |
| HSL | 24.16º | 0.78% | 0.63% | - |
| HSV(B) | 24.16º | 0.64% | 0.92% | - |
| XYZ | 45.7 | 38.4 | 13.6 | - |
| YUV | 164.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 85 | 0 | 0.38 | 0.64 | 0.08 | 24.16 | 0.78 | 0.63 |
| Hex | EA | 91 | 55 | 0 | 26 | 40 | 8 | 18 | 4E | 3F |
| Octal | 352 | 221 | 125 | 0 | 46 | 100 | 10 | 30 | 116 | 77 |
| Binary | 11101010 | 10010001 | 1010101 | 0 | 100110 | 1000000 | 1000 | 11000 | 1001110 | 111111 |
Color Harmonies of #EA9155
Complementary color
Monochromatic Colors of #EA9155
Black with #EA9155
Text Example
Text Example
White with #EA9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9155; }
p { color: rgb(234,145,85); }
H1.HeaderClassName
{
color: #EA9155;
}
.AnyTagClassName
{
color: #EA9155;
}
</style>
background-color css
<style>
a { background-color: #EA9155; }
a { background-color: rgb(234,145,85); }
div.DivClassName
{
background-color: #EA9155;
}
.BgClassName
{
background-color: #EA9155;
}
</style>
border-color css
<style>
span { border-color: #EA9155; }
span { border-color: rgb(234,145,85); }
td.TdClassName
{
border-color: #EA9155;
}
.TagClassName
{
border-color: #EA9155;
}
</style>