Shades of Sea Buckthorn #E7914D
Tints of Sea Buckthorn #E7914D
RGB
CMYK
RGB Variations
Color information
#E7914D (or 0xE7914D) is known color: Sea Buckthorn. HEX triplet: E7, 91 and 4D. RGB value is (231,145,77). Sum of RGB (Red+Green+Blue) = 231+145+77=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7914D is #186EB2. Grayscale: #A3A3A3. Windows color (decimal): -1601203 or 5083623. OLE color: 5083623.
HSL color Cylindrical-coordinate representation of color #E7914D: hue angle of 26.49º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7914D is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 77 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.09 |
| HSL | 26.49º | 0.76% | 0.6% | - |
| HSV(B) | 26.49º | 0.67% | 0.91% | - |
| XYZ | 44.42 | 37.78 | 11.97 | - |
| YUV | 162.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 77 | 0 | 0.37 | 0.67 | 0.09 | 26.49 | 0.76 | 0.6 |
| Hex | E7 | 91 | 4D | 0 | 25 | 43 | 9 | 1A | 4C | 3C |
| Octal | 347 | 221 | 115 | 0 | 45 | 103 | 11 | 32 | 114 | 74 |
| Binary | 11100111 | 10010001 | 1001101 | 0 | 100101 | 1000011 | 1001 | 11010 | 1001100 | 111100 |
Color Harmonies of #E7914D
Complementary color
Monochromatic Colors of #E7914D
Black with #E7914D
Text Example
Text Example
White with #E7914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7914D; }
p { color: rgb(231,145,77); }
H1.HeaderClassName
{
color: #E7914D;
}
.AnyTagClassName
{
color: #E7914D;
}
</style>
background-color css
<style>
a { background-color: #E7914D; }
a { background-color: rgb(231,145,77); }
div.DivClassName
{
background-color: #E7914D;
}
.BgClassName
{
background-color: #E7914D;
}
</style>
border-color css
<style>
span { border-color: #E7914D; }
span { border-color: rgb(231,145,77); }
td.TdClassName
{
border-color: #E7914D;
}
.TagClassName
{
border-color: #E7914D;
}
</style>