Shades of Sea Buckthorn #EAA34E
Tints of Sea Buckthorn #EAA34E
RGB
CMYK
RGB Variations
Color information
#EAA34E (or 0xEAA34E) is known color: Sea Buckthorn. HEX triplet: EA, A3 and 4E. RGB value is (234,163,78). Sum of RGB (Red+Green+Blue) = 234+163+78=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA34E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA34E is #155CB1. Grayscale: #AEAEAE. Windows color (decimal): -1399986 or 5153770. OLE color: 5153770.
HSL color Cylindrical-coordinate representation of color #EAA34E: hue angle of 32.69º 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 #EAA34E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 78 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.08 |
| HSL | 32.69º | 0.79% | 0.61% | - |
| HSV(B) | 32.69º | 0.67% | 0.92% | - |
| XYZ | 48.4 | 44.24 | 13.2 | - |
| YUV | 174.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 78 | 0 | 0.30 | 0.67 | 0.08 | 32.69 | 0.79 | 0.61 |
| Hex | EA | A3 | 4E | 0 | 1E | 43 | 8 | 21 | 4F | 3D |
| Octal | 352 | 243 | 116 | 0 | 36 | 103 | 10 | 41 | 117 | 75 |
| Binary | 11101010 | 10100011 | 1001110 | 0 | 11110 | 1000011 | 1000 | 100001 | 1001111 | 111101 |
Color Harmonies of #EAA34E
Complementary color
Monochromatic Colors of #EAA34E
Black with #EAA34E
Text Example
Text Example
White with #EAA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA34E; }
p { color: rgb(234,163,78); }
H1.HeaderClassName
{
color: #EAA34E;
}
.AnyTagClassName
{
color: #EAA34E;
}
</style>
background-color css
<style>
a { background-color: #EAA34E; }
a { background-color: rgb(234,163,78); }
div.DivClassName
{
background-color: #EAA34E;
}
.BgClassName
{
background-color: #EAA34E;
}
</style>
border-color css
<style>
span { border-color: #EAA34E; }
span { border-color: rgb(234,163,78); }
td.TdClassName
{
border-color: #EAA34E;
}
.TagClassName
{
border-color: #EAA34E;
}
</style>