Shades of Sea Buckthorn #E9A14E
Tints of Sea Buckthorn #E9A14E
RGB
CMYK
RGB Variations
Color information
#E9A14E (or 0xE9A14E) is known color: Sea Buckthorn. HEX triplet: E9, A1 and 4E. RGB value is (233,161,78). Sum of RGB (Red+Green+Blue) = 233+161+78=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A14E is #165EB1. Grayscale: #ADADAD. Windows color (decimal): -1466034 or 5153257. OLE color: 5153257.
HSL color Cylindrical-coordinate representation of color #E9A14E: hue angle of 32.13º degrees, saturation: 0.78, 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 #E9A14E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.09 |
| HSL | 32.13º | 0.78% | 0.61% | - |
| HSV(B) | 32.13º | 0.67% | 0.91% | - |
| XYZ | 47.72 | 43.36 | 13.06 | - |
| YUV | 173.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 78 | 0 | 0.31 | 0.67 | 0.09 | 32.13 | 0.78 | 0.61 |
| Hex | E9 | A1 | 4E | 0 | 1F | 43 | 9 | 20 | 4E | 3D |
| Octal | 351 | 241 | 116 | 0 | 37 | 103 | 11 | 40 | 116 | 75 |
| Binary | 11101001 | 10100001 | 1001110 | 0 | 11111 | 1000011 | 1001 | 100000 | 1001110 | 111101 |
Color Harmonies of #E9A14E
Complementary color
Monochromatic Colors of #E9A14E
Black with #E9A14E
Text Example
Text Example
White with #E9A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A14E; }
p { color: rgb(233,161,78); }
H1.HeaderClassName
{
color: #E9A14E;
}
.AnyTagClassName
{
color: #E9A14E;
}
</style>
background-color css
<style>
a { background-color: #E9A14E; }
a { background-color: rgb(233,161,78); }
div.DivClassName
{
background-color: #E9A14E;
}
.BgClassName
{
background-color: #E9A14E;
}
</style>
border-color css
<style>
span { border-color: #E9A14E; }
span { border-color: rgb(233,161,78); }
td.TdClassName
{
border-color: #E9A14E;
}
.TagClassName
{
border-color: #E9A14E;
}
</style>