Shades of Sea Buckthorn #E8994D
Tints of Sea Buckthorn #E8994D
RGB
CMYK
RGB Variations
Color information
#E8994D (or 0xE8994D) is known color: Sea Buckthorn. HEX triplet: E8, 99 and 4D. RGB value is (232,153,77). Sum of RGB (Red+Green+Blue) = 232+153+77=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E8994D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8994D is #1766B2. Grayscale: #A8A8A8. Windows color (decimal): -1533619 or 5085672. OLE color: 5085672.
HSL color Cylindrical-coordinate representation of color #E8994D: hue angle of 29.42º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8994D is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 77 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.09 |
| HSL | 29.42º | 0.77% | 0.61% | - |
| HSV(B) | 29.42º | 0.67% | 0.91% | - |
| XYZ | 46.01 | 40.47 | 12.41 | - |
| YUV | 167.96 | 76.67 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 77 | 0 | 0.34 | 0.67 | 0.09 | 29.42 | 0.77 | 0.61 |
| Hex | E8 | 99 | 4D | 0 | 22 | 43 | 9 | 1D | 4D | 3D |
| Octal | 350 | 231 | 115 | 0 | 42 | 103 | 11 | 35 | 115 | 75 |
| Binary | 11101000 | 10011001 | 1001101 | 0 | 100010 | 1000011 | 1001 | 11101 | 1001101 | 111101 |
Color Harmonies of #E8994D
Complementary color
Monochromatic Colors of #E8994D
Black with #E8994D
Text Example
Text Example
White with #E8994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8994D; }
p { color: rgb(232,153,77); }
H1.HeaderClassName
{
color: #E8994D;
}
.AnyTagClassName
{
color: #E8994D;
}
</style>
background-color css
<style>
a { background-color: #E8994D; }
a { background-color: rgb(232,153,77); }
div.DivClassName
{
background-color: #E8994D;
}
.BgClassName
{
background-color: #E8994D;
}
</style>
border-color css
<style>
span { border-color: #E8994D; }
span { border-color: rgb(232,153,77); }
td.TdClassName
{
border-color: #E8994D;
}
.TagClassName
{
border-color: #E8994D;
}
</style>