Shades of Gamboge #EFA308
Tints of Gamboge #EFA308
RGB
CMYK
RGB Variations
Color information
#EFA308 (or 0xEFA308) is known color: Gamboge. HEX triplet: EF, A3 and 08. RGB value is (239,163,8). Sum of RGB (Red+Green+Blue) = 239+163+8=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA308 is #105CF7. Grayscale: #A8A8A8. Windows color (decimal): -1072376 or 566255. OLE color: 566255.
HSL color Cylindrical-coordinate representation of color #EFA308: hue angle of 40.26º 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 #EFA308 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.06 |
| HSL | 40.26º | 0.94% | 0.48% | - |
| HSV(B) | 40.26º | 0.97% | 0.94% | - |
| XYZ | 48.74 | 44.56 | 6.26 | - |
| YUV | 168.05 | 37.68 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 8 | 0 | 0.32 | 0.97 | 0.06 | 40.26 | 0.94 | 0.48 |
| Hex | EF | A3 | 8 | 0 | 20 | 61 | 6 | 28 | 5E | 30 |
| Octal | 357 | 243 | 10 | 0 | 40 | 141 | 6 | 50 | 136 | 60 |
| Binary | 11101111 | 10100011 | 1000 | 0 | 100000 | 1100001 | 110 | 101000 | 1011110 | 110000 |
Color Harmonies of #EFA308
Complementary color
Monochromatic Colors of #EFA308
Black with #EFA308
Text Example
Text Example
White with #EFA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA308; }
p { color: rgb(239,163,8); }
H1.HeaderClassName
{
color: #EFA308;
}
.AnyTagClassName
{
color: #EFA308;
}
</style>
background-color css
<style>
a { background-color: #EFA308; }
a { background-color: rgb(239,163,8); }
div.DivClassName
{
background-color: #EFA308;
}
.BgClassName
{
background-color: #EFA308;
}
</style>
border-color css
<style>
span { border-color: #EFA308; }
span { border-color: rgb(239,163,8); }
td.TdClassName
{
border-color: #EFA308;
}
.TagClassName
{
border-color: #EFA308;
}
</style>