Shades of Gamboge #EF9F0F
Tints of Gamboge #EF9F0F
RGB
CMYK
RGB Variations
Color information
#EF9F0F (or 0xEF9F0F) is known color: Gamboge. HEX triplet: EF, 9F and 0F. RGB value is (239,159,15). Sum of RGB (Red+Green+Blue) = 239+159+15=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9F0F is #1060F0. Grayscale: #A7A7A7. Windows color (decimal): -1073393 or 1023983. OLE color: 1023983.
HSL color Cylindrical-coordinate representation of color #EF9F0F: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF9F0F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.06 |
| HSL | 38.57º | 0.88% | 0.5% | - |
| HSV(B) | 38.57º | 0.94% | 0.94% | - |
| XYZ | 48.08 | 43.18 | 6.25 | - |
| YUV | 166.5 | 42.5 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 15 | 0 | 0.33 | 0.94 | 0.06 | 38.57 | 0.88 | 0.5 |
| Hex | EF | 9F | F | 0 | 21 | 5E | 6 | 27 | 58 | 32 |
| Octal | 357 | 237 | 17 | 0 | 41 | 136 | 6 | 47 | 130 | 62 |
| Binary | 11101111 | 10011111 | 1111 | 0 | 100001 | 1011110 | 110 | 100111 | 1011000 | 110010 |
Color Harmonies of #EF9F0F
Complementary color
Monochromatic Colors of #EF9F0F
Black with #EF9F0F
Text Example
Text Example
White with #EF9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F0F; }
p { color: rgb(239,159,15); }
H1.HeaderClassName
{
color: #EF9F0F;
}
.AnyTagClassName
{
color: #EF9F0F;
}
</style>
background-color css
<style>
a { background-color: #EF9F0F; }
a { background-color: rgb(239,159,15); }
div.DivClassName
{
background-color: #EF9F0F;
}
.BgClassName
{
background-color: #EF9F0F;
}
</style>
border-color css
<style>
span { border-color: #EF9F0F; }
span { border-color: rgb(239,159,15); }
td.TdClassName
{
border-color: #EF9F0F;
}
.TagClassName
{
border-color: #EF9F0F;
}
</style>