Shades of Sea Buckthorn #E69049
Tints of Sea Buckthorn #E69049
RGB
CMYK
RGB Variations
Color information
#E69049 (or 0xE69049) is known color: Sea Buckthorn. HEX triplet: E6, 90 and 49. RGB value is (230,144,73). Sum of RGB (Red+Green+Blue) = 230+144+73=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E69049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69049 is #196FB6. Grayscale: #A1A1A1. Windows color (decimal): -1666999 or 4821222. OLE color: 4821222.
HSL color Cylindrical-coordinate representation of color #E69049: hue angle of 27.13º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E69049 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 73 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.10 |
| HSL | 27.13º | 0.76% | 0.59% | - |
| HSV(B) | 27.13º | 0.68% | 0.9% | - |
| XYZ | 43.81 | 37.25 | 11.18 | - |
| YUV | 161.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 73 | 0 | 0.37 | 0.68 | 0.10 | 27.13 | 0.76 | 0.59 |
| Hex | E6 | 90 | 49 | 0 | 25 | 44 | A | 1B | 4C | 3B |
| Octal | 346 | 220 | 111 | 0 | 45 | 104 | 12 | 33 | 114 | 73 |
| Binary | 11100110 | 10010000 | 1001001 | 0 | 100101 | 1000100 | 1010 | 11011 | 1001100 | 111011 |
Color Harmonies of #E69049
Complementary color
Monochromatic Colors of #E69049
Black with #E69049
Text Example
Text Example
White with #E69049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69049; }
p { color: rgb(230,144,73); }
H1.HeaderClassName
{
color: #E69049;
}
.AnyTagClassName
{
color: #E69049;
}
</style>
background-color css
<style>
a { background-color: #E69049; }
a { background-color: rgb(230,144,73); }
div.DivClassName
{
background-color: #E69049;
}
.BgClassName
{
background-color: #E69049;
}
</style>
border-color css
<style>
span { border-color: #E69049; }
span { border-color: rgb(230,144,73); }
td.TdClassName
{
border-color: #E69049;
}
.TagClassName
{
border-color: #E69049;
}
</style>