Shades of Sea Buckthorn #E99552
Tints of Sea Buckthorn #E99552
RGB
CMYK
RGB Variations
Color information
#E99552 (or 0xE99552) is known color: Sea Buckthorn. HEX triplet: E9, 95 and 52. RGB value is (233,149,82). Sum of RGB (Red+Green+Blue) = 233+149+82=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E99552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99552 is #166AAD. Grayscale: #A6A6A6. Windows color (decimal): -1469102 or 5412329. OLE color: 5412329.
HSL color Cylindrical-coordinate representation of color #E99552: hue angle of 26.62º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E99552 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 82 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.09 |
| HSL | 26.62º | 0.77% | 0.62% | - |
| HSV(B) | 26.62º | 0.65% | 0.91% | - |
| XYZ | 45.87 | 39.43 | 13.18 | - |
| YUV | 166.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 82 | 0 | 0.36 | 0.65 | 0.09 | 26.62 | 0.77 | 0.62 |
| Hex | E9 | 95 | 52 | 0 | 24 | 41 | 9 | 1B | 4D | 3E |
| Octal | 351 | 225 | 122 | 0 | 44 | 101 | 11 | 33 | 115 | 76 |
| Binary | 11101001 | 10010101 | 1010010 | 0 | 100100 | 1000001 | 1001 | 11011 | 1001101 | 111110 |
Color Harmonies of #E99552
Complementary color
Monochromatic Colors of #E99552
Black with #E99552
Text Example
Text Example
White with #E99552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99552; }
p { color: rgb(233,149,82); }
H1.HeaderClassName
{
color: #E99552;
}
.AnyTagClassName
{
color: #E99552;
}
</style>
background-color css
<style>
a { background-color: #E99552; }
a { background-color: rgb(233,149,82); }
div.DivClassName
{
background-color: #E99552;
}
.BgClassName
{
background-color: #E99552;
}
</style>
border-color css
<style>
span { border-color: #E99552; }
span { border-color: rgb(233,149,82); }
td.TdClassName
{
border-color: #E99552;
}
.TagClassName
{
border-color: #E99552;
}
</style>