Shades of Sea Buckthorn #E5914E
Tints of Sea Buckthorn #E5914E
RGB
CMYK
RGB Variations
Color information
#E5914E (or 0xE5914E) is known color: Sea Buckthorn. HEX triplet: E5, 91 and 4E. RGB value is (229,145,78). Sum of RGB (Red+Green+Blue) = 229+145+78=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5914E is #1A6EB1. Grayscale: #A2A2A2. Windows color (decimal): -1732274 or 5149157. OLE color: 5149157.
HSL color Cylindrical-coordinate representation of color #E5914E: hue angle of 26.62º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5914E is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 78 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.10 |
| HSL | 26.62º | 0.74% | 0.6% | - |
| HSV(B) | 26.62º | 0.66% | 0.9% | - |
| XYZ | 43.81 | 37.46 | 12.13 | - |
| YUV | 162.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 78 | 0 | 0.37 | 0.66 | 0.10 | 26.62 | 0.74 | 0.6 |
| Hex | E5 | 91 | 4E | 0 | 25 | 42 | A | 1B | 4A | 3C |
| Octal | 345 | 221 | 116 | 0 | 45 | 102 | 12 | 33 | 112 | 74 |
| Binary | 11100101 | 10010001 | 1001110 | 0 | 100101 | 1000010 | 1010 | 11011 | 1001010 | 111100 |
Color Harmonies of #E5914E
Complementary color
Monochromatic Colors of #E5914E
Black with #E5914E
Text Example
Text Example
White with #E5914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5914E; }
p { color: rgb(229,145,78); }
H1.HeaderClassName
{
color: #E5914E;
}
.AnyTagClassName
{
color: #E5914E;
}
</style>
background-color css
<style>
a { background-color: #E5914E; }
a { background-color: rgb(229,145,78); }
div.DivClassName
{
background-color: #E5914E;
}
.BgClassName
{
background-color: #E5914E;
}
</style>
border-color css
<style>
span { border-color: #E5914E; }
span { border-color: rgb(229,145,78); }
td.TdClassName
{
border-color: #E5914E;
}
.TagClassName
{
border-color: #E5914E;
}
</style>