Shades of Sea Buckthorn #EAA04E
Tints of Sea Buckthorn #EAA04E
RGB
CMYK
RGB Variations
Color information
#EAA04E (or 0xEAA04E) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 4E. RGB value is (234,160,78). Sum of RGB (Red+Green+Blue) = 234+160+78=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA04E is #155FB1. Grayscale: #ADADAD. Windows color (decimal): -1400754 or 5153002. OLE color: 5153002.
HSL color Cylindrical-coordinate representation of color #EAA04E: hue angle of 31.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAA04E is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 78 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.08 |
| HSL | 31.54º | 0.79% | 0.61% | - |
| HSV(B) | 31.54º | 0.67% | 0.92% | - |
| XYZ | 47.88 | 43.18 | 13.02 | - |
| YUV | 172.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 78 | 0 | 0.32 | 0.67 | 0.08 | 31.54 | 0.79 | 0.61 |
| Hex | EA | A0 | 4E | 0 | 20 | 43 | 8 | 20 | 4F | 3D |
| Octal | 352 | 240 | 116 | 0 | 40 | 103 | 10 | 40 | 117 | 75 |
| Binary | 11101010 | 10100000 | 1001110 | 0 | 100000 | 1000011 | 1000 | 100000 | 1001111 | 111101 |
Color Harmonies of #EAA04E
Complementary color
Monochromatic Colors of #EAA04E
Black with #EAA04E
Text Example
Text Example
White with #EAA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA04E; }
p { color: rgb(234,160,78); }
H1.HeaderClassName
{
color: #EAA04E;
}
.AnyTagClassName
{
color: #EAA04E;
}
</style>
background-color css
<style>
a { background-color: #EAA04E; }
a { background-color: rgb(234,160,78); }
div.DivClassName
{
background-color: #EAA04E;
}
.BgClassName
{
background-color: #EAA04E;
}
</style>
border-color css
<style>
span { border-color: #EAA04E; }
span { border-color: rgb(234,160,78); }
td.TdClassName
{
border-color: #EAA04E;
}
.TagClassName
{
border-color: #EAA04E;
}
</style>