Shades of Sea Buckthorn #EC974B
Tints of Sea Buckthorn #EC974B
RGB
CMYK
RGB Variations
Color information
#EC974B (or 0xEC974B) is known color: Sea Buckthorn. HEX triplet: EC, 97 and 4B. RGB value is (236,151,75). Sum of RGB (Red+Green+Blue) = 236+151+75=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC974B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC974B is #1368B4. Grayscale: #A8A8A8. Windows color (decimal): -1271989 or 4954092. OLE color: 4954092.
HSL color Cylindrical-coordinate representation of color #EC974B: hue angle of 28.32º 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 #EC974B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 75 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.07 |
| HSL | 28.32º | 0.81% | 0.61% | - |
| HSV(B) | 28.32º | 0.68% | 0.93% | - |
| XYZ | 46.93 | 40.47 | 12 | - |
| YUV | 167.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 75 | 0 | 0.36 | 0.68 | 0.07 | 28.32 | 0.81 | 0.61 |
| Hex | EC | 97 | 4B | 0 | 24 | 44 | 7 | 1C | 51 | 3D |
| Octal | 354 | 227 | 113 | 0 | 44 | 104 | 7 | 34 | 121 | 75 |
| Binary | 11101100 | 10010111 | 1001011 | 0 | 100100 | 1000100 | 111 | 11100 | 1010001 | 111101 |
Color Harmonies of #EC974B
Complementary color
Monochromatic Colors of #EC974B
Black with #EC974B
Text Example
Text Example
White with #EC974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC974B; }
p { color: rgb(236,151,75); }
H1.HeaderClassName
{
color: #EC974B;
}
.AnyTagClassName
{
color: #EC974B;
}
</style>
background-color css
<style>
a { background-color: #EC974B; }
a { background-color: rgb(236,151,75); }
div.DivClassName
{
background-color: #EC974B;
}
.BgClassName
{
background-color: #EC974B;
}
</style>
border-color css
<style>
span { border-color: #EC974B; }
span { border-color: rgb(236,151,75); }
td.TdClassName
{
border-color: #EC974B;
}
.TagClassName
{
border-color: #EC974B;
}
</style>