Shades of Sea Buckthorn #EAA050
Tints of Sea Buckthorn #EAA050
RGB
CMYK
RGB Variations
Color information
#EAA050 (or 0xEAA050) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 50. RGB value is (234,160,80). Sum of RGB (Red+Green+Blue) = 234+160+80=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA050 is #155FAF. Grayscale: #ADADAD. Windows color (decimal): -1400752 or 5284074. OLE color: 5284074.
HSL color Cylindrical-coordinate representation of color #EAA050: hue angle of 31.17º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAA050 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 80 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.08 |
| HSL | 31.17º | 0.79% | 0.62% | - |
| HSV(B) | 31.17º | 0.66% | 0.92% | - |
| XYZ | 47.95 | 43.21 | 13.4 | - |
| YUV | 173.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 80 | 0 | 0.32 | 0.66 | 0.08 | 31.17 | 0.79 | 0.62 |
| Hex | EA | A0 | 50 | 0 | 20 | 42 | 8 | 1F | 4F | 3E |
| Octal | 352 | 240 | 120 | 0 | 40 | 102 | 10 | 37 | 117 | 76 |
| Binary | 11101010 | 10100000 | 1010000 | 0 | 100000 | 1000010 | 1000 | 11111 | 1001111 | 111110 |
Color Harmonies of #EAA050
Complementary color
Monochromatic Colors of #EAA050
Black with #EAA050
Text Example
Text Example
White with #EAA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA050; }
p { color: rgb(234,160,80); }
H1.HeaderClassName
{
color: #EAA050;
}
.AnyTagClassName
{
color: #EAA050;
}
</style>
background-color css
<style>
a { background-color: #EAA050; }
a { background-color: rgb(234,160,80); }
div.DivClassName
{
background-color: #EAA050;
}
.BgClassName
{
background-color: #EAA050;
}
</style>
border-color css
<style>
span { border-color: #EAA050; }
span { border-color: rgb(234,160,80); }
td.TdClassName
{
border-color: #EAA050;
}
.TagClassName
{
border-color: #EAA050;
}
</style>