Shades of Sea Buckthorn #EC9C40
Tints of Sea Buckthorn #EC9C40
RGB
CMYK
RGB Variations
Color information
#EC9C40 (or 0xEC9C40) is known color: Sea Buckthorn. HEX triplet: EC, 9C and 40. RGB value is (236,156,64). Sum of RGB (Red+Green+Blue) = 236+156+64=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C40 is #1363BF. Grayscale: #A9A9A9. Windows color (decimal): -1270720 or 4234476. OLE color: 4234476.
HSL color Cylindrical-coordinate representation of color #EC9C40: hue angle of 32.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC9C40 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 64 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.07 |
| HSL | 32.09º | 0.82% | 0.59% | - |
| HSV(B) | 32.09º | 0.73% | 0.93% | - |
| XYZ | 47.41 | 41.98 | 10.45 | - |
| YUV | 169.43 | 68.5 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 64 | 0 | 0.34 | 0.73 | 0.07 | 32.09 | 0.82 | 0.59 |
| Hex | EC | 9C | 40 | 0 | 22 | 49 | 7 | 20 | 52 | 3B |
| Octal | 354 | 234 | 100 | 0 | 42 | 111 | 7 | 40 | 122 | 73 |
| Binary | 11101100 | 10011100 | 1000000 | 0 | 100010 | 1001001 | 111 | 100000 | 1010010 | 111011 |
Color Harmonies of #EC9C40
Complementary color
Monochromatic Colors of #EC9C40
Black with #EC9C40
Text Example
Text Example
White with #EC9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C40; }
p { color: rgb(236,156,64); }
H1.HeaderClassName
{
color: #EC9C40;
}
.AnyTagClassName
{
color: #EC9C40;
}
</style>
background-color css
<style>
a { background-color: #EC9C40; }
a { background-color: rgb(236,156,64); }
div.DivClassName
{
background-color: #EC9C40;
}
.BgClassName
{
background-color: #EC9C40;
}
</style>
border-color css
<style>
span { border-color: #EC9C40; }
span { border-color: rgb(236,156,64); }
td.TdClassName
{
border-color: #EC9C40;
}
.TagClassName
{
border-color: #EC9C40;
}
</style>