Shades of Gamboge #EFA517
Tints of Gamboge #EFA517
RGB
CMYK
RGB Variations
Color information
#EFA517 (or 0xEFA517) is known color: Gamboge. HEX triplet: EF, A5 and 17. RGB value is (239,165,23). Sum of RGB (Red+Green+Blue) = 239+165+23=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA517 is #105AE8. Grayscale: #ABABAB. Windows color (decimal): -1071849 or 1549807. OLE color: 1549807.
HSL color Cylindrical-coordinate representation of color #EFA517: hue angle of 39.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA517 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.06 |
| HSL | 39.44º | 0.87% | 0.51% | - |
| HSV(B) | 39.44º | 0.9% | 0.94% | - |
| XYZ | 49.21 | 45.32 | 6.97 | - |
| YUV | 170.94 | 44.52 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 23 | 0 | 0.31 | 0.90 | 0.06 | 39.44 | 0.87 | 0.51 |
| Hex | EF | A5 | 17 | 0 | 1F | 5A | 6 | 27 | 57 | 33 |
| Octal | 357 | 245 | 27 | 0 | 37 | 132 | 6 | 47 | 127 | 63 |
| Binary | 11101111 | 10100101 | 10111 | 0 | 11111 | 1011010 | 110 | 100111 | 1010111 | 110011 |
Color Harmonies of #EFA517
Complementary color
Monochromatic Colors of #EFA517
Black with #EFA517
Text Example
Text Example
White with #EFA517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA517; }
p { color: rgb(239,165,23); }
H1.HeaderClassName
{
color: #EFA517;
}
.AnyTagClassName
{
color: #EFA517;
}
</style>
background-color css
<style>
a { background-color: #EFA517; }
a { background-color: rgb(239,165,23); }
div.DivClassName
{
background-color: #EFA517;
}
.BgClassName
{
background-color: #EFA517;
}
</style>
border-color css
<style>
span { border-color: #EFA517; }
span { border-color: rgb(239,165,23); }
td.TdClassName
{
border-color: #EFA517;
}
.TagClassName
{
border-color: #EFA517;
}
</style>