Shades of Sea Buckthorn #EA9144
Tints of Sea Buckthorn #EA9144
RGB
CMYK
RGB Variations
Color information
#EA9144 (or 0xEA9144) is known color: Sea Buckthorn. HEX triplet: EA, 91 and 44. RGB value is (234,145,68). Sum of RGB (Red+Green+Blue) = 234+145+68=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9144 is #156EBB. Grayscale: #A3A3A3. Windows color (decimal): -1404604 or 4493802. OLE color: 4493802.
HSL color Cylindrical-coordinate representation of color #EA9144: hue angle of 27.83º 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 #EA9144 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 68 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.08 |
| HSL | 27.83º | 0.8% | 0.59% | - |
| HSV(B) | 27.83º | 0.71% | 0.92% | - |
| XYZ | 45.1 | 38.16 | 10.46 | - |
| YUV | 162.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 68 | 0 | 0.38 | 0.71 | 0.08 | 27.83 | 0.8 | 0.59 |
| Hex | EA | 91 | 44 | 0 | 26 | 47 | 8 | 1C | 50 | 3B |
| Octal | 352 | 221 | 104 | 0 | 46 | 107 | 10 | 34 | 120 | 73 |
| Binary | 11101010 | 10010001 | 1000100 | 0 | 100110 | 1000111 | 1000 | 11100 | 1010000 | 111011 |
Color Harmonies of #EA9144
Complementary color
Monochromatic Colors of #EA9144
Black with #EA9144
Text Example
Text Example
White with #EA9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9144; }
p { color: rgb(234,145,68); }
H1.HeaderClassName
{
color: #EA9144;
}
.AnyTagClassName
{
color: #EA9144;
}
</style>
background-color css
<style>
a { background-color: #EA9144; }
a { background-color: rgb(234,145,68); }
div.DivClassName
{
background-color: #EA9144;
}
.BgClassName
{
background-color: #EA9144;
}
</style>
border-color css
<style>
span { border-color: #EA9144; }
span { border-color: rgb(234,145,68); }
td.TdClassName
{
border-color: #EA9144;
}
.TagClassName
{
border-color: #EA9144;
}
</style>