Shades of Gamboge #EF9A07
Tints of Gamboge #EF9A07
RGB
CMYK
RGB Variations
Color information
#EF9A07 (or 0xEF9A07) is known color: Gamboge. HEX triplet: EF, 9A and 07. RGB value is (239,154,7). Sum of RGB (Red+Green+Blue) = 239+154+7=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A07 is #1065F8. Grayscale: #A3A3A3. Windows color (decimal): -1074681 or 498415. OLE color: 498415.
HSL color Cylindrical-coordinate representation of color #EF9A07: hue angle of 38.02º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF9A07 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.06 |
| HSL | 38.02º | 0.94% | 0.48% | - |
| HSV(B) | 38.02º | 0.97% | 0.94% | - |
| XYZ | 47.19 | 41.48 | 5.72 | - |
| YUV | 162.66 | 40.16 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 7 | 0 | 0.36 | 0.97 | 0.06 | 38.02 | 0.94 | 0.48 |
| Hex | EF | 9A | 7 | 0 | 24 | 61 | 6 | 26 | 5E | 30 |
| Octal | 357 | 232 | 7 | 0 | 44 | 141 | 6 | 46 | 136 | 60 |
| Binary | 11101111 | 10011010 | 111 | 0 | 100100 | 1100001 | 110 | 100110 | 1011110 | 110000 |
Color Harmonies of #EF9A07
Complementary color
Monochromatic Colors of #EF9A07
Black with #EF9A07
Text Example
Text Example
White with #EF9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A07; }
p { color: rgb(239,154,7); }
H1.HeaderClassName
{
color: #EF9A07;
}
.AnyTagClassName
{
color: #EF9A07;
}
</style>
background-color css
<style>
a { background-color: #EF9A07; }
a { background-color: rgb(239,154,7); }
div.DivClassName
{
background-color: #EF9A07;
}
.BgClassName
{
background-color: #EF9A07;
}
</style>
border-color css
<style>
span { border-color: #EF9A07; }
span { border-color: rgb(239,154,7); }
td.TdClassName
{
border-color: #EF9A07;
}
.TagClassName
{
border-color: #EF9A07;
}
</style>