Shades of Sea Buckthorn #ED924B
Tints of Sea Buckthorn #ED924B
RGB
CMYK
RGB Variations
Color information
#ED924B (or 0xED924B) is known color: Sea Buckthorn. HEX triplet: ED, 92 and 4B. RGB value is (237,146,75). Sum of RGB (Red+Green+Blue) = 237+146+75=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED924B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED924B is #126DB4. Grayscale: #A5A5A5. Windows color (decimal): -1207733 or 4952813. OLE color: 4952813.
HSL color Cylindrical-coordinate representation of color #ED924B: hue angle of 26.3º 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 #ED924B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 75 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.07 |
| HSL | 26.3º | 0.82% | 0.61% | - |
| HSV(B) | 26.3º | 0.68% | 0.93% | - |
| XYZ | 46.47 | 39.07 | 11.75 | - |
| YUV | 165.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 75 | 0 | 0.38 | 0.68 | 0.07 | 26.3 | 0.82 | 0.61 |
| Hex | ED | 92 | 4B | 0 | 26 | 44 | 7 | 1A | 52 | 3D |
| Octal | 355 | 222 | 113 | 0 | 46 | 104 | 7 | 32 | 122 | 75 |
| Binary | 11101101 | 10010010 | 1001011 | 0 | 100110 | 1000100 | 111 | 11010 | 1010010 | 111101 |
Color Harmonies of #ED924B
Complementary color
Monochromatic Colors of #ED924B
Black with #ED924B
Text Example
Text Example
White with #ED924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED924B; }
p { color: rgb(237,146,75); }
H1.HeaderClassName
{
color: #ED924B;
}
.AnyTagClassName
{
color: #ED924B;
}
</style>
background-color css
<style>
a { background-color: #ED924B; }
a { background-color: rgb(237,146,75); }
div.DivClassName
{
background-color: #ED924B;
}
.BgClassName
{
background-color: #ED924B;
}
</style>
border-color css
<style>
span { border-color: #ED924B; }
span { border-color: rgb(237,146,75); }
td.TdClassName
{
border-color: #ED924B;
}
.TagClassName
{
border-color: #ED924B;
}
</style>