Shades of Sea Buckthorn #E69448
Tints of Sea Buckthorn #E69448
RGB
CMYK
RGB Variations
Color information
#E69448 (or 0xE69448) is known color: Sea Buckthorn. HEX triplet: E6, 94 and 48. RGB value is (230,148,72). Sum of RGB (Red+Green+Blue) = 230+148+72=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E69448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69448 is #196BB7. Grayscale: #A4A4A4. Windows color (decimal): -1665976 or 4756710. OLE color: 4756710.
HSL color Cylindrical-coordinate representation of color #E69448: hue angle of 28.86º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E69448 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 72 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.10 |
| HSL | 28.86º | 0.76% | 0.59% | - |
| HSV(B) | 28.86º | 0.69% | 0.9% | - |
| XYZ | 44.39 | 38.47 | 11.22 | - |
| YUV | 163.85 | 76.17 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 72 | 0 | 0.36 | 0.69 | 0.10 | 28.86 | 0.76 | 0.59 |
| Hex | E6 | 94 | 48 | 0 | 24 | 45 | A | 1D | 4C | 3B |
| Octal | 346 | 224 | 110 | 0 | 44 | 105 | 12 | 35 | 114 | 73 |
| Binary | 11100110 | 10010100 | 1001000 | 0 | 100100 | 1000101 | 1010 | 11101 | 1001100 | 111011 |
Color Harmonies of #E69448
Complementary color
Monochromatic Colors of #E69448
Black with #E69448
Text Example
Text Example
White with #E69448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69448; }
p { color: rgb(230,148,72); }
H1.HeaderClassName
{
color: #E69448;
}
.AnyTagClassName
{
color: #E69448;
}
</style>
background-color css
<style>
a { background-color: #E69448; }
a { background-color: rgb(230,148,72); }
div.DivClassName
{
background-color: #E69448;
}
.BgClassName
{
background-color: #E69448;
}
</style>
border-color css
<style>
span { border-color: #E69448; }
span { border-color: rgb(230,148,72); }
td.TdClassName
{
border-color: #E69448;
}
.TagClassName
{
border-color: #E69448;
}
</style>