Shades of Sea Buckthorn #EA9D46
Tints of Sea Buckthorn #EA9D46
RGB
CMYK
RGB Variations
Color information
#EA9D46 (or 0xEA9D46) is known color: Sea Buckthorn. HEX triplet: EA, 9D and 46. RGB value is (234,157,70). Sum of RGB (Red+Green+Blue) = 234+157+70=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9D46 is #1562B9. Grayscale: #AAAAAA. Windows color (decimal): -1401530 or 4627946. OLE color: 4627946.
HSL color Cylindrical-coordinate representation of color #EA9D46: hue angle of 31.83º 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 #EA9D46 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 70 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.08 |
| HSL | 31.83º | 0.8% | 0.6% | - |
| HSV(B) | 31.83º | 0.7% | 0.92% | - |
| XYZ | 47.09 | 42.05 | 11.43 | - |
| YUV | 170.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 70 | 0 | 0.33 | 0.70 | 0.08 | 31.83 | 0.8 | 0.6 |
| Hex | EA | 9D | 46 | 0 | 21 | 46 | 8 | 20 | 50 | 3C |
| Octal | 352 | 235 | 106 | 0 | 41 | 106 | 10 | 40 | 120 | 74 |
| Binary | 11101010 | 10011101 | 1000110 | 0 | 100001 | 1000110 | 1000 | 100000 | 1010000 | 111100 |
Color Harmonies of #EA9D46
Complementary color
Monochromatic Colors of #EA9D46
Black with #EA9D46
Text Example
Text Example
White with #EA9D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D46; }
p { color: rgb(234,157,70); }
H1.HeaderClassName
{
color: #EA9D46;
}
.AnyTagClassName
{
color: #EA9D46;
}
</style>
background-color css
<style>
a { background-color: #EA9D46; }
a { background-color: rgb(234,157,70); }
div.DivClassName
{
background-color: #EA9D46;
}
.BgClassName
{
background-color: #EA9D46;
}
</style>
border-color css
<style>
span { border-color: #EA9D46; }
span { border-color: rgb(234,157,70); }
td.TdClassName
{
border-color: #EA9D46;
}
.TagClassName
{
border-color: #EA9D46;
}
</style>