Shades of Gamboge #EF9110
Tints of Gamboge #EF9110
RGB
CMYK
RGB Variations
Color information
#EF9110 (or 0xEF9110) is known color: Gamboge. HEX triplet: EF, 91 and 10. RGB value is (239,145,16). Sum of RGB (Red+Green+Blue) = 239+145+16=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9110 is #106EEF. Grayscale: #9F9F9F. Windows color (decimal): -1076976 or 1085935. OLE color: 1085935.
HSL color Cylindrical-coordinate representation of color #EF9110: hue angle of 34.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF9110 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.06 |
| HSL | 34.71º | 0.87% | 0.5% | - |
| HSV(B) | 34.71º | 0.93% | 0.94% | - |
| XYZ | 45.82 | 38.64 | 5.53 | - |
| YUV | 158.4 | 47.64 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 16 | 0 | 0.39 | 0.93 | 0.06 | 34.71 | 0.87 | 0.5 |
| Hex | EF | 91 | 10 | 0 | 27 | 5D | 6 | 23 | 57 | 32 |
| Octal | 357 | 221 | 20 | 0 | 47 | 135 | 6 | 43 | 127 | 62 |
| Binary | 11101111 | 10010001 | 10000 | 0 | 100111 | 1011101 | 110 | 100011 | 1010111 | 110010 |
Color Harmonies of #EF9110
Complementary color
Monochromatic Colors of #EF9110
Black with #EF9110
Text Example
Text Example
White with #EF9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9110; }
p { color: rgb(239,145,16); }
H1.HeaderClassName
{
color: #EF9110;
}
.AnyTagClassName
{
color: #EF9110;
}
</style>
background-color css
<style>
a { background-color: #EF9110; }
a { background-color: rgb(239,145,16); }
div.DivClassName
{
background-color: #EF9110;
}
.BgClassName
{
background-color: #EF9110;
}
</style>
border-color css
<style>
span { border-color: #EF9110; }
span { border-color: rgb(239,145,16); }
td.TdClassName
{
border-color: #EF9110;
}
.TagClassName
{
border-color: #EF9110;
}
</style>