Shades of Sea Buckthorn #EC904B
Tints of Sea Buckthorn #EC904B
RGB
CMYK
RGB Variations
Color information
#EC904B (or 0xEC904B) is known color: Sea Buckthorn. HEX triplet: EC, 90 and 4B. RGB value is (236,144,75). Sum of RGB (Red+Green+Blue) = 236+144+75=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC904B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC904B is #136FB4. Grayscale: #A4A4A4. Windows color (decimal): -1273781 or 4952300. OLE color: 4952300.
HSL color Cylindrical-coordinate representation of color #EC904B: hue angle of 25.71º 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 #EC904B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 75 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 25.71º | 0.81% | 0.61% | - |
| HSV(B) | 25.71º | 0.68% | 0.93% | - |
| XYZ | 45.84 | 38.29 | 11.63 | - |
| YUV | 163.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 75 | 0 | 0.39 | 0.68 | 0.07 | 25.71 | 0.81 | 0.61 |
| Hex | EC | 90 | 4B | 0 | 27 | 44 | 7 | 1A | 51 | 3D |
| Octal | 354 | 220 | 113 | 0 | 47 | 104 | 7 | 32 | 121 | 75 |
| Binary | 11101100 | 10010000 | 1001011 | 0 | 100111 | 1000100 | 111 | 11010 | 1010001 | 111101 |
Color Harmonies of #EC904B
Complementary color
Monochromatic Colors of #EC904B
Black with #EC904B
Text Example
Text Example
White with #EC904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC904B; }
p { color: rgb(236,144,75); }
H1.HeaderClassName
{
color: #EC904B;
}
.AnyTagClassName
{
color: #EC904B;
}
</style>
background-color css
<style>
a { background-color: #EC904B; }
a { background-color: rgb(236,144,75); }
div.DivClassName
{
background-color: #EC904B;
}
.BgClassName
{
background-color: #EC904B;
}
</style>
border-color css
<style>
span { border-color: #EC904B; }
span { border-color: rgb(236,144,75); }
td.TdClassName
{
border-color: #EC904B;
}
.TagClassName
{
border-color: #EC904B;
}
</style>