Shades of Sea Buckthorn #EC9352
Tints of Sea Buckthorn #EC9352
RGB
CMYK
RGB Variations
Color information
#EC9352 (or 0xEC9352) is known color: Sea Buckthorn. HEX triplet: EC, 93 and 52. RGB value is (236,147,82). Sum of RGB (Red+Green+Blue) = 236+147+82=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9352 is #136CAD. Grayscale: #A6A6A6. Windows color (decimal): -1273006 or 5411820. OLE color: 5411820.
HSL color Cylindrical-coordinate representation of color #EC9352: hue angle of 25.32º 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 #EC9352 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 82 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.07 |
| HSL | 25.32º | 0.8% | 0.62% | - |
| HSV(B) | 25.32º | 0.65% | 0.93% | - |
| XYZ | 46.55 | 39.31 | 13.12 | - |
| YUV | 166.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 82 | 0 | 0.38 | 0.65 | 0.07 | 25.32 | 0.8 | 0.62 |
| Hex | EC | 93 | 52 | 0 | 26 | 41 | 7 | 19 | 50 | 3E |
| Octal | 354 | 223 | 122 | 0 | 46 | 101 | 7 | 31 | 120 | 76 |
| Binary | 11101100 | 10010011 | 1010010 | 0 | 100110 | 1000001 | 111 | 11001 | 1010000 | 111110 |
Color Harmonies of #EC9352
Complementary color
Monochromatic Colors of #EC9352
Black with #EC9352
Text Example
Text Example
White with #EC9352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9352; }
p { color: rgb(236,147,82); }
H1.HeaderClassName
{
color: #EC9352;
}
.AnyTagClassName
{
color: #EC9352;
}
</style>
background-color css
<style>
a { background-color: #EC9352; }
a { background-color: rgb(236,147,82); }
div.DivClassName
{
background-color: #EC9352;
}
.BgClassName
{
background-color: #EC9352;
}
</style>
border-color css
<style>
span { border-color: #EC9352; }
span { border-color: rgb(236,147,82); }
td.TdClassName
{
border-color: #EC9352;
}
.TagClassName
{
border-color: #EC9352;
}
</style>