Shades of Sea Buckthorn #E8914B
Tints of Sea Buckthorn #E8914B
RGB
CMYK
RGB Variations
Color information
#E8914B (or 0xE8914B) is known color: Sea Buckthorn. HEX triplet: E8, 91 and 4B. RGB value is (232,145,75). Sum of RGB (Red+Green+Blue) = 232+145+75=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8914B is #176EB4. Grayscale: #A3A3A3. Windows color (decimal): -1535669 or 4952552. OLE color: 4952552.
HSL color Cylindrical-coordinate representation of color #E8914B: hue angle of 26.75º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8914B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 75 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.09 |
| HSL | 26.75º | 0.77% | 0.6% | - |
| HSV(B) | 26.75º | 0.68% | 0.91% | - |
| XYZ | 44.67 | 37.91 | 11.62 | - |
| YUV | 163.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 75 | 0 | 0.38 | 0.68 | 0.09 | 26.75 | 0.77 | 0.6 |
| Hex | E8 | 91 | 4B | 0 | 26 | 44 | 9 | 1B | 4D | 3C |
| Octal | 350 | 221 | 113 | 0 | 46 | 104 | 11 | 33 | 115 | 74 |
| Binary | 11101000 | 10010001 | 1001011 | 0 | 100110 | 1000100 | 1001 | 11011 | 1001101 | 111100 |
Color Harmonies of #E8914B
Complementary color
Monochromatic Colors of #E8914B
Black with #E8914B
Text Example
Text Example
White with #E8914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8914B; }
p { color: rgb(232,145,75); }
H1.HeaderClassName
{
color: #E8914B;
}
.AnyTagClassName
{
color: #E8914B;
}
</style>
background-color css
<style>
a { background-color: #E8914B; }
a { background-color: rgb(232,145,75); }
div.DivClassName
{
background-color: #E8914B;
}
.BgClassName
{
background-color: #E8914B;
}
</style>
border-color css
<style>
span { border-color: #E8914B; }
span { border-color: rgb(232,145,75); }
td.TdClassName
{
border-color: #E8914B;
}
.TagClassName
{
border-color: #E8914B;
}
</style>