Shades of Gamboge #EC8F10
Tints of Gamboge #EC8F10
RGB
CMYK
RGB Variations
Color information
#EC8F10 (or 0xEC8F10) is known color: Gamboge. HEX triplet: EC, 8F and 10. RGB value is (236,143,16). Sum of RGB (Red+Green+Blue) = 236+143+16=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F10 is #1370EF. Grayscale: #9C9C9C. Windows color (decimal): -1274096 or 1085420. OLE color: 1085420.
HSL color Cylindrical-coordinate representation of color #EC8F10: hue angle of 34.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8F10 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 34.64º | 0.87% | 0.49% | - |
| HSV(B) | 34.64º | 0.93% | 0.93% | - |
| XYZ | 44.51 | 37.52 | 5.39 | - |
| YUV | 156.33 | 48.81 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 16 | 0 | 0.39 | 0.93 | 0.07 | 34.64 | 0.87 | 0.49 |
| Hex | EC | 8F | 10 | 0 | 27 | 5D | 7 | 23 | 57 | 31 |
| Octal | 354 | 217 | 20 | 0 | 47 | 135 | 7 | 43 | 127 | 61 |
| Binary | 11101100 | 10001111 | 10000 | 0 | 100111 | 1011101 | 111 | 100011 | 1010111 | 110001 |
Color Harmonies of #EC8F10
Complementary color
Monochromatic Colors of #EC8F10
Black with #EC8F10
Text Example
Text Example
White with #EC8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F10; }
p { color: rgb(236,143,16); }
H1.HeaderClassName
{
color: #EC8F10;
}
.AnyTagClassName
{
color: #EC8F10;
}
</style>
background-color css
<style>
a { background-color: #EC8F10; }
a { background-color: rgb(236,143,16); }
div.DivClassName
{
background-color: #EC8F10;
}
.BgClassName
{
background-color: #EC8F10;
}
</style>
border-color css
<style>
span { border-color: #EC8F10; }
span { border-color: rgb(236,143,16); }
td.TdClassName
{
border-color: #EC8F10;
}
.TagClassName
{
border-color: #EC8F10;
}
</style>