Shades of Sea Buckthorn #EC914B
Tints of Sea Buckthorn #EC914B
RGB
CMYK
RGB Variations
Color information
#EC914B (or 0xEC914B) is known color: Sea Buckthorn. HEX triplet: EC, 91 and 4B. RGB value is (236,145,75). Sum of RGB (Red+Green+Blue) = 236+145+75=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC914B is #136EB4. Grayscale: #A4A4A4. Windows color (decimal): -1273525 or 4952556. OLE color: 4952556.
HSL color Cylindrical-coordinate representation of color #EC914B: hue angle of 26.09º 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 #EC914B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 75 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.07 |
| HSL | 26.09º | 0.81% | 0.61% | - |
| HSV(B) | 26.09º | 0.68% | 0.93% | - |
| XYZ | 45.99 | 38.59 | 11.68 | - |
| YUV | 164.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 75 | 0 | 0.39 | 0.68 | 0.07 | 26.09 | 0.81 | 0.61 |
| Hex | EC | 91 | 4B | 0 | 27 | 44 | 7 | 1A | 51 | 3D |
| Octal | 354 | 221 | 113 | 0 | 47 | 104 | 7 | 32 | 121 | 75 |
| Binary | 11101100 | 10010001 | 1001011 | 0 | 100111 | 1000100 | 111 | 11010 | 1010001 | 111101 |
Color Harmonies of #EC914B
Complementary color
Monochromatic Colors of #EC914B
Black with #EC914B
Text Example
Text Example
White with #EC914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC914B; }
p { color: rgb(236,145,75); }
H1.HeaderClassName
{
color: #EC914B;
}
.AnyTagClassName
{
color: #EC914B;
}
</style>
background-color css
<style>
a { background-color: #EC914B; }
a { background-color: rgb(236,145,75); }
div.DivClassName
{
background-color: #EC914B;
}
.BgClassName
{
background-color: #EC914B;
}
</style>
border-color css
<style>
span { border-color: #EC914B; }
span { border-color: rgb(236,145,75); }
td.TdClassName
{
border-color: #EC914B;
}
.TagClassName
{
border-color: #EC914B;
}
</style>