Shades of Sea Buckthorn #ED924D
Tints of Sea Buckthorn #ED924D
RGB
CMYK
RGB Variations
Color information
#ED924D (or 0xED924D) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 4D. RGB value is (237,146,77). Sum of RGB (Red+Green+Blue) = 237+146+77=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED924D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED924D is #126DB2. Grayscale: #A5A5A5. Windows color (decimal): -1207731 or 5083885. OLE color: 5083885.
HSL color Cylindrical-coordinate representation of color #ED924D: hue angle of 25.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED924D is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 77 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 25.88º | 0.82% | 0.62% | - |
| HSV(B) | 25.88º | 0.68% | 0.93% | - |
| XYZ | 46.54 | 39.1 | 12.11 | - |
| YUV | 165.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 77 | 0 | 0.38 | 0.68 | 0.07 | 25.88 | 0.82 | 0.62 |
| Hex | ED | 92 | 4D | 0 | 26 | 44 | 7 | 1A | 52 | 3E |
| Octal | 355 | 222 | 115 | 0 | 46 | 104 | 7 | 32 | 122 | 76 |
| Binary | 11101101 | 10010010 | 1001101 | 0 | 100110 | 1000100 | 111 | 11010 | 1010010 | 111110 |
Color Harmonies of #ED924D
Complementary color
Monochromatic Colors of #ED924D
Black with #ED924D
Text Example
Text Example
White with #ED924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED924D; }
p { color: rgb(237,146,77); }
H1.HeaderClassName
{
color: #ED924D;
}
.AnyTagClassName
{
color: #ED924D;
}
</style>
background-color css
<style>
a { background-color: #ED924D; }
a { background-color: rgb(237,146,77); }
div.DivClassName
{
background-color: #ED924D;
}
.BgClassName
{
background-color: #ED924D;
}
</style>
border-color css
<style>
span { border-color: #ED924D; }
span { border-color: rgb(237,146,77); }
td.TdClassName
{
border-color: #ED924D;
}
.TagClassName
{
border-color: #ED924D;
}
</style>