Shades of Sea Buckthorn #E8914C
Tints of Sea Buckthorn #E8914C
RGB
CMYK
RGB Variations
Color information
#E8914C (or 0xE8914C) is known color: Sea Buckthorn. HEX triplet: E8, 91 and 4C. RGB value is (232,145,76). Sum of RGB (Red+Green+Blue) = 232+145+76=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8914C is #176EB3. Grayscale: #A3A3A3. Windows color (decimal): -1535668 or 5018088. OLE color: 5018088.
HSL color Cylindrical-coordinate representation of color #E8914C: hue angle of 26.54º degrees, saturation: 0.77, 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 #E8914C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 76 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.09 |
| HSL | 26.54º | 0.77% | 0.6% | - |
| HSV(B) | 26.54º | 0.67% | 0.91% | - |
| XYZ | 44.71 | 37.93 | 11.8 | - |
| YUV | 163.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 76 | 0 | 0.38 | 0.67 | 0.09 | 26.54 | 0.77 | 0.6 |
| Hex | E8 | 91 | 4C | 0 | 26 | 43 | 9 | 1B | 4D | 3C |
| Octal | 350 | 221 | 114 | 0 | 46 | 103 | 11 | 33 | 115 | 74 |
| Binary | 11101000 | 10010001 | 1001100 | 0 | 100110 | 1000011 | 1001 | 11011 | 1001101 | 111100 |
Color Harmonies of #E8914C
Complementary color
Monochromatic Colors of #E8914C
Black with #E8914C
Text Example
Text Example
White with #E8914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8914C; }
p { color: rgb(232,145,76); }
H1.HeaderClassName
{
color: #E8914C;
}
.AnyTagClassName
{
color: #E8914C;
}
</style>
background-color css
<style>
a { background-color: #E8914C; }
a { background-color: rgb(232,145,76); }
div.DivClassName
{
background-color: #E8914C;
}
.BgClassName
{
background-color: #E8914C;
}
</style>
border-color css
<style>
span { border-color: #E8914C; }
span { border-color: rgb(232,145,76); }
td.TdClassName
{
border-color: #E8914C;
}
.TagClassName
{
border-color: #E8914C;
}
</style>