Shades of Sea Buckthorn #EC9B4D
Tints of Sea Buckthorn #EC9B4D
RGB
CMYK
RGB Variations
Color information
#EC9B4D (or 0xEC9B4D) is known color: Sea Buckthorn. HEX triplet: EC, 9B and 4D. RGB value is (236,155,77). Sum of RGB (Red+Green+Blue) = 236+155+77=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9B4D is #1364B2. Grayscale: #AAAAAA. Windows color (decimal): -1270963 or 5086188. OLE color: 5086188.
HSL color Cylindrical-coordinate representation of color #EC9B4D: hue angle of 29.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC9B4D is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 77 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.07 |
| HSL | 29.43º | 0.81% | 0.61% | - |
| HSV(B) | 29.43º | 0.67% | 0.93% | - |
| XYZ | 47.65 | 41.81 | 12.58 | - |
| YUV | 170.33 | 75.34 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 77 | 0 | 0.34 | 0.67 | 0.07 | 29.43 | 0.81 | 0.61 |
| Hex | EC | 9B | 4D | 0 | 22 | 43 | 7 | 1D | 51 | 3D |
| Octal | 354 | 233 | 115 | 0 | 42 | 103 | 7 | 35 | 121 | 75 |
| Binary | 11101100 | 10011011 | 1001101 | 0 | 100010 | 1000011 | 111 | 11101 | 1010001 | 111101 |
Color Harmonies of #EC9B4D
Complementary color
Monochromatic Colors of #EC9B4D
Black with #EC9B4D
Text Example
Text Example
White with #EC9B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B4D; }
p { color: rgb(236,155,77); }
H1.HeaderClassName
{
color: #EC9B4D;
}
.AnyTagClassName
{
color: #EC9B4D;
}
</style>
background-color css
<style>
a { background-color: #EC9B4D; }
a { background-color: rgb(236,155,77); }
div.DivClassName
{
background-color: #EC9B4D;
}
.BgClassName
{
background-color: #EC9B4D;
}
</style>
border-color css
<style>
span { border-color: #EC9B4D; }
span { border-color: rgb(236,155,77); }
td.TdClassName
{
border-color: #EC9B4D;
}
.TagClassName
{
border-color: #EC9B4D;
}
</style>