Shades of Sea Buckthorn #EA9D51
Tints of Sea Buckthorn #EA9D51
RGB
CMYK
RGB Variations
Color information
#EA9D51 (or 0xEA9D51) is known color: Sea Buckthorn. HEX triplet: EA, 9D and 51. RGB value is (234,157,81). Sum of RGB (Red+Green+Blue) = 234+157+81=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D51 is #1562AE. Grayscale: #ABABAB. Windows color (decimal): -1401519 or 5348842. OLE color: 5348842.
HSL color Cylindrical-coordinate representation of color #EA9D51: hue angle of 29.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA9D51 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 81 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.08 |
| HSL | 29.8º | 0.78% | 0.62% | - |
| HSV(B) | 29.8º | 0.65% | 0.92% | - |
| XYZ | 47.47 | 42.2 | 13.43 | - |
| YUV | 171.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 81 | 0 | 0.33 | 0.65 | 0.08 | 29.8 | 0.78 | 0.62 |
| Hex | EA | 9D | 51 | 0 | 21 | 41 | 8 | 1E | 4E | 3E |
| Octal | 352 | 235 | 121 | 0 | 41 | 101 | 10 | 36 | 116 | 76 |
| Binary | 11101010 | 10011101 | 1010001 | 0 | 100001 | 1000001 | 1000 | 11110 | 1001110 | 111110 |
Color Harmonies of #EA9D51
Complementary color
Monochromatic Colors of #EA9D51
Black with #EA9D51
Text Example
Text Example
White with #EA9D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D51; }
p { color: rgb(234,157,81); }
H1.HeaderClassName
{
color: #EA9D51;
}
.AnyTagClassName
{
color: #EA9D51;
}
</style>
background-color css
<style>
a { background-color: #EA9D51; }
a { background-color: rgb(234,157,81); }
div.DivClassName
{
background-color: #EA9D51;
}
.BgClassName
{
background-color: #EA9D51;
}
</style>
border-color css
<style>
span { border-color: #EA9D51; }
span { border-color: rgb(234,157,81); }
td.TdClassName
{
border-color: #EA9D51;
}
.TagClassName
{
border-color: #EA9D51;
}
</style>