Shades of Sea Buckthorn #ED8F4B
Tints of Sea Buckthorn #ED8F4B
RGB
CMYK
RGB Variations
Color information
#ED8F4B (or 0xED8F4B) is known color: Sea Buckthorn. HEX triplet: ED, 8F and 4B. RGB value is (237,143,75). Sum of RGB (Red+Green+Blue) = 237+143+75=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F4B is #1270B4. Grayscale: #A3A3A3. Windows color (decimal): -1208501 or 4952045. OLE color: 4952045.
HSL color Cylindrical-coordinate representation of color #ED8F4B: hue angle of 25.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED8F4B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 75 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.07 |
| HSL | 25.19º | 0.82% | 0.61% | - |
| HSV(B) | 25.19º | 0.68% | 0.93% | - |
| XYZ | 46.02 | 38.16 | 11.6 | - |
| YUV | 163.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 75 | 0 | 0.40 | 0.68 | 0.07 | 25.19 | 0.82 | 0.61 |
| Hex | ED | 8F | 4B | 0 | 28 | 44 | 7 | 19 | 52 | 3D |
| Octal | 355 | 217 | 113 | 0 | 50 | 104 | 7 | 31 | 122 | 75 |
| Binary | 11101101 | 10001111 | 1001011 | 0 | 101000 | 1000100 | 111 | 11001 | 1010010 | 111101 |
Color Harmonies of #ED8F4B
Complementary color
Monochromatic Colors of #ED8F4B
Black with #ED8F4B
Text Example
Text Example
White with #ED8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F4B; }
p { color: rgb(237,143,75); }
H1.HeaderClassName
{
color: #ED8F4B;
}
.AnyTagClassName
{
color: #ED8F4B;
}
</style>
background-color css
<style>
a { background-color: #ED8F4B; }
a { background-color: rgb(237,143,75); }
div.DivClassName
{
background-color: #ED8F4B;
}
.BgClassName
{
background-color: #ED8F4B;
}
</style>
border-color css
<style>
span { border-color: #ED8F4B; }
span { border-color: rgb(237,143,75); }
td.TdClassName
{
border-color: #ED8F4B;
}
.TagClassName
{
border-color: #ED8F4B;
}
</style>