Shades of Sea Buckthorn #E7914C
Tints of Sea Buckthorn #E7914C
RGB
CMYK
RGB Variations
Color information
#E7914C (or 0xE7914C) is known color: Sea Buckthorn. HEX triplet: E7, 91 and 4C. RGB value is (231,145,76). Sum of RGB (Red+Green+Blue) = 231+145+76=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7914C is #186EB3. Grayscale: #A3A3A3. Windows color (decimal): -1601204 or 5018087. OLE color: 5018087.
HSL color Cylindrical-coordinate representation of color #E7914C: hue angle of 26.71º 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 #E7914C is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 76 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.09 |
| HSL | 26.71º | 0.76% | 0.6% | - |
| HSV(B) | 26.71º | 0.67% | 0.91% | - |
| XYZ | 44.38 | 37.76 | 11.79 | - |
| YUV | 162.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 76 | 0 | 0.37 | 0.67 | 0.09 | 26.71 | 0.76 | 0.6 |
| Hex | E7 | 91 | 4C | 0 | 25 | 43 | 9 | 1B | 4C | 3C |
| Octal | 347 | 221 | 114 | 0 | 45 | 103 | 11 | 33 | 114 | 74 |
| Binary | 11100111 | 10010001 | 1001100 | 0 | 100101 | 1000011 | 1001 | 11011 | 1001100 | 111100 |
Color Harmonies of #E7914C
Complementary color
Monochromatic Colors of #E7914C
Black with #E7914C
Text Example
Text Example
White with #E7914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7914C; }
p { color: rgb(231,145,76); }
H1.HeaderClassName
{
color: #E7914C;
}
.AnyTagClassName
{
color: #E7914C;
}
</style>
background-color css
<style>
a { background-color: #E7914C; }
a { background-color: rgb(231,145,76); }
div.DivClassName
{
background-color: #E7914C;
}
.BgClassName
{
background-color: #E7914C;
}
</style>
border-color css
<style>
span { border-color: #E7914C; }
span { border-color: rgb(231,145,76); }
td.TdClassName
{
border-color: #E7914C;
}
.TagClassName
{
border-color: #E7914C;
}
</style>