Shades of Sea Buckthorn #E9A04B
Tints of Sea Buckthorn #E9A04B
RGB
CMYK
RGB Variations
Color information
#E9A04B (or 0xE9A04B) is known color: Sea Buckthorn. HEX triplet: E9, A0 and 4B. RGB value is (233,160,75). Sum of RGB (Red+Green+Blue) = 233+160+75=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A04B is #165FB4. Grayscale: #ACACAC. Windows color (decimal): -1466293 or 4956393. OLE color: 4956393.
HSL color Cylindrical-coordinate representation of color #E9A04B: hue angle of 32.28º degrees, saturation: 0.78, 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 #E9A04B is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 75 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.09 |
| HSL | 32.28º | 0.78% | 0.6% | - |
| HSV(B) | 32.28º | 0.68% | 0.91% | - |
| XYZ | 47.45 | 42.97 | 12.45 | - |
| YUV | 172.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 75 | 0 | 0.31 | 0.68 | 0.09 | 32.28 | 0.78 | 0.6 |
| Hex | E9 | A0 | 4B | 0 | 1F | 44 | 9 | 20 | 4E | 3C |
| Octal | 351 | 240 | 113 | 0 | 37 | 104 | 11 | 40 | 116 | 74 |
| Binary | 11101001 | 10100000 | 1001011 | 0 | 11111 | 1000100 | 1001 | 100000 | 1001110 | 111100 |
Color Harmonies of #E9A04B
Complementary color
Monochromatic Colors of #E9A04B
Black with #E9A04B
Text Example
Text Example
White with #E9A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A04B; }
p { color: rgb(233,160,75); }
H1.HeaderClassName
{
color: #E9A04B;
}
.AnyTagClassName
{
color: #E9A04B;
}
</style>
background-color css
<style>
a { background-color: #E9A04B; }
a { background-color: rgb(233,160,75); }
div.DivClassName
{
background-color: #E9A04B;
}
.BgClassName
{
background-color: #E9A04B;
}
</style>
border-color css
<style>
span { border-color: #E9A04B; }
span { border-color: rgb(233,160,75); }
td.TdClassName
{
border-color: #E9A04B;
}
.TagClassName
{
border-color: #E9A04B;
}
</style>