Shades of Gamboge #EF9F17
Tints of Gamboge #EF9F17
RGB
CMYK
RGB Variations
Color information
#EF9F17 (or 0xEF9F17) is known color: Gamboge. HEX triplet: EF, 9F and 17. RGB value is (239,159,23). Sum of RGB (Red+Green+Blue) = 239+159+23=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9F17 is #1060E8. Grayscale: #A8A8A8. Windows color (decimal): -1073385 or 1548271. OLE color: 1548271.
HSL color Cylindrical-coordinate representation of color #EF9F17: hue angle of 37.78º 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 #EF9F17 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.06 |
| HSL | 37.78º | 0.87% | 0.51% | - |
| HSV(B) | 37.78º | 0.9% | 0.94% | - |
| XYZ | 48.15 | 43.21 | 6.61 | - |
| YUV | 167.42 | 46.5 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 23 | 0 | 0.33 | 0.90 | 0.06 | 37.78 | 0.87 | 0.51 |
| Hex | EF | 9F | 17 | 0 | 21 | 5A | 6 | 26 | 57 | 33 |
| Octal | 357 | 237 | 27 | 0 | 41 | 132 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10011111 | 10111 | 0 | 100001 | 1011010 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EF9F17
Complementary color
Monochromatic Colors of #EF9F17
Black with #EF9F17
Text Example
Text Example
White with #EF9F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F17; }
p { color: rgb(239,159,23); }
H1.HeaderClassName
{
color: #EF9F17;
}
.AnyTagClassName
{
color: #EF9F17;
}
</style>
background-color css
<style>
a { background-color: #EF9F17; }
a { background-color: rgb(239,159,23); }
div.DivClassName
{
background-color: #EF9F17;
}
.BgClassName
{
background-color: #EF9F17;
}
</style>
border-color css
<style>
span { border-color: #EF9F17; }
span { border-color: rgb(239,159,23); }
td.TdClassName
{
border-color: #EF9F17;
}
.TagClassName
{
border-color: #EF9F17;
}
</style>