Shades of Sea Buckthorn #E48F52
Tints of Sea Buckthorn #E48F52
RGB
CMYK
RGB Variations
Color information
#E48F52 (or 0xE48F52) is known color: Sea Buckthorn. HEX triplet: E4, 8F and 52. RGB value is (228,143,82). Sum of RGB (Red+Green+Blue) = 228+143+82=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F52 is #1B70AD. Grayscale: #A1A1A1. Windows color (decimal): -1798318 or 5410788. OLE color: 5410788.
HSL color Cylindrical-coordinate representation of color #E48F52: hue angle of 25.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E48F52 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 82 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.11 |
| HSL | 25.07º | 0.73% | 0.61% | - |
| HSV(B) | 25.07º | 0.64% | 0.89% | - |
| XYZ | 43.34 | 36.75 | 12.79 | - |
| YUV | 161.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 82 | 0 | 0.37 | 0.64 | 0.11 | 25.07 | 0.73 | 0.61 |
| Hex | E4 | 8F | 52 | 0 | 25 | 40 | B | 19 | 49 | 3D |
| Octal | 344 | 217 | 122 | 0 | 45 | 100 | 13 | 31 | 111 | 75 |
| Binary | 11100100 | 10001111 | 1010010 | 0 | 100101 | 1000000 | 1011 | 11001 | 1001001 | 111101 |
Color Harmonies of #E48F52
Complementary color
Monochromatic Colors of #E48F52
Black with #E48F52
Text Example
Text Example
White with #E48F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F52; }
p { color: rgb(228,143,82); }
H1.HeaderClassName
{
color: #E48F52;
}
.AnyTagClassName
{
color: #E48F52;
}
</style>
background-color css
<style>
a { background-color: #E48F52; }
a { background-color: rgb(228,143,82); }
div.DivClassName
{
background-color: #E48F52;
}
.BgClassName
{
background-color: #E48F52;
}
</style>
border-color css
<style>
span { border-color: #E48F52; }
span { border-color: rgb(228,143,82); }
td.TdClassName
{
border-color: #E48F52;
}
.TagClassName
{
border-color: #E48F52;
}
</style>