Shades of Gamboge #EF9E14
Tints of Gamboge #EF9E14
RGB
CMYK
RGB Variations
Color information
#EF9E14 (or 0xEF9E14) is known color: Gamboge. HEX triplet: EF, 9E and 14. RGB value is (239,158,20). Sum of RGB (Red+Green+Blue) = 239+158+20=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E14 is #1061EB. Grayscale: #A7A7A7. Windows color (decimal): -1073644 or 1351407. OLE color: 1351407.
HSL color Cylindrical-coordinate representation of color #EF9E14: hue angle of 37.81º 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 #EF9E14 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 20 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.06 |
| HSL | 37.81º | 0.87% | 0.51% | - |
| HSV(B) | 37.81º | 0.92% | 0.94% | - |
| XYZ | 47.95 | 42.85 | 6.41 | - |
| YUV | 166.49 | 45.34 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 20 | 0 | 0.34 | 0.92 | 0.06 | 37.81 | 0.87 | 0.51 |
| Hex | EF | 9E | 14 | 0 | 22 | 5C | 6 | 26 | 57 | 33 |
| Octal | 357 | 236 | 24 | 0 | 42 | 134 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10011110 | 10100 | 0 | 100010 | 1011100 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EF9E14
Complementary color
Monochromatic Colors of #EF9E14
Black with #EF9E14
Text Example
Text Example
White with #EF9E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E14; }
p { color: rgb(239,158,20); }
H1.HeaderClassName
{
color: #EF9E14;
}
.AnyTagClassName
{
color: #EF9E14;
}
</style>
background-color css
<style>
a { background-color: #EF9E14; }
a { background-color: rgb(239,158,20); }
div.DivClassName
{
background-color: #EF9E14;
}
.BgClassName
{
background-color: #EF9E14;
}
</style>
border-color css
<style>
span { border-color: #EF9E14; }
span { border-color: rgb(239,158,20); }
td.TdClassName
{
border-color: #EF9E14;
}
.TagClassName
{
border-color: #EF9E14;
}
</style>