Shades of Gamboge #EFA30D
Tints of Gamboge #EFA30D
RGB
CMYK
RGB Variations
Color information
#EFA30D (or 0xEFA30D) is known color: Gamboge. HEX triplet: EF, A3 and 0D. RGB value is (239,163,13). Sum of RGB (Red+Green+Blue) = 239+163+13=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA30D is #105CF2. Grayscale: #A9A9A9. Windows color (decimal): -1072371 or 893935. OLE color: 893935.
HSL color Cylindrical-coordinate representation of color #EFA30D: hue angle of 39.82º degrees, saturation: 0.9, 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 #EFA30D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.06 |
| HSL | 39.82º | 0.9% | 0.49% | - |
| HSV(B) | 39.82º | 0.95% | 0.94% | - |
| XYZ | 48.77 | 44.57 | 6.41 | - |
| YUV | 168.62 | 40.18 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 13 | 0 | 0.32 | 0.95 | 0.06 | 39.82 | 0.9 | 0.49 |
| Hex | EF | A3 | D | 0 | 20 | 5F | 6 | 28 | 5A | 31 |
| Octal | 357 | 243 | 15 | 0 | 40 | 137 | 6 | 50 | 132 | 61 |
| Binary | 11101111 | 10100011 | 1101 | 0 | 100000 | 1011111 | 110 | 101000 | 1011010 | 110001 |
Color Harmonies of #EFA30D
Complementary color
Monochromatic Colors of #EFA30D
Black with #EFA30D
Text Example
Text Example
White with #EFA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA30D; }
p { color: rgb(239,163,13); }
H1.HeaderClassName
{
color: #EFA30D;
}
.AnyTagClassName
{
color: #EFA30D;
}
</style>
background-color css
<style>
a { background-color: #EFA30D; }
a { background-color: rgb(239,163,13); }
div.DivClassName
{
background-color: #EFA30D;
}
.BgClassName
{
background-color: #EFA30D;
}
</style>
border-color css
<style>
span { border-color: #EFA30D; }
span { border-color: rgb(239,163,13); }
td.TdClassName
{
border-color: #EFA30D;
}
.TagClassName
{
border-color: #EFA30D;
}
</style>