Shades of Sea Buckthorn #ED9F4C
Tints of Sea Buckthorn #ED9F4C
RGB
CMYK
RGB Variations
Color information
#ED9F4C (or 0xED9F4C) is known color: Sea Buckthorn. HEX triplet: ED, 9F and 4C. RGB value is (237,159,76). Sum of RGB (Red+Green+Blue) = 237+159+76=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F4C is #1260B3. Grayscale: #ADADAD. Windows color (decimal): -1204404 or 5021677. OLE color: 5021677.
HSL color Cylindrical-coordinate representation of color #ED9F4C: hue angle of 30.93º 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 #ED9F4C is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 76 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.07 |
| HSL | 30.93º | 0.82% | 0.61% | - |
| HSV(B) | 30.93º | 0.68% | 0.93% | - |
| XYZ | 48.63 | 43.32 | 12.64 | - |
| YUV | 172.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 76 | 0 | 0.33 | 0.68 | 0.07 | 30.93 | 0.82 | 0.61 |
| Hex | ED | 9F | 4C | 0 | 21 | 44 | 7 | 1F | 52 | 3D |
| Octal | 355 | 237 | 114 | 0 | 41 | 104 | 7 | 37 | 122 | 75 |
| Binary | 11101101 | 10011111 | 1001100 | 0 | 100001 | 1000100 | 111 | 11111 | 1010010 | 111101 |
Color Harmonies of #ED9F4C
Complementary color
Monochromatic Colors of #ED9F4C
Black with #ED9F4C
Text Example
Text Example
White with #ED9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F4C; }
p { color: rgb(237,159,76); }
H1.HeaderClassName
{
color: #ED9F4C;
}
.AnyTagClassName
{
color: #ED9F4C;
}
</style>
background-color css
<style>
a { background-color: #ED9F4C; }
a { background-color: rgb(237,159,76); }
div.DivClassName
{
background-color: #ED9F4C;
}
.BgClassName
{
background-color: #ED9F4C;
}
</style>
border-color css
<style>
span { border-color: #ED9F4C; }
span { border-color: rgb(237,159,76); }
td.TdClassName
{
border-color: #ED9F4C;
}
.TagClassName
{
border-color: #ED9F4C;
}
</style>