Shades of Sea Buckthorn #EC9C53
Tints of Sea Buckthorn #EC9C53
RGB
CMYK
RGB Variations
Color information
#EC9C53 (or 0xEC9C53) is known color: Sea Buckthorn. HEX triplet: EC, 9C and 53. RGB value is (236,156,83). Sum of RGB (Red+Green+Blue) = 236+156+83=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9C53 is #1363AC. Grayscale: #ABABAB. Windows color (decimal): -1270701 or 5479660. OLE color: 5479660.
HSL color Cylindrical-coordinate representation of color #EC9C53: hue angle of 28.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC9C53 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 83 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.07 |
| HSL | 28.63º | 0.8% | 0.63% | - |
| HSV(B) | 28.63º | 0.65% | 0.93% | - |
| XYZ | 48.04 | 42.23 | 13.8 | - |
| YUV | 171.6 | 78 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 83 | 0 | 0.34 | 0.65 | 0.07 | 28.63 | 0.8 | 0.63 |
| Hex | EC | 9C | 53 | 0 | 22 | 41 | 7 | 1D | 50 | 3F |
| Octal | 354 | 234 | 123 | 0 | 42 | 101 | 7 | 35 | 120 | 77 |
| Binary | 11101100 | 10011100 | 1010011 | 0 | 100010 | 1000001 | 111 | 11101 | 1010000 | 111111 |
Color Harmonies of #EC9C53
Complementary color
Monochromatic Colors of #EC9C53
Black with #EC9C53
Text Example
Text Example
White with #EC9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C53; }
p { color: rgb(236,156,83); }
H1.HeaderClassName
{
color: #EC9C53;
}
.AnyTagClassName
{
color: #EC9C53;
}
</style>
background-color css
<style>
a { background-color: #EC9C53; }
a { background-color: rgb(236,156,83); }
div.DivClassName
{
background-color: #EC9C53;
}
.BgClassName
{
background-color: #EC9C53;
}
</style>
border-color css
<style>
span { border-color: #EC9C53; }
span { border-color: rgb(236,156,83); }
td.TdClassName
{
border-color: #EC9C53;
}
.TagClassName
{
border-color: #EC9C53;
}
</style>