Shades of Gamboge #EFA70B
Tints of Gamboge #EFA70B
RGB
CMYK
RGB Variations
Color information
#EFA70B (or 0xEFA70B) is known color: Gamboge. HEX triplet: EF, A7 and 0B. RGB value is (239,167,11). Sum of RGB (Red+Green+Blue) = 239+167+11=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA70B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA70B is #1058F4. Grayscale: #ABABAB. Windows color (decimal): -1071349 or 763887. OLE color: 763887.
HSL color Cylindrical-coordinate representation of color #EFA70B: hue angle of 41.05º degrees, saturation: 0.91, 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 #EFA70B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.06 |
| HSL | 41.05º | 0.91% | 0.49% | - |
| HSV(B) | 41.05º | 0.95% | 0.94% | - |
| XYZ | 49.48 | 46.01 | 6.59 | - |
| YUV | 170.74 | 37.85 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 11 | 0 | 0.30 | 0.95 | 0.06 | 41.05 | 0.91 | 0.49 |
| Hex | EF | A7 | B | 0 | 1E | 5F | 6 | 29 | 5B | 31 |
| Octal | 357 | 247 | 13 | 0 | 36 | 137 | 6 | 51 | 133 | 61 |
| Binary | 11101111 | 10100111 | 1011 | 0 | 11110 | 1011111 | 110 | 101001 | 1011011 | 110001 |
Color Harmonies of #EFA70B
Complementary color
Monochromatic Colors of #EFA70B
Black with #EFA70B
Text Example
Text Example
White with #EFA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA70B; }
p { color: rgb(239,167,11); }
H1.HeaderClassName
{
color: #EFA70B;
}
.AnyTagClassName
{
color: #EFA70B;
}
</style>
background-color css
<style>
a { background-color: #EFA70B; }
a { background-color: rgb(239,167,11); }
div.DivClassName
{
background-color: #EFA70B;
}
.BgClassName
{
background-color: #EFA70B;
}
</style>
border-color css
<style>
span { border-color: #EFA70B; }
span { border-color: rgb(239,167,11); }
td.TdClassName
{
border-color: #EFA70B;
}
.TagClassName
{
border-color: #EFA70B;
}
</style>