Shades of Gamboge #EFA80C
Tints of Gamboge #EFA80C
RGB
CMYK
RGB Variations
Color information
#EFA80C (or 0xEFA80C) is known color: Gamboge. HEX triplet: EF, A8 and 0C. RGB value is (239,168,12). Sum of RGB (Red+Green+Blue) = 239+168+12=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80C is #1057F3. Grayscale: #ACACAC. Windows color (decimal): -1071092 or 829679. OLE color: 829679.
HSL color Cylindrical-coordinate representation of color #EFA80C: hue angle of 41.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFA80C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.06 |
| HSL | 41.23º | 0.9% | 0.49% | - |
| HSV(B) | 41.23º | 0.95% | 0.94% | - |
| XYZ | 49.67 | 46.38 | 6.68 | - |
| YUV | 171.45 | 38.02 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 12 | 0 | 0.30 | 0.95 | 0.06 | 41.23 | 0.9 | 0.49 |
| Hex | EF | A8 | C | 0 | 1E | 5F | 6 | 29 | 5A | 31 |
| Octal | 357 | 250 | 14 | 0 | 36 | 137 | 6 | 51 | 132 | 61 |
| Binary | 11101111 | 10101000 | 1100 | 0 | 11110 | 1011111 | 110 | 101001 | 1011010 | 110001 |
Color Harmonies of #EFA80C
Complementary color
Monochromatic Colors of #EFA80C
Black with #EFA80C
Text Example
Text Example
White with #EFA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA80C; }
p { color: rgb(239,168,12); }
H1.HeaderClassName
{
color: #EFA80C;
}
.AnyTagClassName
{
color: #EFA80C;
}
</style>
background-color css
<style>
a { background-color: #EFA80C; }
a { background-color: rgb(239,168,12); }
div.DivClassName
{
background-color: #EFA80C;
}
.BgClassName
{
background-color: #EFA80C;
}
</style>
border-color css
<style>
span { border-color: #EFA80C; }
span { border-color: rgb(239,168,12); }
td.TdClassName
{
border-color: #EFA80C;
}
.TagClassName
{
border-color: #EFA80C;
}
</style>