Shades of Gamboge #EFA407
Tints of Gamboge #EFA407
RGB
CMYK
RGB Variations
Color information
#EFA407 (or 0xEFA407) is known color: Gamboge. HEX triplet: EF, A4 and 07. RGB value is (239,164,7). Sum of RGB (Red+Green+Blue) = 239+164+7=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA407 is #105BF8. Grayscale: #A9A9A9. Windows color (decimal): -1072121 or 500975. OLE color: 500975.
HSL color Cylindrical-coordinate representation of color #EFA407: hue angle of 40.6º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFA407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.06 |
| HSL | 40.6º | 0.94% | 0.48% | - |
| HSV(B) | 40.6º | 0.97% | 0.94% | - |
| XYZ | 48.91 | 44.92 | 6.29 | - |
| YUV | 168.53 | 36.85 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 7 | 0 | 0.31 | 0.97 | 0.06 | 40.6 | 0.94 | 0.48 |
| Hex | EF | A4 | 7 | 0 | 1F | 61 | 6 | 29 | 5E | 30 |
| Octal | 357 | 244 | 7 | 0 | 37 | 141 | 6 | 51 | 136 | 60 |
| Binary | 11101111 | 10100100 | 111 | 0 | 11111 | 1100001 | 110 | 101001 | 1011110 | 110000 |
Color Harmonies of #EFA407
Complementary color
Monochromatic Colors of #EFA407
Black with #EFA407
Text Example
Text Example
White with #EFA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA407; }
p { color: rgb(239,164,7); }
H1.HeaderClassName
{
color: #EFA407;
}
.AnyTagClassName
{
color: #EFA407;
}
</style>
background-color css
<style>
a { background-color: #EFA407; }
a { background-color: rgb(239,164,7); }
div.DivClassName
{
background-color: #EFA407;
}
.BgClassName
{
background-color: #EFA407;
}
</style>
border-color css
<style>
span { border-color: #EFA407; }
span { border-color: rgb(239,164,7); }
td.TdClassName
{
border-color: #EFA407;
}
.TagClassName
{
border-color: #EFA407;
}
</style>