Shades of Gamboge #EFA21B
Tints of Gamboge #EFA21B
RGB
CMYK
RGB Variations
Color information
#EFA21B (or 0xEFA21B) is known color: Gamboge. HEX triplet: EF, A2 and 1B. RGB value is (239,162,27). Sum of RGB (Red+Green+Blue) = 239+162+27=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA21B is #105DE4. Grayscale: #AAAAAA. Windows color (decimal): -1072613 or 1811183. OLE color: 1811183.
HSL color Cylindrical-coordinate representation of color #EFA21B: hue angle of 38.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFA21B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 27 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.06 |
| HSL | 38.21º | 0.87% | 0.52% | - |
| HSV(B) | 38.21º | 0.89% | 0.94% | - |
| XYZ | 48.71 | 44.27 | 7.01 | - |
| YUV | 169.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 27 | 0 | 0.32 | 0.89 | 0.06 | 38.21 | 0.87 | 0.52 |
| Hex | EF | A2 | 1B | 0 | 20 | 59 | 6 | 26 | 57 | 34 |
| Octal | 357 | 242 | 33 | 0 | 40 | 131 | 6 | 46 | 127 | 64 |
| Binary | 11101111 | 10100010 | 11011 | 0 | 100000 | 1011001 | 110 | 100110 | 1010111 | 110100 |
Color Harmonies of #EFA21B
Complementary color
Monochromatic Colors of #EFA21B
Black with #EFA21B
Text Example
Text Example
White with #EFA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA21B; }
p { color: rgb(239,162,27); }
H1.HeaderClassName
{
color: #EFA21B;
}
.AnyTagClassName
{
color: #EFA21B;
}
</style>
background-color css
<style>
a { background-color: #EFA21B; }
a { background-color: rgb(239,162,27); }
div.DivClassName
{
background-color: #EFA21B;
}
.BgClassName
{
background-color: #EFA21B;
}
</style>
border-color css
<style>
span { border-color: #EFA21B; }
span { border-color: rgb(239,162,27); }
td.TdClassName
{
border-color: #EFA21B;
}
.TagClassName
{
border-color: #EFA21B;
}
</style>