Shades of Gamboge #EFA80B
Tints of Gamboge #EFA80B
RGB
CMYK
RGB Variations
Color information
#EFA80B (or 0xEFA80B) is known color: Gamboge. HEX triplet: EF, A8 and 0B. RGB value is (239,168,11). Sum of RGB (Red+Green+Blue) = 239+168+11=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80B is #1057F4. Grayscale: #ACACAC. Windows color (decimal): -1071093 or 764143. OLE color: 764143.
HSL color Cylindrical-coordinate representation of color #EFA80B: hue angle of 41.32º 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 #EFA80B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 11 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.06 |
| HSL | 41.32º | 0.91% | 0.49% | - |
| HSV(B) | 41.32º | 0.95% | 0.94% | - |
| XYZ | 49.66 | 46.38 | 6.65 | - |
| YUV | 171.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 11 | 0 | 0.30 | 0.95 | 0.06 | 41.32 | 0.91 | 0.49 |
| Hex | EF | A8 | B | 0 | 1E | 5F | 6 | 29 | 5B | 31 |
| Octal | 357 | 250 | 13 | 0 | 36 | 137 | 6 | 51 | 133 | 61 |
| Binary | 11101111 | 10101000 | 1011 | 0 | 11110 | 1011111 | 110 | 101001 | 1011011 | 110001 |
Color Harmonies of #EFA80B
Complementary color
Monochromatic Colors of #EFA80B
Black with #EFA80B
Text Example
Text Example
White with #EFA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA80B; }
p { color: rgb(239,168,11); }
H1.HeaderClassName
{
color: #EFA80B;
}
.AnyTagClassName
{
color: #EFA80B;
}
</style>
background-color css
<style>
a { background-color: #EFA80B; }
a { background-color: rgb(239,168,11); }
div.DivClassName
{
background-color: #EFA80B;
}
.BgClassName
{
background-color: #EFA80B;
}
</style>
border-color css
<style>
span { border-color: #EFA80B; }
span { border-color: rgb(239,168,11); }
td.TdClassName
{
border-color: #EFA80B;
}
.TagClassName
{
border-color: #EFA80B;
}
</style>