Shades of Sea Buckthorn #ED924F
Tints of Sea Buckthorn #ED924F
RGB
CMYK
RGB Variations
Color information
#ED924F (or 0xED924F) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 4F. RGB value is (237,146,79). Sum of RGB (Red+Green+Blue) = 237+146+79=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED924F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED924F is #126DB0. Grayscale: #A5A5A5. Windows color (decimal): -1207729 or 5214957. OLE color: 5214957.
HSL color Cylindrical-coordinate representation of color #ED924F: hue angle of 25.44º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED924F is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 79 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.07 |
| HSL | 25.44º | 0.81% | 0.62% | - |
| HSV(B) | 25.44º | 0.67% | 0.93% | - |
| XYZ | 46.62 | 39.13 | 12.49 | - |
| YUV | 165.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 79 | 0 | 0.38 | 0.67 | 0.07 | 25.44 | 0.81 | 0.62 |
| Hex | ED | 92 | 4F | 0 | 26 | 43 | 7 | 19 | 51 | 3E |
| Octal | 355 | 222 | 117 | 0 | 46 | 103 | 7 | 31 | 121 | 76 |
| Binary | 11101101 | 10010010 | 1001111 | 0 | 100110 | 1000011 | 111 | 11001 | 1010001 | 111110 |
Color Harmonies of #ED924F
Complementary color
Monochromatic Colors of #ED924F
Black with #ED924F
Text Example
Text Example
White with #ED924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED924F; }
p { color: rgb(237,146,79); }
H1.HeaderClassName
{
color: #ED924F;
}
.AnyTagClassName
{
color: #ED924F;
}
</style>
background-color css
<style>
a { background-color: #ED924F; }
a { background-color: rgb(237,146,79); }
div.DivClassName
{
background-color: #ED924F;
}
.BgClassName
{
background-color: #ED924F;
}
</style>
border-color css
<style>
span { border-color: #ED924F; }
span { border-color: rgb(237,146,79); }
td.TdClassName
{
border-color: #ED924F;
}
.TagClassName
{
border-color: #ED924F;
}
</style>