Shades of Sea Buckthorn #EC9C4C
Tints of Sea Buckthorn #EC9C4C
RGB
CMYK
RGB Variations
Color information
#EC9C4C (or 0xEC9C4C) is known color: Sea Buckthorn. HEX triplet: EC, 9C and 4C. RGB value is (236,156,76). Sum of RGB (Red+Green+Blue) = 236+156+76=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C4C is #1363B3. Grayscale: #ABABAB. Windows color (decimal): -1270708 or 5020908. OLE color: 5020908.
HSL color Cylindrical-coordinate representation of color #EC9C4C: hue angle of 30º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC9C4C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 76 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.07 |
| HSL | 30º | 0.81% | 0.61% | - |
| HSV(B) | 30º | 0.68% | 0.93% | - |
| XYZ | 47.79 | 42.13 | 12.45 | - |
| YUV | 170.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 76 | 0 | 0.34 | 0.68 | 0.07 | 30 | 0.81 | 0.61 |
| Hex | EC | 9C | 4C | 0 | 22 | 44 | 7 | 1E | 51 | 3D |
| Octal | 354 | 234 | 114 | 0 | 42 | 104 | 7 | 36 | 121 | 75 |
| Binary | 11101100 | 10011100 | 1001100 | 0 | 100010 | 1000100 | 111 | 11110 | 1010001 | 111101 |
Color Harmonies of #EC9C4C
Complementary color
Monochromatic Colors of #EC9C4C
Black with #EC9C4C
Text Example
Text Example
White with #EC9C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C4C; }
p { color: rgb(236,156,76); }
H1.HeaderClassName
{
color: #EC9C4C;
}
.AnyTagClassName
{
color: #EC9C4C;
}
</style>
background-color css
<style>
a { background-color: #EC9C4C; }
a { background-color: rgb(236,156,76); }
div.DivClassName
{
background-color: #EC9C4C;
}
.BgClassName
{
background-color: #EC9C4C;
}
</style>
border-color css
<style>
span { border-color: #EC9C4C; }
span { border-color: rgb(236,156,76); }
td.TdClassName
{
border-color: #EC9C4C;
}
.TagClassName
{
border-color: #EC9C4C;
}
</style>