Shades of Sea Buckthorn #EC904D
Tints of Sea Buckthorn #EC904D
RGB
CMYK
RGB Variations
Color information
#EC904D (or 0xEC904D) is known color: Sea Buckthorn. HEX triplet: EC, 90 and 4D. RGB value is (236,144,77). Sum of RGB (Red+Green+Blue) = 236+144+77=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC904D is #136FB2. Grayscale: #A4A4A4. Windows color (decimal): -1273779 or 5083372. OLE color: 5083372.
HSL color Cylindrical-coordinate representation of color #EC904D: hue angle of 25.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC904D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 77 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.07 |
| HSL | 25.28º | 0.81% | 0.61% | - |
| HSV(B) | 25.28º | 0.67% | 0.93% | - |
| XYZ | 45.9 | 38.32 | 12 | - |
| YUV | 163.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 77 | 0 | 0.39 | 0.67 | 0.07 | 25.28 | 0.81 | 0.61 |
| Hex | EC | 90 | 4D | 0 | 27 | 43 | 7 | 19 | 51 | 3D |
| Octal | 354 | 220 | 115 | 0 | 47 | 103 | 7 | 31 | 121 | 75 |
| Binary | 11101100 | 10010000 | 1001101 | 0 | 100111 | 1000011 | 111 | 11001 | 1010001 | 111101 |
Color Harmonies of #EC904D
Complementary color
Monochromatic Colors of #EC904D
Black with #EC904D
Text Example
Text Example
White with #EC904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC904D; }
p { color: rgb(236,144,77); }
H1.HeaderClassName
{
color: #EC904D;
}
.AnyTagClassName
{
color: #EC904D;
}
</style>
background-color css
<style>
a { background-color: #EC904D; }
a { background-color: rgb(236,144,77); }
div.DivClassName
{
background-color: #EC904D;
}
.BgClassName
{
background-color: #EC904D;
}
</style>
border-color css
<style>
span { border-color: #EC904D; }
span { border-color: rgb(236,144,77); }
td.TdClassName
{
border-color: #EC904D;
}
.TagClassName
{
border-color: #EC904D;
}
</style>