Shades of Sea Buckthorn #EC9E48
Tints of Sea Buckthorn #EC9E48
RGB
CMYK
RGB Variations
Color information
#EC9E48 (or 0xEC9E48) is known color: Sea Buckthorn. HEX triplet: EC, 9E and 48. RGB value is (236,158,72). Sum of RGB (Red+Green+Blue) = 236+158+72=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E48 is #1361B7. Grayscale: #ABABAB. Windows color (decimal): -1270200 or 4759276. OLE color: 4759276.
HSL color Cylindrical-coordinate representation of color #EC9E48: hue angle of 31.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC9E48 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 72 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.07 |
| HSL | 31.46º | 0.81% | 0.6% | - |
| HSV(B) | 31.46º | 0.69% | 0.93% | - |
| XYZ | 47.99 | 42.75 | 11.85 | - |
| YUV | 171.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 72 | 0 | 0.33 | 0.69 | 0.07 | 31.46 | 0.81 | 0.6 |
| Hex | EC | 9E | 48 | 0 | 21 | 45 | 7 | 1F | 51 | 3C |
| Octal | 354 | 236 | 110 | 0 | 41 | 105 | 7 | 37 | 121 | 74 |
| Binary | 11101100 | 10011110 | 1001000 | 0 | 100001 | 1000101 | 111 | 11111 | 1010001 | 111100 |
Color Harmonies of #EC9E48
Complementary color
Monochromatic Colors of #EC9E48
Black with #EC9E48
Text Example
Text Example
White with #EC9E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E48; }
p { color: rgb(236,158,72); }
H1.HeaderClassName
{
color: #EC9E48;
}
.AnyTagClassName
{
color: #EC9E48;
}
</style>
background-color css
<style>
a { background-color: #EC9E48; }
a { background-color: rgb(236,158,72); }
div.DivClassName
{
background-color: #EC9E48;
}
.BgClassName
{
background-color: #EC9E48;
}
</style>
border-color css
<style>
span { border-color: #EC9E48; }
span { border-color: rgb(236,158,72); }
td.TdClassName
{
border-color: #EC9E48;
}
.TagClassName
{
border-color: #EC9E48;
}
</style>