Shades of Sea Buckthorn #E9A04C
Tints of Sea Buckthorn #E9A04C
RGB
CMYK
RGB Variations
Color information
#E9A04C (or 0xE9A04C) is known color: Sea Buckthorn. HEX triplet: E9, A0 and 4C. RGB value is (233,160,76). Sum of RGB (Red+Green+Blue) = 233+160+76=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A04C is #165FB3. Grayscale: #ACACAC. Windows color (decimal): -1466292 or 5021929. OLE color: 5021929.
HSL color Cylindrical-coordinate representation of color #E9A04C: hue angle of 32.1º 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 #E9A04C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 76 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.09 |
| HSL | 32.1º | 0.78% | 0.61% | - |
| HSV(B) | 32.1º | 0.67% | 0.91% | - |
| XYZ | 47.48 | 42.99 | 12.63 | - |
| YUV | 172.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 76 | 0 | 0.31 | 0.67 | 0.09 | 32.1 | 0.78 | 0.61 |
| Hex | E9 | A0 | 4C | 0 | 1F | 43 | 9 | 20 | 4E | 3D |
| Octal | 351 | 240 | 114 | 0 | 37 | 103 | 11 | 40 | 116 | 75 |
| Binary | 11101001 | 10100000 | 1001100 | 0 | 11111 | 1000011 | 1001 | 100000 | 1001110 | 111101 |
Color Harmonies of #E9A04C
Complementary color
Monochromatic Colors of #E9A04C
Black with #E9A04C
Text Example
Text Example
White with #E9A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A04C; }
p { color: rgb(233,160,76); }
H1.HeaderClassName
{
color: #E9A04C;
}
.AnyTagClassName
{
color: #E9A04C;
}
</style>
background-color css
<style>
a { background-color: #E9A04C; }
a { background-color: rgb(233,160,76); }
div.DivClassName
{
background-color: #E9A04C;
}
.BgClassName
{
background-color: #E9A04C;
}
</style>
border-color css
<style>
span { border-color: #E9A04C; }
span { border-color: rgb(233,160,76); }
td.TdClassName
{
border-color: #E9A04C;
}
.TagClassName
{
border-color: #E9A04C;
}
</style>