Shades of Gamboge #EFA30A
Tints of Gamboge #EFA30A
RGB
CMYK
RGB Variations
Color information
#EFA30A (or 0xEFA30A) is known color: Gamboge. HEX triplet: EF, A3 and 0A. RGB value is (239,163,10). Sum of RGB (Red+Green+Blue) = 239+163+10=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA30A is #105CF5. Grayscale: #A8A8A8. Windows color (decimal): -1072374 or 697327. OLE color: 697327.
HSL color Cylindrical-coordinate representation of color #EFA30A: hue angle of 40.09º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFA30A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.06 |
| HSL | 40.09º | 0.92% | 0.49% | - |
| HSV(B) | 40.09º | 0.96% | 0.94% | - |
| XYZ | 48.75 | 44.57 | 6.32 | - |
| YUV | 168.28 | 38.68 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 10 | 0 | 0.32 | 0.96 | 0.06 | 40.09 | 0.92 | 0.49 |
| Hex | EF | A3 | A | 0 | 20 | 60 | 6 | 28 | 5C | 31 |
| Octal | 357 | 243 | 12 | 0 | 40 | 140 | 6 | 50 | 134 | 61 |
| Binary | 11101111 | 10100011 | 1010 | 0 | 100000 | 1100000 | 110 | 101000 | 1011100 | 110001 |
Color Harmonies of #EFA30A
Complementary color
Monochromatic Colors of #EFA30A
Black with #EFA30A
Text Example
Text Example
White with #EFA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA30A; }
p { color: rgb(239,163,10); }
H1.HeaderClassName
{
color: #EFA30A;
}
.AnyTagClassName
{
color: #EFA30A;
}
</style>
background-color css
<style>
a { background-color: #EFA30A; }
a { background-color: rgb(239,163,10); }
div.DivClassName
{
background-color: #EFA30A;
}
.BgClassName
{
background-color: #EFA30A;
}
</style>
border-color css
<style>
span { border-color: #EFA30A; }
span { border-color: rgb(239,163,10); }
td.TdClassName
{
border-color: #EFA30A;
}
.TagClassName
{
border-color: #EFA30A;
}
</style>