Shades of Gamboge #EF9E17
Tints of Gamboge #EF9E17
RGB
CMYK
RGB Variations
Color information
#EF9E17 (or 0xEF9E17) is known color: Gamboge. HEX triplet: EF, 9E and 17. RGB value is (239,158,23). Sum of RGB (Red+Green+Blue) = 239+158+23=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E17 is #1061E8. Grayscale: #A7A7A7. Windows color (decimal): -1073641 or 1548015. OLE color: 1548015.
HSL color Cylindrical-coordinate representation of color #EF9E17: hue angle of 37.5º 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 #EF9E17 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.06 |
| HSL | 37.5º | 0.87% | 0.51% | - |
| HSV(B) | 37.5º | 0.9% | 0.94% | - |
| XYZ | 47.98 | 42.87 | 6.56 | - |
| YUV | 166.83 | 46.84 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 23 | 0 | 0.34 | 0.90 | 0.06 | 37.5 | 0.87 | 0.51 |
| Hex | EF | 9E | 17 | 0 | 22 | 5A | 6 | 26 | 57 | 33 |
| Octal | 357 | 236 | 27 | 0 | 42 | 132 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10011110 | 10111 | 0 | 100010 | 1011010 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EF9E17
Complementary color
Monochromatic Colors of #EF9E17
Black with #EF9E17
Text Example
Text Example
White with #EF9E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E17; }
p { color: rgb(239,158,23); }
H1.HeaderClassName
{
color: #EF9E17;
}
.AnyTagClassName
{
color: #EF9E17;
}
</style>
background-color css
<style>
a { background-color: #EF9E17; }
a { background-color: rgb(239,158,23); }
div.DivClassName
{
background-color: #EF9E17;
}
.BgClassName
{
background-color: #EF9E17;
}
</style>
border-color css
<style>
span { border-color: #EF9E17; }
span { border-color: rgb(239,158,23); }
td.TdClassName
{
border-color: #EF9E17;
}
.TagClassName
{
border-color: #EF9E17;
}
</style>