Shades of Sea Buckthorn #E79A50
Tints of Sea Buckthorn #E79A50
RGB
CMYK
RGB Variations
Color information
#E79A50 (or 0xE79A50) is known color: Sea Buckthorn. HEX triplet: E7, 9A and 50. RGB value is (231,154,80). Sum of RGB (Red+Green+Blue) = 231+154+80=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A50 is #1865AF. Grayscale: #A8A8A8. Windows color (decimal): -1598896 or 5282535. OLE color: 5282535.
HSL color Cylindrical-coordinate representation of color #E79A50: hue angle of 29.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E79A50 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 80 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.09 |
| HSL | 29.4º | 0.76% | 0.61% | - |
| HSV(B) | 29.4º | 0.65% | 0.91% | - |
| XYZ | 45.96 | 40.68 | 13.02 | - |
| YUV | 168.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 80 | 0 | 0.33 | 0.65 | 0.09 | 29.4 | 0.76 | 0.61 |
| Hex | E7 | 9A | 50 | 0 | 21 | 41 | 9 | 1D | 4C | 3D |
| Octal | 347 | 232 | 120 | 0 | 41 | 101 | 11 | 35 | 114 | 75 |
| Binary | 11100111 | 10011010 | 1010000 | 0 | 100001 | 1000001 | 1001 | 11101 | 1001100 | 111101 |
Color Harmonies of #E79A50
Complementary color
Monochromatic Colors of #E79A50
Black with #E79A50
Text Example
Text Example
White with #E79A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A50; }
p { color: rgb(231,154,80); }
H1.HeaderClassName
{
color: #E79A50;
}
.AnyTagClassName
{
color: #E79A50;
}
</style>
background-color css
<style>
a { background-color: #E79A50; }
a { background-color: rgb(231,154,80); }
div.DivClassName
{
background-color: #E79A50;
}
.BgClassName
{
background-color: #E79A50;
}
</style>
border-color css
<style>
span { border-color: #E79A50; }
span { border-color: rgb(231,154,80); }
td.TdClassName
{
border-color: #E79A50;
}
.TagClassName
{
border-color: #E79A50;
}
</style>