Shades of Sea Buckthorn #EA8F47
Tints of Sea Buckthorn #EA8F47
RGB
CMYK
RGB Variations
Color information
#EA8F47 (or 0xEA8F47) is known color: Sea Buckthorn. HEX triplet: EA, 8F and 47. RGB value is (234,143,71). Sum of RGB (Red+Green+Blue) = 234+143+71=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F47 is #1570B8. Grayscale: #A2A2A2. Windows color (decimal): -1405113 or 4689898. OLE color: 4689898.
HSL color Cylindrical-coordinate representation of color #EA8F47: hue angle of 26.5º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA8F47 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 71 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.08 |
| HSL | 26.5º | 0.8% | 0.6% | - |
| HSV(B) | 26.5º | 0.7% | 0.92% | - |
| XYZ | 44.89 | 37.59 | 10.85 | - |
| YUV | 162 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 71 | 0 | 0.39 | 0.70 | 0.08 | 26.5 | 0.8 | 0.6 |
| Hex | EA | 8F | 47 | 0 | 27 | 46 | 8 | 1B | 50 | 3C |
| Octal | 352 | 217 | 107 | 0 | 47 | 106 | 10 | 33 | 120 | 74 |
| Binary | 11101010 | 10001111 | 1000111 | 0 | 100111 | 1000110 | 1000 | 11011 | 1010000 | 111100 |
Color Harmonies of #EA8F47
Complementary color
Monochromatic Colors of #EA8F47
Black with #EA8F47
Text Example
Text Example
White with #EA8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F47; }
p { color: rgb(234,143,71); }
H1.HeaderClassName
{
color: #EA8F47;
}
.AnyTagClassName
{
color: #EA8F47;
}
</style>
background-color css
<style>
a { background-color: #EA8F47; }
a { background-color: rgb(234,143,71); }
div.DivClassName
{
background-color: #EA8F47;
}
.BgClassName
{
background-color: #EA8F47;
}
</style>
border-color css
<style>
span { border-color: #EA8F47; }
span { border-color: rgb(234,143,71); }
td.TdClassName
{
border-color: #EA8F47;
}
.TagClassName
{
border-color: #EA8F47;
}
</style>