Shades of Sea Buckthorn #EC9642
Tints of Sea Buckthorn #EC9642
RGB
CMYK
RGB Variations
Color information
#EC9642 (or 0xEC9642) is known color: Sea Buckthorn. HEX triplet: EC, 96 and 42. RGB value is (236,150,66). Sum of RGB (Red+Green+Blue) = 236+150+66=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9642 is #1369BD. Grayscale: #A6A6A6. Windows color (decimal): -1272254 or 4364012. OLE color: 4364012.
HSL color Cylindrical-coordinate representation of color #EC9642: hue angle of 29.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC9642 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 66 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.07 |
| HSL | 29.65º | 0.82% | 0.59% | - |
| HSV(B) | 29.65º | 0.72% | 0.93% | - |
| XYZ | 46.48 | 40.04 | 10.43 | - |
| YUV | 166.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 66 | 0 | 0.36 | 0.72 | 0.07 | 29.65 | 0.82 | 0.59 |
| Hex | EC | 96 | 42 | 0 | 24 | 48 | 7 | 1E | 52 | 3B |
| Octal | 354 | 226 | 102 | 0 | 44 | 110 | 7 | 36 | 122 | 73 |
| Binary | 11101100 | 10010110 | 1000010 | 0 | 100100 | 1001000 | 111 | 11110 | 1010010 | 111011 |
Color Harmonies of #EC9642
Complementary color
Monochromatic Colors of #EC9642
Black with #EC9642
Text Example
Text Example
White with #EC9642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9642; }
p { color: rgb(236,150,66); }
H1.HeaderClassName
{
color: #EC9642;
}
.AnyTagClassName
{
color: #EC9642;
}
</style>
background-color css
<style>
a { background-color: #EC9642; }
a { background-color: rgb(236,150,66); }
div.DivClassName
{
background-color: #EC9642;
}
.BgClassName
{
background-color: #EC9642;
}
</style>
border-color css
<style>
span { border-color: #EC9642; }
span { border-color: rgb(236,150,66); }
td.TdClassName
{
border-color: #EC9642;
}
.TagClassName
{
border-color: #EC9642;
}
</style>