Shades of Gamboge #EFA314
Tints of Gamboge #EFA314
RGB
CMYK
RGB Variations
Color information
#EFA314 (or 0xEFA314) is known color: Gamboge. HEX triplet: EF, A3 and 14. RGB value is (239,163,20). Sum of RGB (Red+Green+Blue) = 239+163+20=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA314 is #105CEB. Grayscale: #AAAAAA. Windows color (decimal): -1072364 or 1352687. OLE color: 1352687.
HSL color Cylindrical-coordinate representation of color #EFA314: hue angle of 39.18º 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 #EFA314 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.06 |
| HSL | 39.18º | 0.87% | 0.51% | - |
| HSV(B) | 39.18º | 0.92% | 0.94% | - |
| XYZ | 48.82 | 44.6 | 6.7 | - |
| YUV | 169.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 20 | 0 | 0.32 | 0.92 | 0.06 | 39.18 | 0.87 | 0.51 |
| Hex | EF | A3 | 14 | 0 | 20 | 5C | 6 | 27 | 57 | 33 |
| Octal | 357 | 243 | 24 | 0 | 40 | 134 | 6 | 47 | 127 | 63 |
| Binary | 11101111 | 10100011 | 10100 | 0 | 100000 | 1011100 | 110 | 100111 | 1010111 | 110011 |
Color Harmonies of #EFA314
Complementary color
Monochromatic Colors of #EFA314
Black with #EFA314
Text Example
Text Example
White with #EFA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA314; }
p { color: rgb(239,163,20); }
H1.HeaderClassName
{
color: #EFA314;
}
.AnyTagClassName
{
color: #EFA314;
}
</style>
background-color css
<style>
a { background-color: #EFA314; }
a { background-color: rgb(239,163,20); }
div.DivClassName
{
background-color: #EFA314;
}
.BgClassName
{
background-color: #EFA314;
}
</style>
border-color css
<style>
span { border-color: #EFA314; }
span { border-color: rgb(239,163,20); }
td.TdClassName
{
border-color: #EFA314;
}
.TagClassName
{
border-color: #EFA314;
}
</style>