Shades of Sea Buckthorn #ED8F49
Tints of Sea Buckthorn #ED8F49
RGB
CMYK
RGB Variations
Color information
#ED8F49 (or 0xED8F49) is known color: Sea Buckthorn. HEX triplet: ED, 8F and 49. RGB value is (237,143,73). Sum of RGB (Red+Green+Blue) = 237+143+73=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F49 is #1270B6. Grayscale: #A3A3A3. Windows color (decimal): -1208503 or 4820973. OLE color: 4820973.
HSL color Cylindrical-coordinate representation of color #ED8F49: hue angle of 25.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED8F49 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 73 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.07 |
| HSL | 25.61º | 0.82% | 0.61% | - |
| HSV(B) | 25.61º | 0.69% | 0.93% | - |
| XYZ | 45.95 | 38.13 | 11.24 | - |
| YUV | 163.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 73 | 0 | 0.40 | 0.69 | 0.07 | 25.61 | 0.82 | 0.61 |
| Hex | ED | 8F | 49 | 0 | 28 | 45 | 7 | 1A | 52 | 3D |
| Octal | 355 | 217 | 111 | 0 | 50 | 105 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10001111 | 1001001 | 0 | 101000 | 1000101 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED8F49
Complementary color
Monochromatic Colors of #ED8F49
Black with #ED8F49
Text Example
Text Example
White with #ED8F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F49; }
p { color: rgb(237,143,73); }
H1.HeaderClassName
{
color: #ED8F49;
}
.AnyTagClassName
{
color: #ED8F49;
}
</style>
background-color css
<style>
a { background-color: #ED8F49; }
a { background-color: rgb(237,143,73); }
div.DivClassName
{
background-color: #ED8F49;
}
.BgClassName
{
background-color: #ED8F49;
}
</style>
border-color css
<style>
span { border-color: #ED8F49; }
span { border-color: rgb(237,143,73); }
td.TdClassName
{
border-color: #ED8F49;
}
.TagClassName
{
border-color: #ED8F49;
}
</style>