Shades of Sea Buckthorn #EC914F
Tints of Sea Buckthorn #EC914F
RGB
CMYK
RGB Variations
Color information
#EC914F (or 0xEC914F) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 4F. RGB value is (236,145,79). Sum of RGB (Red+Green+Blue) = 236+145+79=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC914F is #136EB0. Grayscale: #A5A5A5. Windows color (decimal): -1273521 or 5214700. OLE color: 5214700.
HSL color Cylindrical-coordinate representation of color #EC914F: hue angle of 25.22º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC914F is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 79 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.07 |
| HSL | 25.22º | 0.81% | 0.62% | - |
| HSV(B) | 25.22º | 0.67% | 0.93% | - |
| XYZ | 46.13 | 38.65 | 12.43 | - |
| YUV | 164.69 | 79.65 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 79 | 0 | 0.39 | 0.67 | 0.07 | 25.22 | 0.81 | 0.62 |
| Hex | EC | 91 | 4F | 0 | 27 | 43 | 7 | 19 | 51 | 3E |
| Octal | 354 | 221 | 117 | 0 | 47 | 103 | 7 | 31 | 121 | 76 |
| Binary | 11101100 | 10010001 | 1001111 | 0 | 100111 | 1000011 | 111 | 11001 | 1010001 | 111110 |
Color Harmonies of #EC914F
Complementary color
Monochromatic Colors of #EC914F
Black with #EC914F
Text Example
Text Example
White with #EC914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC914F; }
p { color: rgb(236,145,79); }
H1.HeaderClassName
{
color: #EC914F;
}
.AnyTagClassName
{
color: #EC914F;
}
</style>
background-color css
<style>
a { background-color: #EC914F; }
a { background-color: rgb(236,145,79); }
div.DivClassName
{
background-color: #EC914F;
}
.BgClassName
{
background-color: #EC914F;
}
</style>
border-color css
<style>
span { border-color: #EC914F; }
span { border-color: rgb(236,145,79); }
td.TdClassName
{
border-color: #EC914F;
}
.TagClassName
{
border-color: #EC914F;
}
</style>