Shades of Sea Buckthorn #EAA04B
Tints of Sea Buckthorn #EAA04B
RGB
CMYK
RGB Variations
Color information
#EAA04B (or 0xEAA04B) is known color: Sea Buckthorn. HEX triplet: EA, A0 and 4B. RGB value is (234,160,75). Sum of RGB (Red+Green+Blue) = 234+160+75=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA04B is #155FB4. Grayscale: #ACACAC. Windows color (decimal): -1400757 or 4956394. OLE color: 4956394.
HSL color Cylindrical-coordinate representation of color #EAA04B: hue angle of 32.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAA04B is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 75 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.08 |
| HSL | 32.08º | 0.79% | 0.61% | - |
| HSV(B) | 32.08º | 0.68% | 0.92% | - |
| XYZ | 47.77 | 43.14 | 12.47 | - |
| YUV | 172.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 75 | 0 | 0.32 | 0.68 | 0.08 | 32.08 | 0.79 | 0.61 |
| Hex | EA | A0 | 4B | 0 | 20 | 44 | 8 | 20 | 4F | 3D |
| Octal | 352 | 240 | 113 | 0 | 40 | 104 | 10 | 40 | 117 | 75 |
| Binary | 11101010 | 10100000 | 1001011 | 0 | 100000 | 1000100 | 1000 | 100000 | 1001111 | 111101 |
Color Harmonies of #EAA04B
Complementary color
Monochromatic Colors of #EAA04B
Black with #EAA04B
Text Example
Text Example
White with #EAA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA04B; }
p { color: rgb(234,160,75); }
H1.HeaderClassName
{
color: #EAA04B;
}
.AnyTagClassName
{
color: #EAA04B;
}
</style>
background-color css
<style>
a { background-color: #EAA04B; }
a { background-color: rgb(234,160,75); }
div.DivClassName
{
background-color: #EAA04B;
}
.BgClassName
{
background-color: #EAA04B;
}
</style>
border-color css
<style>
span { border-color: #EAA04B; }
span { border-color: rgb(234,160,75); }
td.TdClassName
{
border-color: #EAA04B;
}
.TagClassName
{
border-color: #EAA04B;
}
</style>