Shades of Sea Buckthorn #E69045
Tints of Sea Buckthorn #E69045
RGB
CMYK
RGB Variations
Color information
#E69045 (or 0xE69045) is known color: Sea Buckthorn. HEX triplet: E6, 90 and 45. RGB value is (230,144,69). Sum of RGB (Red+Green+Blue) = 230+144+69=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E69045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69045 is #196FBA. Grayscale: #A1A1A1. Windows color (decimal): -1667003 or 4559078. OLE color: 4559078.
HSL color Cylindrical-coordinate representation of color #E69045: hue angle of 27.95º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E69045 is Cyan = 0, Magento = 0.37, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 69 | - |
| CMYK | 0 | 0.37 | 0.7 | 0.10 |
| HSL | 27.95º | 0.76% | 0.59% | - |
| HSV(B) | 27.95º | 0.7% | 0.9% | - |
| XYZ | 43.68 | 37.2 | 10.51 | - |
| YUV | 161.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 69 | 0 | 0.37 | 0.7 | 0.10 | 27.95 | 0.76 | 0.59 |
| Hex | E6 | 90 | 45 | 0 | 25 | 46 | A | 1C | 4C | 3B |
| Octal | 346 | 220 | 105 | 0 | 45 | 106 | 12 | 34 | 114 | 73 |
| Binary | 11100110 | 10010000 | 1000101 | 0 | 100101 | 1000110 | 1010 | 11100 | 1001100 | 111011 |
Color Harmonies of #E69045
Complementary color
Monochromatic Colors of #E69045
Black with #E69045
Text Example
Text Example
White with #E69045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69045; }
p { color: rgb(230,144,69); }
H1.HeaderClassName
{
color: #E69045;
}
.AnyTagClassName
{
color: #E69045;
}
</style>
background-color css
<style>
a { background-color: #E69045; }
a { background-color: rgb(230,144,69); }
div.DivClassName
{
background-color: #E69045;
}
.BgClassName
{
background-color: #E69045;
}
</style>
border-color css
<style>
span { border-color: #E69045; }
span { border-color: rgb(230,144,69); }
td.TdClassName
{
border-color: #E69045;
}
.TagClassName
{
border-color: #E69045;
}
</style>