Shades of Sea Buckthorn #E99250
Tints of Sea Buckthorn #E99250
RGB
CMYK
RGB Variations
Color information
#E99250 (or 0xE99250) is known color: Sea Buckthorn. HEX triplet: E9, 92 and 50. RGB value is (233,146,80). Sum of RGB (Red+Green+Blue) = 233+146+80=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E99250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99250 is #166DAF. Grayscale: #A4A4A4. Windows color (decimal): -1469872 or 5280489. OLE color: 5280489.
HSL color Cylindrical-coordinate representation of color #E99250: hue angle of 25.88º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E99250 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 80 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.09 |
| HSL | 25.88º | 0.78% | 0.61% | - |
| HSV(B) | 25.88º | 0.66% | 0.91% | - |
| XYZ | 45.33 | 38.46 | 12.62 | - |
| YUV | 164.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 80 | 0 | 0.37 | 0.66 | 0.09 | 25.88 | 0.78 | 0.61 |
| Hex | E9 | 92 | 50 | 0 | 25 | 42 | 9 | 1A | 4E | 3D |
| Octal | 351 | 222 | 120 | 0 | 45 | 102 | 11 | 32 | 116 | 75 |
| Binary | 11101001 | 10010010 | 1010000 | 0 | 100101 | 1000010 | 1001 | 11010 | 1001110 | 111101 |
Color Harmonies of #E99250
Complementary color
Monochromatic Colors of #E99250
Black with #E99250
Text Example
Text Example
White with #E99250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99250; }
p { color: rgb(233,146,80); }
H1.HeaderClassName
{
color: #E99250;
}
.AnyTagClassName
{
color: #E99250;
}
</style>
background-color css
<style>
a { background-color: #E99250; }
a { background-color: rgb(233,146,80); }
div.DivClassName
{
background-color: #E99250;
}
.BgClassName
{
background-color: #E99250;
}
</style>
border-color css
<style>
span { border-color: #E99250; }
span { border-color: rgb(233,146,80); }
td.TdClassName
{
border-color: #E99250;
}
.TagClassName
{
border-color: #E99250;
}
</style>