Shades of Gamboge #EF9A0B
Tints of Gamboge #EF9A0B
RGB
CMYK
RGB Variations
Color information
#EF9A0B (or 0xEF9A0B) is known color: Gamboge. HEX triplet: EF, 9A and 0B. RGB value is (239,154,11). Sum of RGB (Red+Green+Blue) = 239+154+11=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A0B is #1065F4. Grayscale: #A3A3A3. Windows color (decimal): -1074677 or 760559. OLE color: 760559.
HSL color Cylindrical-coordinate representation of color #EF9A0B: hue angle of 37.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF9A0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.06 |
| HSL | 37.63º | 0.91% | 0.49% | - |
| HSV(B) | 37.63º | 0.95% | 0.94% | - |
| XYZ | 47.21 | 41.49 | 5.84 | - |
| YUV | 163.11 | 42.16 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 11 | 0 | 0.36 | 0.95 | 0.06 | 37.63 | 0.91 | 0.49 |
| Hex | EF | 9A | B | 0 | 24 | 5F | 6 | 26 | 5B | 31 |
| Octal | 357 | 232 | 13 | 0 | 44 | 137 | 6 | 46 | 133 | 61 |
| Binary | 11101111 | 10011010 | 1011 | 0 | 100100 | 1011111 | 110 | 100110 | 1011011 | 110001 |
Color Harmonies of #EF9A0B
Complementary color
Monochromatic Colors of #EF9A0B
Black with #EF9A0B
Text Example
Text Example
White with #EF9A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A0B; }
p { color: rgb(239,154,11); }
H1.HeaderClassName
{
color: #EF9A0B;
}
.AnyTagClassName
{
color: #EF9A0B;
}
</style>
background-color css
<style>
a { background-color: #EF9A0B; }
a { background-color: rgb(239,154,11); }
div.DivClassName
{
background-color: #EF9A0B;
}
.BgClassName
{
background-color: #EF9A0B;
}
</style>
border-color css
<style>
span { border-color: #EF9A0B; }
span { border-color: rgb(239,154,11); }
td.TdClassName
{
border-color: #EF9A0B;
}
.TagClassName
{
border-color: #EF9A0B;
}
</style>