Shades of Sea Buckthorn #ED9442
Tints of Sea Buckthorn #ED9442
RGB
CMYK
RGB Variations
Color information
#ED9442 (or 0xED9442) is known color: Sea Buckthorn. HEX triplet: ED, 94 and 42. RGB value is (237,148,66). Sum of RGB (Red+Green+Blue) = 237+148+66=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9442 is #126BBD. Grayscale: #A5A5A5. Windows color (decimal): -1207230 or 4363501. OLE color: 4363501.
HSL color Cylindrical-coordinate representation of color #ED9442: hue angle of 28.77º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED9442 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 66 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.07 |
| HSL | 28.77º | 0.83% | 0.59% | - |
| HSV(B) | 28.77º | 0.72% | 0.93% | - |
| XYZ | 46.5 | 39.58 | 10.34 | - |
| YUV | 165.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 66 | 0 | 0.38 | 0.72 | 0.07 | 28.77 | 0.83 | 0.59 |
| Hex | ED | 94 | 42 | 0 | 26 | 48 | 7 | 1D | 53 | 3B |
| Octal | 355 | 224 | 102 | 0 | 46 | 110 | 7 | 35 | 123 | 73 |
| Binary | 11101101 | 10010100 | 1000010 | 0 | 100110 | 1001000 | 111 | 11101 | 1010011 | 111011 |
Color Harmonies of #ED9442
Complementary color
Monochromatic Colors of #ED9442
Black with #ED9442
Text Example
Text Example
White with #ED9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9442; }
p { color: rgb(237,148,66); }
H1.HeaderClassName
{
color: #ED9442;
}
.AnyTagClassName
{
color: #ED9442;
}
</style>
background-color css
<style>
a { background-color: #ED9442; }
a { background-color: rgb(237,148,66); }
div.DivClassName
{
background-color: #ED9442;
}
.BgClassName
{
background-color: #ED9442;
}
</style>
border-color css
<style>
span { border-color: #ED9442; }
span { border-color: rgb(237,148,66); }
td.TdClassName
{
border-color: #ED9442;
}
.TagClassName
{
border-color: #ED9442;
}
</style>