Shades of Sea Buckthorn #E8914F
Tints of Sea Buckthorn #E8914F
RGB
CMYK
RGB Variations
Color information
#E8914F (or 0xE8914F) is known color: Sea Buckthorn. HEX triplet: E8, 91 and 4F. RGB value is (232,145,79). Sum of RGB (Red+Green+Blue) = 232+145+79=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8914F is #176EB0. Grayscale: #A3A3A3. Windows color (decimal): -1535665 or 5214696. OLE color: 5214696.
HSL color Cylindrical-coordinate representation of color #E8914F: hue angle of 25.88º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8914F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 79 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.09 |
| HSL | 25.88º | 0.77% | 0.61% | - |
| HSV(B) | 25.88º | 0.66% | 0.91% | - |
| XYZ | 44.82 | 37.97 | 12.36 | - |
| YUV | 163.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 79 | 0 | 0.38 | 0.66 | 0.09 | 25.88 | 0.77 | 0.61 |
| Hex | E8 | 91 | 4F | 0 | 26 | 42 | 9 | 1A | 4D | 3D |
| Octal | 350 | 221 | 117 | 0 | 46 | 102 | 11 | 32 | 115 | 75 |
| Binary | 11101000 | 10010001 | 1001111 | 0 | 100110 | 1000010 | 1001 | 11010 | 1001101 | 111101 |
Color Harmonies of #E8914F
Complementary color
Monochromatic Colors of #E8914F
Black with #E8914F
Text Example
Text Example
White with #E8914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8914F; }
p { color: rgb(232,145,79); }
H1.HeaderClassName
{
color: #E8914F;
}
.AnyTagClassName
{
color: #E8914F;
}
</style>
background-color css
<style>
a { background-color: #E8914F; }
a { background-color: rgb(232,145,79); }
div.DivClassName
{
background-color: #E8914F;
}
.BgClassName
{
background-color: #E8914F;
}
</style>
border-color css
<style>
span { border-color: #E8914F; }
span { border-color: rgb(232,145,79); }
td.TdClassName
{
border-color: #E8914F;
}
.TagClassName
{
border-color: #E8914F;
}
</style>