Shades of Gamboge #EFA115
Tints of Gamboge #EFA115
RGB
CMYK
RGB Variations
Color information
#EFA115 (or 0xEFA115) is known color: Gamboge. HEX triplet: EF, A1 and 15. RGB value is (239,161,21). Sum of RGB (Red+Green+Blue) = 239+161+21=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA115 is #105EEA. Grayscale: #A9A9A9. Windows color (decimal): -1072875 or 1417711. OLE color: 1417711.
HSL color Cylindrical-coordinate representation of color #EFA115: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFA115 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.06 |
| HSL | 38.53º | 0.87% | 0.51% | - |
| HSV(B) | 38.53º | 0.91% | 0.94% | - |
| XYZ | 48.48 | 43.89 | 6.63 | - |
| YUV | 168.36 | 44.84 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 21 | 0 | 0.33 | 0.91 | 0.06 | 38.53 | 0.87 | 0.51 |
| Hex | EF | A1 | 15 | 0 | 21 | 5B | 6 | 27 | 57 | 33 |
| Octal | 357 | 241 | 25 | 0 | 41 | 133 | 6 | 47 | 127 | 63 |
| Binary | 11101111 | 10100001 | 10101 | 0 | 100001 | 1011011 | 110 | 100111 | 1010111 | 110011 |
Color Harmonies of #EFA115
Complementary color
Monochromatic Colors of #EFA115
Black with #EFA115
Text Example
Text Example
White with #EFA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA115; }
p { color: rgb(239,161,21); }
H1.HeaderClassName
{
color: #EFA115;
}
.AnyTagClassName
{
color: #EFA115;
}
</style>
background-color css
<style>
a { background-color: #EFA115; }
a { background-color: rgb(239,161,21); }
div.DivClassName
{
background-color: #EFA115;
}
.BgClassName
{
background-color: #EFA115;
}
</style>
border-color css
<style>
span { border-color: #EFA115; }
span { border-color: rgb(239,161,21); }
td.TdClassName
{
border-color: #EFA115;
}
.TagClassName
{
border-color: #EFA115;
}
</style>