Shades of Gamboge #EFA21C
Tints of Gamboge #EFA21C
RGB
CMYK
RGB Variations
Color information
#EFA21C (or 0xEFA21C) is known color: Gamboge. HEX triplet: EF, A2 and 1C. RGB value is (239,162,28). Sum of RGB (Red+Green+Blue) = 239+162+28=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA21C is #105DE3. Grayscale: #AAAAAA. Windows color (decimal): -1072612 or 1876719. OLE color: 1876719.
HSL color Cylindrical-coordinate representation of color #EFA21C: hue angle of 38.1º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFA21C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.06 |
| HSL | 38.1º | 0.87% | 0.52% | - |
| HSV(B) | 38.1º | 0.88% | 0.94% | - |
| XYZ | 48.73 | 44.28 | 7.08 | - |
| YUV | 169.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 28 | 0 | 0.32 | 0.88 | 0.06 | 38.1 | 0.87 | 0.52 |
| Hex | EF | A2 | 1C | 0 | 20 | 58 | 6 | 26 | 57 | 34 |
| Octal | 357 | 242 | 34 | 0 | 40 | 130 | 6 | 46 | 127 | 64 |
| Binary | 11101111 | 10100010 | 11100 | 0 | 100000 | 1011000 | 110 | 100110 | 1010111 | 110100 |
Color Harmonies of #EFA21C
Complementary color
Monochromatic Colors of #EFA21C
Black with #EFA21C
Text Example
Text Example
White with #EFA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA21C; }
p { color: rgb(239,162,28); }
H1.HeaderClassName
{
color: #EFA21C;
}
.AnyTagClassName
{
color: #EFA21C;
}
</style>
background-color css
<style>
a { background-color: #EFA21C; }
a { background-color: rgb(239,162,28); }
div.DivClassName
{
background-color: #EFA21C;
}
.BgClassName
{
background-color: #EFA21C;
}
</style>
border-color css
<style>
span { border-color: #EFA21C; }
span { border-color: rgb(239,162,28); }
td.TdClassName
{
border-color: #EFA21C;
}
.TagClassName
{
border-color: #EFA21C;
}
</style>