Shades of Gamboge #EFA50B
Tints of Gamboge #EFA50B
RGB
CMYK
RGB Variations
Color information
#EFA50B (or 0xEFA50B) is known color: Gamboge. HEX triplet: EF, A5 and 0B. RGB value is (239,165,11). Sum of RGB (Red+Green+Blue) = 239+165+11=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA50B is #105AF4. Grayscale: #AAAAAA. Windows color (decimal): -1071861 or 763375. OLE color: 763375.
HSL color Cylindrical-coordinate representation of color #EFA50B: hue angle of 40.53º 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 #EFA50B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.06 |
| HSL | 40.53º | 0.91% | 0.49% | - |
| HSV(B) | 40.53º | 0.95% | 0.94% | - |
| XYZ | 49.11 | 45.29 | 6.47 | - |
| YUV | 169.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 11 | 0 | 0.31 | 0.95 | 0.06 | 40.53 | 0.91 | 0.49 |
| Hex | EF | A5 | B | 0 | 1F | 5F | 6 | 29 | 5B | 31 |
| Octal | 357 | 245 | 13 | 0 | 37 | 137 | 6 | 51 | 133 | 61 |
| Binary | 11101111 | 10100101 | 1011 | 0 | 11111 | 1011111 | 110 | 101001 | 1011011 | 110001 |
Color Harmonies of #EFA50B
Complementary color
Monochromatic Colors of #EFA50B
Black with #EFA50B
Text Example
Text Example
White with #EFA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA50B; }
p { color: rgb(239,165,11); }
H1.HeaderClassName
{
color: #EFA50B;
}
.AnyTagClassName
{
color: #EFA50B;
}
</style>
background-color css
<style>
a { background-color: #EFA50B; }
a { background-color: rgb(239,165,11); }
div.DivClassName
{
background-color: #EFA50B;
}
.BgClassName
{
background-color: #EFA50B;
}
</style>
border-color css
<style>
span { border-color: #EFA50B; }
span { border-color: rgb(239,165,11); }
td.TdClassName
{
border-color: #EFA50B;
}
.TagClassName
{
border-color: #EFA50B;
}
</style>