Shades of Sea Buckthorn #EC9344
Tints of Sea Buckthorn #EC9344
RGB
CMYK
RGB Variations
Color information
#EC9344 (or 0xEC9344) is known color: Sea Buckthorn. HEX triplet: EC, 93 and 44. RGB value is (236,147,68). Sum of RGB (Red+Green+Blue) = 236+147+68=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9344 is #136CBB. Grayscale: #A5A5A5. Windows color (decimal): -1273020 or 4494316. OLE color: 4494316.
HSL color Cylindrical-coordinate representation of color #EC9344: hue angle of 28.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC9344 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 68 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.07 |
| HSL | 28.21º | 0.82% | 0.6% | - |
| HSV(B) | 28.21º | 0.71% | 0.93% | - |
| XYZ | 46.07 | 39.12 | 10.59 | - |
| YUV | 164.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 68 | 0 | 0.38 | 0.71 | 0.07 | 28.21 | 0.82 | 0.6 |
| Hex | EC | 93 | 44 | 0 | 26 | 47 | 7 | 1C | 52 | 3C |
| Octal | 354 | 223 | 104 | 0 | 46 | 107 | 7 | 34 | 122 | 74 |
| Binary | 11101100 | 10010011 | 1000100 | 0 | 100110 | 1000111 | 111 | 11100 | 1010010 | 111100 |
Color Harmonies of #EC9344
Complementary color
Monochromatic Colors of #EC9344
Black with #EC9344
Text Example
Text Example
White with #EC9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9344; }
p { color: rgb(236,147,68); }
H1.HeaderClassName
{
color: #EC9344;
}
.AnyTagClassName
{
color: #EC9344;
}
</style>
background-color css
<style>
a { background-color: #EC9344; }
a { background-color: rgb(236,147,68); }
div.DivClassName
{
background-color: #EC9344;
}
.BgClassName
{
background-color: #EC9344;
}
</style>
border-color css
<style>
span { border-color: #EC9344; }
span { border-color: rgb(236,147,68); }
td.TdClassName
{
border-color: #EC9344;
}
.TagClassName
{
border-color: #EC9344;
}
</style>