Shades of Gamboge #EF9D10
Tints of Gamboge #EF9D10
RGB
CMYK
RGB Variations
Color information
#EF9D10 (or 0xEF9D10) is known color: Gamboge. HEX triplet: EF, 9D and 10. RGB value is (239,157,16). Sum of RGB (Red+Green+Blue) = 239+157+16=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D10 is #1062EF. Grayscale: #A6A6A6. Windows color (decimal): -1073904 or 1089007. OLE color: 1089007.
HSL color Cylindrical-coordinate representation of color #EF9D10: hue angle of 37.94º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF9D10 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.06 |
| HSL | 37.94º | 0.87% | 0.5% | - |
| HSV(B) | 37.94º | 0.93% | 0.94% | - |
| XYZ | 47.75 | 42.5 | 6.18 | - |
| YUV | 165.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 16 | 0 | 0.34 | 0.93 | 0.06 | 37.94 | 0.87 | 0.5 |
| Hex | EF | 9D | 10 | 0 | 22 | 5D | 6 | 26 | 57 | 32 |
| Octal | 357 | 235 | 20 | 0 | 42 | 135 | 6 | 46 | 127 | 62 |
| Binary | 11101111 | 10011101 | 10000 | 0 | 100010 | 1011101 | 110 | 100110 | 1010111 | 110010 |
Color Harmonies of #EF9D10
Complementary color
Monochromatic Colors of #EF9D10
Black with #EF9D10
Text Example
Text Example
White with #EF9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D10; }
p { color: rgb(239,157,16); }
H1.HeaderClassName
{
color: #EF9D10;
}
.AnyTagClassName
{
color: #EF9D10;
}
</style>
background-color css
<style>
a { background-color: #EF9D10; }
a { background-color: rgb(239,157,16); }
div.DivClassName
{
background-color: #EF9D10;
}
.BgClassName
{
background-color: #EF9D10;
}
</style>
border-color css
<style>
span { border-color: #EF9D10; }
span { border-color: rgb(239,157,16); }
td.TdClassName
{
border-color: #EF9D10;
}
.TagClassName
{
border-color: #EF9D10;
}
</style>