Shades of Gamboge #EFA613
Tints of Gamboge #EFA613
RGB
CMYK
RGB Variations
Color information
#EFA613 (or 0xEFA613) is known color: Gamboge. HEX triplet: EF, A6 and 13. RGB value is (239,166,19). Sum of RGB (Red+Green+Blue) = 239+166+19=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA613 is #1059EC. Grayscale: #ABABAB. Windows color (decimal): -1071597 or 1287919. OLE color: 1287919.
HSL color Cylindrical-coordinate representation of color #EFA613: hue angle of 40.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA613 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 19 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.06 |
| HSL | 40.09º | 0.87% | 0.51% | - |
| HSV(B) | 40.09º | 0.92% | 0.94% | - |
| XYZ | 49.35 | 45.67 | 6.83 | - |
| YUV | 171.07 | 42.18 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 19 | 0 | 0.31 | 0.92 | 0.06 | 40.09 | 0.87 | 0.51 |
| Hex | EF | A6 | 13 | 0 | 1F | 5C | 6 | 28 | 57 | 33 |
| Octal | 357 | 246 | 23 | 0 | 37 | 134 | 6 | 50 | 127 | 63 |
| Binary | 11101111 | 10100110 | 10011 | 0 | 11111 | 1011100 | 110 | 101000 | 1010111 | 110011 |
Color Harmonies of #EFA613
Complementary color
Monochromatic Colors of #EFA613
Black with #EFA613
Text Example
Text Example
White with #EFA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA613; }
p { color: rgb(239,166,19); }
H1.HeaderClassName
{
color: #EFA613;
}
.AnyTagClassName
{
color: #EFA613;
}
</style>
background-color css
<style>
a { background-color: #EFA613; }
a { background-color: rgb(239,166,19); }
div.DivClassName
{
background-color: #EFA613;
}
.BgClassName
{
background-color: #EFA613;
}
</style>
border-color css
<style>
span { border-color: #EFA613; }
span { border-color: rgb(239,166,19); }
td.TdClassName
{
border-color: #EFA613;
}
.TagClassName
{
border-color: #EFA613;
}
</style>