Shades of Gamboge #EF9D17
Tints of Gamboge #EF9D17
RGB
CMYK
RGB Variations
Color information
#EF9D17 (or 0xEF9D17) is known color: Gamboge. HEX triplet: EF, 9D and 17. RGB value is (239,157,23). Sum of RGB (Red+Green+Blue) = 239+157+23=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D17 is #1062E8. Grayscale: #A6A6A6. Windows color (decimal): -1073897 or 1547759. OLE color: 1547759.
HSL color Cylindrical-coordinate representation of color #EF9D17: hue angle of 37.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9D17 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.06 |
| HSL | 37.22º | 0.87% | 0.51% | - |
| HSV(B) | 37.22º | 0.9% | 0.94% | - |
| XYZ | 47.81 | 42.53 | 6.5 | - |
| YUV | 166.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 23 | 0 | 0.34 | 0.90 | 0.06 | 37.22 | 0.87 | 0.51 |
| Hex | EF | 9D | 17 | 0 | 22 | 5A | 6 | 25 | 57 | 33 |
| Octal | 357 | 235 | 27 | 0 | 42 | 132 | 6 | 45 | 127 | 63 |
| Binary | 11101111 | 10011101 | 10111 | 0 | 100010 | 1011010 | 110 | 100101 | 1010111 | 110011 |
Color Harmonies of #EF9D17
Complementary color
Monochromatic Colors of #EF9D17
Black with #EF9D17
Text Example
Text Example
White with #EF9D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D17; }
p { color: rgb(239,157,23); }
H1.HeaderClassName
{
color: #EF9D17;
}
.AnyTagClassName
{
color: #EF9D17;
}
</style>
background-color css
<style>
a { background-color: #EF9D17; }
a { background-color: rgb(239,157,23); }
div.DivClassName
{
background-color: #EF9D17;
}
.BgClassName
{
background-color: #EF9D17;
}
</style>
border-color css
<style>
span { border-color: #EF9D17; }
span { border-color: rgb(239,157,23); }
td.TdClassName
{
border-color: #EF9D17;
}
.TagClassName
{
border-color: #EF9D17;
}
</style>