Shades of Sea Buckthorn #EC9442
Tints of Sea Buckthorn #EC9442
RGB
CMYK
RGB Variations
Color information
#EC9442 (or 0xEC9442) is known color: Sea Buckthorn. HEX triplet: EC, 94 and 42. RGB value is (236,148,66). Sum of RGB (Red+Green+Blue) = 236+148+66=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9442 is #136BBD. Grayscale: #A5A5A5. Windows color (decimal): -1272766 or 4363500. OLE color: 4363500.
HSL color Cylindrical-coordinate representation of color #EC9442: hue angle of 28.94º 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 #EC9442 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 66 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.07 |
| HSL | 28.94º | 0.82% | 0.59% | - |
| HSV(B) | 28.94º | 0.72% | 0.93% | - |
| XYZ | 46.17 | 39.41 | 10.33 | - |
| YUV | 164.96 | 72.15 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 66 | 0 | 0.37 | 0.72 | 0.07 | 28.94 | 0.82 | 0.59 |
| Hex | EC | 94 | 42 | 0 | 25 | 48 | 7 | 1D | 52 | 3B |
| Octal | 354 | 224 | 102 | 0 | 45 | 110 | 7 | 35 | 122 | 73 |
| Binary | 11101100 | 10010100 | 1000010 | 0 | 100101 | 1001000 | 111 | 11101 | 1010010 | 111011 |
Color Harmonies of #EC9442
Complementary color
Monochromatic Colors of #EC9442
Black with #EC9442
Text Example
Text Example
White with #EC9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9442; }
p { color: rgb(236,148,66); }
H1.HeaderClassName
{
color: #EC9442;
}
.AnyTagClassName
{
color: #EC9442;
}
</style>
background-color css
<style>
a { background-color: #EC9442; }
a { background-color: rgb(236,148,66); }
div.DivClassName
{
background-color: #EC9442;
}
.BgClassName
{
background-color: #EC9442;
}
</style>
border-color css
<style>
span { border-color: #EC9442; }
span { border-color: rgb(236,148,66); }
td.TdClassName
{
border-color: #EC9442;
}
.TagClassName
{
border-color: #EC9442;
}
</style>