Shades of Sea Buckthorn #ED9041
Tints of Sea Buckthorn #ED9041
RGB
CMYK
RGB Variations
Color information
#ED9041 (or 0xED9041) is known color: Sea Buckthorn. HEX triplet: ED, 90 and 41. RGB value is (237,144,65). Sum of RGB (Red+Green+Blue) = 237+144+65=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9041 is #126FBE. Grayscale: #A3A3A3. Windows color (decimal): -1208255 or 4296941. OLE color: 4296941.
HSL color Cylindrical-coordinate representation of color #ED9041: hue angle of 27.56º 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 #ED9041 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 65 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 27.56º | 0.83% | 0.59% | - |
| HSV(B) | 27.56º | 0.73% | 0.93% | - |
| XYZ | 45.85 | 38.33 | 9.98 | - |
| YUV | 162.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 65 | 0 | 0.39 | 0.73 | 0.07 | 27.56 | 0.83 | 0.59 |
| Hex | ED | 90 | 41 | 0 | 27 | 49 | 7 | 1C | 53 | 3B |
| Octal | 355 | 220 | 101 | 0 | 47 | 111 | 7 | 34 | 123 | 73 |
| Binary | 11101101 | 10010000 | 1000001 | 0 | 100111 | 1001001 | 111 | 11100 | 1010011 | 111011 |
Color Harmonies of #ED9041
Complementary color
Monochromatic Colors of #ED9041
Black with #ED9041
Text Example
Text Example
White with #ED9041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9041; }
p { color: rgb(237,144,65); }
H1.HeaderClassName
{
color: #ED9041;
}
.AnyTagClassName
{
color: #ED9041;
}
</style>
background-color css
<style>
a { background-color: #ED9041; }
a { background-color: rgb(237,144,65); }
div.DivClassName
{
background-color: #ED9041;
}
.BgClassName
{
background-color: #ED9041;
}
</style>
border-color css
<style>
span { border-color: #ED9041; }
span { border-color: rgb(237,144,65); }
td.TdClassName
{
border-color: #ED9041;
}
.TagClassName
{
border-color: #ED9041;
}
</style>