Shades of Gamboge #EF9D19
Tints of Gamboge #EF9D19
RGB
CMYK
RGB Variations
Color information
#EF9D19 (or 0xEF9D19) is known color: Gamboge. HEX triplet: EF, 9D and 19. RGB value is (239,157,25). Sum of RGB (Red+Green+Blue) = 239+157+25=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D19 is #1062E6. Grayscale: #A7A7A7. Windows color (decimal): -1073895 or 1678831. OLE color: 1678831.
HSL color Cylindrical-coordinate representation of color #EF9D19: hue angle of 37.01º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9D19 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 25 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.06 |
| HSL | 37.01º | 0.87% | 0.52% | - |
| HSV(B) | 37.01º | 0.9% | 0.94% | - |
| XYZ | 47.83 | 42.53 | 6.61 | - |
| YUV | 166.47 | 48.17 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 25 | 0 | 0.34 | 0.90 | 0.06 | 37.01 | 0.87 | 0.52 |
| Hex | EF | 9D | 19 | 0 | 22 | 5A | 6 | 25 | 57 | 34 |
| Octal | 357 | 235 | 31 | 0 | 42 | 132 | 6 | 45 | 127 | 64 |
| Binary | 11101111 | 10011101 | 11001 | 0 | 100010 | 1011010 | 110 | 100101 | 1010111 | 110100 |
Color Harmonies of #EF9D19
Complementary color
Monochromatic Colors of #EF9D19
Black with #EF9D19
Text Example
Text Example
White with #EF9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D19; }
p { color: rgb(239,157,25); }
H1.HeaderClassName
{
color: #EF9D19;
}
.AnyTagClassName
{
color: #EF9D19;
}
</style>
background-color css
<style>
a { background-color: #EF9D19; }
a { background-color: rgb(239,157,25); }
div.DivClassName
{
background-color: #EF9D19;
}
.BgClassName
{
background-color: #EF9D19;
}
</style>
border-color css
<style>
span { border-color: #EF9D19; }
span { border-color: rgb(239,157,25); }
td.TdClassName
{
border-color: #EF9D19;
}
.TagClassName
{
border-color: #EF9D19;
}
</style>