Shades of Sea Buckthorn #ED953F
Tints of Sea Buckthorn #ED953F
RGB
CMYK
RGB Variations
Color information
#ED953F (or 0xED953F) is known color: Sea Buckthorn. HEX triplet: ED, 95 and 3F. RGB value is (237,149,63). Sum of RGB (Red+Green+Blue) = 237+149+63=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED953F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED953F is #126AC0. Grayscale: #A5A5A5. Windows color (decimal): -1206977 or 4167149. OLE color: 4167149.
HSL color Cylindrical-coordinate representation of color #ED953F: hue angle of 29.66º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED953F is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 63 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.07 |
| HSL | 29.66º | 0.83% | 0.59% | - |
| HSV(B) | 29.66º | 0.73% | 0.93% | - |
| XYZ | 46.57 | 39.86 | 9.94 | - |
| YUV | 165.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 63 | 0 | 0.37 | 0.73 | 0.07 | 29.66 | 0.83 | 0.59 |
| Hex | ED | 95 | 3F | 0 | 25 | 49 | 7 | 1E | 53 | 3B |
| Octal | 355 | 225 | 77 | 0 | 45 | 111 | 7 | 36 | 123 | 73 |
| Binary | 11101101 | 10010101 | 111111 | 0 | 100101 | 1001001 | 111 | 11110 | 1010011 | 111011 |
Color Harmonies of #ED953F
Complementary color
Monochromatic Colors of #ED953F
Black with #ED953F
Text Example
Text Example
White with #ED953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED953F; }
p { color: rgb(237,149,63); }
H1.HeaderClassName
{
color: #ED953F;
}
.AnyTagClassName
{
color: #ED953F;
}
</style>
background-color css
<style>
a { background-color: #ED953F; }
a { background-color: rgb(237,149,63); }
div.DivClassName
{
background-color: #ED953F;
}
.BgClassName
{
background-color: #ED953F;
}
</style>
border-color css
<style>
span { border-color: #ED953F; }
span { border-color: rgb(237,149,63); }
td.TdClassName
{
border-color: #ED953F;
}
.TagClassName
{
border-color: #ED953F;
}
</style>