Shades of Sea Buckthorn #E88F52
Tints of Sea Buckthorn #E88F52
RGB
CMYK
RGB Variations
Color information
#E88F52 (or 0xE88F52) is known color: Sea Buckthorn. HEX triplet: E8, 8F and 52. RGB value is (232,143,82). Sum of RGB (Red+Green+Blue) = 232+143+82=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F52 is #1770AD. Grayscale: #A2A2A2. Windows color (decimal): -1536174 or 5410792. OLE color: 5410792.
HSL color Cylindrical-coordinate representation of color #E88F52: hue angle of 24.4º 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 #E88F52 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 82 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.09 |
| HSL | 24.4º | 0.77% | 0.62% | - |
| HSV(B) | 24.4º | 0.65% | 0.91% | - |
| XYZ | 44.62 | 37.41 | 12.85 | - |
| YUV | 162.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 82 | 0 | 0.38 | 0.65 | 0.09 | 24.4 | 0.77 | 0.62 |
| Hex | E8 | 8F | 52 | 0 | 26 | 41 | 9 | 18 | 4D | 3E |
| Octal | 350 | 217 | 122 | 0 | 46 | 101 | 11 | 30 | 115 | 76 |
| Binary | 11101000 | 10001111 | 1010010 | 0 | 100110 | 1000001 | 1001 | 11000 | 1001101 | 111110 |
Color Harmonies of #E88F52
Complementary color
Monochromatic Colors of #E88F52
Black with #E88F52
Text Example
Text Example
White with #E88F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F52; }
p { color: rgb(232,143,82); }
H1.HeaderClassName
{
color: #E88F52;
}
.AnyTagClassName
{
color: #E88F52;
}
</style>
background-color css
<style>
a { background-color: #E88F52; }
a { background-color: rgb(232,143,82); }
div.DivClassName
{
background-color: #E88F52;
}
.BgClassName
{
background-color: #E88F52;
}
</style>
border-color css
<style>
span { border-color: #E88F52; }
span { border-color: rgb(232,143,82); }
td.TdClassName
{
border-color: #E88F52;
}
.TagClassName
{
border-color: #E88F52;
}
</style>