Shades of Sea Buckthorn #EC914D
Tints of Sea Buckthorn #EC914D
RGB
CMYK
RGB Variations
Color information
#EC914D (or 0xEC914D) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 4D. RGB value is (236,145,77). Sum of RGB (Red+Green+Blue) = 236+145+77=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC914D is #136EB2. Grayscale: #A4A4A4. Windows color (decimal): -1273523 or 5083628. OLE color: 5083628.
HSL color Cylindrical-coordinate representation of color #EC914D: hue angle of 25.66º 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 #EC914D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 77 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.07 |
| HSL | 25.66º | 0.81% | 0.61% | - |
| HSV(B) | 25.66º | 0.67% | 0.93% | - |
| XYZ | 46.06 | 38.62 | 12.05 | - |
| YUV | 164.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 77 | 0 | 0.39 | 0.67 | 0.07 | 25.66 | 0.81 | 0.61 |
| Hex | EC | 91 | 4D | 0 | 27 | 43 | 7 | 1A | 51 | 3D |
| Octal | 354 | 221 | 115 | 0 | 47 | 103 | 7 | 32 | 121 | 75 |
| Binary | 11101100 | 10010001 | 1001101 | 0 | 100111 | 1000011 | 111 | 11010 | 1010001 | 111101 |
Color Harmonies of #EC914D
Complementary color
Monochromatic Colors of #EC914D
Black with #EC914D
Text Example
Text Example
White with #EC914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC914D; }
p { color: rgb(236,145,77); }
H1.HeaderClassName
{
color: #EC914D;
}
.AnyTagClassName
{
color: #EC914D;
}
</style>
background-color css
<style>
a { background-color: #EC914D; }
a { background-color: rgb(236,145,77); }
div.DivClassName
{
background-color: #EC914D;
}
.BgClassName
{
background-color: #EC914D;
}
</style>
border-color css
<style>
span { border-color: #EC914D; }
span { border-color: rgb(236,145,77); }
td.TdClassName
{
border-color: #EC914D;
}
.TagClassName
{
border-color: #EC914D;
}
</style>