Shades of Gamboge #EC8F11
Tints of Gamboge #EC8F11
RGB
CMYK
RGB Variations
Color information
#EC8F11 (or 0xEC8F11) is known color: Gamboge. HEX triplet: EC, 8F and 11. RGB value is (236,143,17). Sum of RGB (Red+Green+Blue) = 236+143+17=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F11 is #1370EE. Grayscale: #9D9D9D. Windows color (decimal): -1274095 or 1150956. OLE color: 1150956.
HSL color Cylindrical-coordinate representation of color #EC8F11: hue angle of 34.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8F11 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 34.52º | 0.87% | 0.5% | - |
| HSV(B) | 34.52º | 0.93% | 0.93% | - |
| XYZ | 44.52 | 37.52 | 5.43 | - |
| YUV | 156.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 17 | 0 | 0.39 | 0.93 | 0.07 | 34.52 | 0.87 | 0.5 |
| Hex | EC | 8F | 11 | 0 | 27 | 5D | 7 | 23 | 57 | 32 |
| Octal | 354 | 217 | 21 | 0 | 47 | 135 | 7 | 43 | 127 | 62 |
| Binary | 11101100 | 10001111 | 10001 | 0 | 100111 | 1011101 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EC8F11
Complementary color
Monochromatic Colors of #EC8F11
Black with #EC8F11
Text Example
Text Example
White with #EC8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F11; }
p { color: rgb(236,143,17); }
H1.HeaderClassName
{
color: #EC8F11;
}
.AnyTagClassName
{
color: #EC8F11;
}
</style>
background-color css
<style>
a { background-color: #EC8F11; }
a { background-color: rgb(236,143,17); }
div.DivClassName
{
background-color: #EC8F11;
}
.BgClassName
{
background-color: #EC8F11;
}
</style>
border-color css
<style>
span { border-color: #EC8F11; }
span { border-color: rgb(236,143,17); }
td.TdClassName
{
border-color: #EC8F11;
}
.TagClassName
{
border-color: #EC8F11;
}
</style>