Shades of Gamboge #EFA11B
Tints of Gamboge #EFA11B
RGB
CMYK
RGB Variations
Color information
#EFA11B (or 0xEFA11B) is known color: Gamboge. HEX triplet: EF, A1 and 1B. RGB value is (239,161,27). Sum of RGB (Red+Green+Blue) = 239+161+27=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA11B is #105EE4. Grayscale: #A9A9A9. Windows color (decimal): -1072869 or 1810927. OLE color: 1810927.
HSL color Cylindrical-coordinate representation of color #EFA11B: hue angle of 37.92º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFA11B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.06 |
| HSL | 37.92º | 0.87% | 0.52% | - |
| HSV(B) | 37.92º | 0.89% | 0.94% | - |
| XYZ | 48.54 | 43.92 | 6.96 | - |
| YUV | 169.05 | 47.84 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 27 | 0 | 0.33 | 0.89 | 0.06 | 37.92 | 0.87 | 0.52 |
| Hex | EF | A1 | 1B | 0 | 21 | 59 | 6 | 26 | 57 | 34 |
| Octal | 357 | 241 | 33 | 0 | 41 | 131 | 6 | 46 | 127 | 64 |
| Binary | 11101111 | 10100001 | 11011 | 0 | 100001 | 1011001 | 110 | 100110 | 1010111 | 110100 |
Color Harmonies of #EFA11B
Complementary color
Monochromatic Colors of #EFA11B
Black with #EFA11B
Text Example
Text Example
White with #EFA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA11B; }
p { color: rgb(239,161,27); }
H1.HeaderClassName
{
color: #EFA11B;
}
.AnyTagClassName
{
color: #EFA11B;
}
</style>
background-color css
<style>
a { background-color: #EFA11B; }
a { background-color: rgb(239,161,27); }
div.DivClassName
{
background-color: #EFA11B;
}
.BgClassName
{
background-color: #EFA11B;
}
</style>
border-color css
<style>
span { border-color: #EFA11B; }
span { border-color: rgb(239,161,27); }
td.TdClassName
{
border-color: #EFA11B;
}
.TagClassName
{
border-color: #EFA11B;
}
</style>