Shades of Sea Buckthorn #ED904D
Tints of Sea Buckthorn #ED904D
RGB
CMYK
RGB Variations
Color information
#ED904D (or 0xED904D) is known color: Sea Buckthorn. HEX triplet: ED, 90 and 4D. RGB value is (237,144,77). Sum of RGB (Red+Green+Blue) = 237+144+77=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED904D is #126FB2. Grayscale: #A4A4A4. Windows color (decimal): -1208243 or 5083373. OLE color: 5083373.
HSL color Cylindrical-coordinate representation of color #ED904D: hue angle of 25.12º 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 #ED904D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 77 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.13º | 0.82% | 0.62% | - |
| HSV(B) | 25.13º | 0.68% | 0.93% | - |
| XYZ | 46.24 | 38.49 | 12.01 | - |
| YUV | 164.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 77 | 0 | 0.39 | 0.68 | 0.07 | 25.13 | 0.82 | 0.62 |
| Hex | ED | 90 | 4D | 0 | 27 | 44 | 7 | 19 | 52 | 3E |
| Octal | 355 | 220 | 115 | 0 | 47 | 104 | 7 | 31 | 122 | 76 |
| Binary | 11101101 | 10010000 | 1001101 | 0 | 100111 | 1000100 | 111 | 11001 | 1010010 | 111110 |
Color Harmonies of #ED904D
Complementary color
Monochromatic Colors of #ED904D
Black with #ED904D
Text Example
Text Example
White with #ED904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED904D; }
p { color: rgb(237,144,77); }
H1.HeaderClassName
{
color: #ED904D;
}
.AnyTagClassName
{
color: #ED904D;
}
</style>
background-color css
<style>
a { background-color: #ED904D; }
a { background-color: rgb(237,144,77); }
div.DivClassName
{
background-color: #ED904D;
}
.BgClassName
{
background-color: #ED904D;
}
</style>
border-color css
<style>
span { border-color: #ED904D; }
span { border-color: rgb(237,144,77); }
td.TdClassName
{
border-color: #ED904D;
}
.TagClassName
{
border-color: #ED904D;
}
</style>