Shades of Sea Buckthorn #E69250
Tints of Sea Buckthorn #E69250
RGB
CMYK
RGB Variations
Color information
#E69250 (or 0xE69250) is known color: Sea Buckthorn. HEX triplet: E6, 92 and 50. RGB value is (230,146,80). Sum of RGB (Red+Green+Blue) = 230+146+80=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E69250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69250 is #196DAF. Grayscale: #A3A3A3. Windows color (decimal): -1666480 or 5280486. OLE color: 5280486.
HSL color Cylindrical-coordinate representation of color #E69250: hue angle of 26.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E69250 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 80 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.10 |
| HSL | 26.4º | 0.75% | 0.61% | - |
| HSV(B) | 26.4º | 0.65% | 0.9% | - |
| XYZ | 44.36 | 37.96 | 12.58 | - |
| YUV | 163.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 80 | 0 | 0.37 | 0.65 | 0.10 | 26.4 | 0.75 | 0.61 |
| Hex | E6 | 92 | 50 | 0 | 25 | 41 | A | 1A | 4B | 3D |
| Octal | 346 | 222 | 120 | 0 | 45 | 101 | 12 | 32 | 113 | 75 |
| Binary | 11100110 | 10010010 | 1010000 | 0 | 100101 | 1000001 | 1010 | 11010 | 1001011 | 111101 |
Color Harmonies of #E69250
Complementary color
Monochromatic Colors of #E69250
Black with #E69250
Text Example
Text Example
White with #E69250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69250; }
p { color: rgb(230,146,80); }
H1.HeaderClassName
{
color: #E69250;
}
.AnyTagClassName
{
color: #E69250;
}
</style>
background-color css
<style>
a { background-color: #E69250; }
a { background-color: rgb(230,146,80); }
div.DivClassName
{
background-color: #E69250;
}
.BgClassName
{
background-color: #E69250;
}
</style>
border-color css
<style>
span { border-color: #E69250; }
span { border-color: rgb(230,146,80); }
td.TdClassName
{
border-color: #E69250;
}
.TagClassName
{
border-color: #E69250;
}
</style>