Shades of Sea Buckthorn #EA9045
Tints of Sea Buckthorn #EA9045
RGB
CMYK
RGB Variations
Color information
#EA9045 (or 0xEA9045) is known color: Sea Buckthorn. HEX triplet: EA, 90 and 45. RGB value is (234,144,69). Sum of RGB (Red+Green+Blue) = 234+144+69=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9045 is #156FBA. Grayscale: #A2A2A2. Windows color (decimal): -1404859 or 4559082. OLE color: 4559082.
HSL color Cylindrical-coordinate representation of color #EA9045: hue angle of 27.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA9045 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 69 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.08 |
| HSL | 27.27º | 0.8% | 0.59% | - |
| HSV(B) | 27.27º | 0.71% | 0.92% | - |
| XYZ | 44.98 | 37.87 | 10.57 | - |
| YUV | 162.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 69 | 0 | 0.38 | 0.71 | 0.08 | 27.27 | 0.8 | 0.59 |
| Hex | EA | 90 | 45 | 0 | 26 | 47 | 8 | 1B | 50 | 3B |
| Octal | 352 | 220 | 105 | 0 | 46 | 107 | 10 | 33 | 120 | 73 |
| Binary | 11101010 | 10010000 | 1000101 | 0 | 100110 | 1000111 | 1000 | 11011 | 1010000 | 111011 |
Color Harmonies of #EA9045
Complementary color
Monochromatic Colors of #EA9045
Black with #EA9045
Text Example
Text Example
White with #EA9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9045; }
p { color: rgb(234,144,69); }
H1.HeaderClassName
{
color: #EA9045;
}
.AnyTagClassName
{
color: #EA9045;
}
</style>
background-color css
<style>
a { background-color: #EA9045; }
a { background-color: rgb(234,144,69); }
div.DivClassName
{
background-color: #EA9045;
}
.BgClassName
{
background-color: #EA9045;
}
</style>
border-color css
<style>
span { border-color: #EA9045; }
span { border-color: rgb(234,144,69); }
td.TdClassName
{
border-color: #EA9045;
}
.TagClassName
{
border-color: #EA9045;
}
</style>