Shades of Gamboge #EFA119
Tints of Gamboge #EFA119
RGB
CMYK
RGB Variations
Color information
#EFA119 (or 0xEFA119) is known color: Gamboge. HEX triplet: EF, A1 and 19. RGB value is (239,161,25). Sum of RGB (Red+Green+Blue) = 239+161+25=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA119 is #105EE6. Grayscale: #A9A9A9. Windows color (decimal): -1072871 or 1679855. OLE color: 1679855.
HSL color Cylindrical-coordinate representation of color #EFA119: hue angle of 38.13º 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 #EFA119 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.06 |
| HSL | 38.13º | 0.87% | 0.52% | - |
| HSV(B) | 38.13º | 0.9% | 0.94% | - |
| XYZ | 48.52 | 43.91 | 6.84 | - |
| YUV | 168.82 | 46.84 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 25 | 0 | 0.33 | 0.90 | 0.06 | 38.13 | 0.87 | 0.52 |
| Hex | EF | A1 | 19 | 0 | 21 | 5A | 6 | 26 | 57 | 34 |
| Octal | 357 | 241 | 31 | 0 | 41 | 132 | 6 | 46 | 127 | 64 |
| Binary | 11101111 | 10100001 | 11001 | 0 | 100001 | 1011010 | 110 | 100110 | 1010111 | 110100 |
Color Harmonies of #EFA119
Complementary color
Monochromatic Colors of #EFA119
Black with #EFA119
Text Example
Text Example
White with #EFA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA119; }
p { color: rgb(239,161,25); }
H1.HeaderClassName
{
color: #EFA119;
}
.AnyTagClassName
{
color: #EFA119;
}
</style>
background-color css
<style>
a { background-color: #EFA119; }
a { background-color: rgb(239,161,25); }
div.DivClassName
{
background-color: #EFA119;
}
.BgClassName
{
background-color: #EFA119;
}
</style>
border-color css
<style>
span { border-color: #EFA119; }
span { border-color: rgb(239,161,25); }
td.TdClassName
{
border-color: #EFA119;
}
.TagClassName
{
border-color: #EFA119;
}
</style>