Shades of Sea Buckthorn #EA8F46
Tints of Sea Buckthorn #EA8F46
RGB
CMYK
RGB Variations
Color information
#EA8F46 (or 0xEA8F46) is known color: Sea Buckthorn. HEX triplet: EA, 8F and 46. RGB value is (234,143,70). Sum of RGB (Red+Green+Blue) = 234+143+70=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F46 is #1570B9. Grayscale: #A2A2A2. Windows color (decimal): -1405114 or 4624362. OLE color: 4624362.
HSL color Cylindrical-coordinate representation of color #EA8F46: hue angle of 26.71º 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 #EA8F46 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 70 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.08 |
| HSL | 26.71º | 0.8% | 0.6% | - |
| HSV(B) | 26.71º | 0.7% | 0.92% | - |
| XYZ | 44.86 | 37.58 | 10.68 | - |
| YUV | 161.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 70 | 0 | 0.39 | 0.70 | 0.08 | 26.71 | 0.8 | 0.6 |
| Hex | EA | 8F | 46 | 0 | 27 | 46 | 8 | 1B | 50 | 3C |
| Octal | 352 | 217 | 106 | 0 | 47 | 106 | 10 | 33 | 120 | 74 |
| Binary | 11101010 | 10001111 | 1000110 | 0 | 100111 | 1000110 | 1000 | 11011 | 1010000 | 111100 |
Color Harmonies of #EA8F46
Complementary color
Monochromatic Colors of #EA8F46
Black with #EA8F46
Text Example
Text Example
White with #EA8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F46; }
p { color: rgb(234,143,70); }
H1.HeaderClassName
{
color: #EA8F46;
}
.AnyTagClassName
{
color: #EA8F46;
}
</style>
background-color css
<style>
a { background-color: #EA8F46; }
a { background-color: rgb(234,143,70); }
div.DivClassName
{
background-color: #EA8F46;
}
.BgClassName
{
background-color: #EA8F46;
}
</style>
border-color css
<style>
span { border-color: #EA8F46; }
span { border-color: rgb(234,143,70); }
td.TdClassName
{
border-color: #EA8F46;
}
.TagClassName
{
border-color: #EA8F46;
}
</style>