Shades of Sea Buckthorn #EC9652
Tints of Sea Buckthorn #EC9652
RGB
CMYK
RGB Variations
Color information
#EC9652 (or 0xEC9652) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 52. RGB value is (236,150,82). Sum of RGB (Red+Green+Blue) = 236+150+82=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9652 is #1369AD. Grayscale: #A8A8A8. Windows color (decimal): -1272238 or 5412588. OLE color: 5412588.
HSL color Cylindrical-coordinate representation of color #EC9652: hue angle of 26.49º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC9652 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 82 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.07 |
| HSL | 26.49º | 0.8% | 0.62% | - |
| HSV(B) | 26.49º | 0.65% | 0.93% | - |
| XYZ | 47.02 | 40.25 | 13.27 | - |
| YUV | 167.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 82 | 0 | 0.36 | 0.65 | 0.07 | 26.49 | 0.8 | 0.62 |
| Hex | EC | 96 | 52 | 0 | 24 | 41 | 7 | 1A | 50 | 3E |
| Octal | 354 | 226 | 122 | 0 | 44 | 101 | 7 | 32 | 120 | 76 |
| Binary | 11101100 | 10010110 | 1010010 | 0 | 100100 | 1000001 | 111 | 11010 | 1010000 | 111110 |
Color Harmonies of #EC9652
Complementary color
Monochromatic Colors of #EC9652
Black with #EC9652
Text Example
Text Example
White with #EC9652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9652; }
p { color: rgb(236,150,82); }
H1.HeaderClassName
{
color: #EC9652;
}
.AnyTagClassName
{
color: #EC9652;
}
</style>
background-color css
<style>
a { background-color: #EC9652; }
a { background-color: rgb(236,150,82); }
div.DivClassName
{
background-color: #EC9652;
}
.BgClassName
{
background-color: #EC9652;
}
</style>
border-color css
<style>
span { border-color: #EC9652; }
span { border-color: rgb(236,150,82); }
td.TdClassName
{
border-color: #EC9652;
}
.TagClassName
{
border-color: #EC9652;
}
</style>