Shades of Gamboge #EFA219
Tints of Gamboge #EFA219
RGB
CMYK
RGB Variations
Color information
#EFA219 (or 0xEFA219) is known color: Gamboge. HEX triplet: EF, A2 and 19. RGB value is (239,162,25). Sum of RGB (Red+Green+Blue) = 239+162+25=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA219 is #105DE6. Grayscale: #AAAAAA. Windows color (decimal): -1072615 or 1680111. OLE color: 1680111.
HSL color Cylindrical-coordinate representation of color #EFA219: hue angle of 38.41º 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 #EFA219 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 25 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.06 |
| HSL | 38.41º | 0.87% | 0.52% | - |
| HSV(B) | 38.41º | 0.9% | 0.94% | - |
| XYZ | 48.69 | 44.26 | 6.9 | - |
| YUV | 169.41 | 46.51 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 25 | 0 | 0.32 | 0.90 | 0.06 | 38.41 | 0.87 | 0.52 |
| Hex | EF | A2 | 19 | 0 | 20 | 5A | 6 | 26 | 57 | 34 |
| Octal | 357 | 242 | 31 | 0 | 40 | 132 | 6 | 46 | 127 | 64 |
| Binary | 11101111 | 10100010 | 11001 | 0 | 100000 | 1011010 | 110 | 100110 | 1010111 | 110100 |
Color Harmonies of #EFA219
Complementary color
Monochromatic Colors of #EFA219
Black with #EFA219
Text Example
Text Example
White with #EFA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA219; }
p { color: rgb(239,162,25); }
H1.HeaderClassName
{
color: #EFA219;
}
.AnyTagClassName
{
color: #EFA219;
}
</style>
background-color css
<style>
a { background-color: #EFA219; }
a { background-color: rgb(239,162,25); }
div.DivClassName
{
background-color: #EFA219;
}
.BgClassName
{
background-color: #EFA219;
}
</style>
border-color css
<style>
span { border-color: #EFA219; }
span { border-color: rgb(239,162,25); }
td.TdClassName
{
border-color: #EFA219;
}
.TagClassName
{
border-color: #EFA219;
}
</style>