Shades of Sea Buckthorn #EC904C
Tints of Sea Buckthorn #EC904C
RGB
CMYK
RGB Variations
Color information
#EC904C (or 0xEC904C) is known color: Sea Buckthorn. HEX triplet: EC, 90 and 4C. RGB value is (236,144,76). Sum of RGB (Red+Green+Blue) = 236+144+76=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC904C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC904C is #136FB3. Grayscale: #A4A4A4. Windows color (decimal): -1273780 or 5017836. OLE color: 5017836.
HSL color Cylindrical-coordinate representation of color #EC904C: hue angle of 25.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC904C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 76 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.5º | 0.81% | 0.61% | - |
| HSV(B) | 25.5º | 0.68% | 0.93% | - |
| XYZ | 45.87 | 38.3 | 11.81 | - |
| YUV | 163.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 76 | 0 | 0.39 | 0.68 | 0.07 | 25.5 | 0.81 | 0.61 |
| Hex | EC | 90 | 4C | 0 | 27 | 44 | 7 | 1A | 51 | 3D |
| Octal | 354 | 220 | 114 | 0 | 47 | 104 | 7 | 32 | 121 | 75 |
| Binary | 11101100 | 10010000 | 1001100 | 0 | 100111 | 1000100 | 111 | 11010 | 1010001 | 111101 |
Color Harmonies of #EC904C
Complementary color
Monochromatic Colors of #EC904C
Black with #EC904C
Text Example
Text Example
White with #EC904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC904C; }
p { color: rgb(236,144,76); }
H1.HeaderClassName
{
color: #EC904C;
}
.AnyTagClassName
{
color: #EC904C;
}
</style>
background-color css
<style>
a { background-color: #EC904C; }
a { background-color: rgb(236,144,76); }
div.DivClassName
{
background-color: #EC904C;
}
.BgClassName
{
background-color: #EC904C;
}
</style>
border-color css
<style>
span { border-color: #EC904C; }
span { border-color: rgb(236,144,76); }
td.TdClassName
{
border-color: #EC904C;
}
.TagClassName
{
border-color: #EC904C;
}
</style>