Shades of Sea Buckthorn #EAA14D
Tints of Sea Buckthorn #EAA14D
RGB
CMYK
RGB Variations
Color information
#EAA14D (or 0xEAA14D) is known color: Sea Buckthorn. HEX triplet: EA, A1 and 4D. RGB value is (234,161,77). Sum of RGB (Red+Green+Blue) = 234+161+77=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA14D is #155EB2. Grayscale: #ADADAD. Windows color (decimal): -1400499 or 5087722. OLE color: 5087722.
HSL color Cylindrical-coordinate representation of color #EAA14D: hue angle of 32.1º 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 #EAA14D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 77 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.08 |
| HSL | 32.1º | 0.79% | 0.61% | - |
| HSV(B) | 32.1º | 0.67% | 0.92% | - |
| XYZ | 48.02 | 43.52 | 12.89 | - |
| YUV | 173.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 77 | 0 | 0.31 | 0.67 | 0.08 | 32.1 | 0.79 | 0.61 |
| Hex | EA | A1 | 4D | 0 | 1F | 43 | 8 | 20 | 4F | 3D |
| Octal | 352 | 241 | 115 | 0 | 37 | 103 | 10 | 40 | 117 | 75 |
| Binary | 11101010 | 10100001 | 1001101 | 0 | 11111 | 1000011 | 1000 | 100000 | 1001111 | 111101 |
Color Harmonies of #EAA14D
Complementary color
Monochromatic Colors of #EAA14D
Black with #EAA14D
Text Example
Text Example
White with #EAA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA14D; }
p { color: rgb(234,161,77); }
H1.HeaderClassName
{
color: #EAA14D;
}
.AnyTagClassName
{
color: #EAA14D;
}
</style>
background-color css
<style>
a { background-color: #EAA14D; }
a { background-color: rgb(234,161,77); }
div.DivClassName
{
background-color: #EAA14D;
}
.BgClassName
{
background-color: #EAA14D;
}
</style>
border-color css
<style>
span { border-color: #EAA14D; }
span { border-color: rgb(234,161,77); }
td.TdClassName
{
border-color: #EAA14D;
}
.TagClassName
{
border-color: #EAA14D;
}
</style>