Shades of Gamboge #EF9A03
Tints of Gamboge #EF9A03
RGB
CMYK
RGB Variations
Color information
#EF9A03 (or 0xEF9A03) is known color: Gamboge. HEX triplet: EF, 9A and 03. RGB value is (239,154,3). Sum of RGB (Red+Green+Blue) = 239+154+3=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A03 is #1065FC. Grayscale: #A2A2A2. Windows color (decimal): -1074685 or 236271. OLE color: 236271.
HSL color Cylindrical-coordinate representation of color #EF9A03: hue angle of 38.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF9A03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.06 |
| HSL | 38.39º | 0.98% | 0.47% | - |
| HSV(B) | 38.39º | 0.99% | 0.94% | - |
| XYZ | 47.17 | 41.47 | 5.6 | - |
| YUV | 162.2 | 38.16 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 3 | 0 | 0.36 | 0.99 | 0.06 | 38.39 | 0.98 | 0.47 |
| Hex | EF | 9A | 3 | 0 | 24 | 63 | 6 | 26 | 62 | 2F |
| Octal | 357 | 232 | 3 | 0 | 44 | 143 | 6 | 46 | 142 | 57 |
| Binary | 11101111 | 10011010 | 11 | 0 | 100100 | 1100011 | 110 | 100110 | 1100010 | 101111 |
Color Harmonies of #EF9A03
Complementary color
Monochromatic Colors of #EF9A03
Black with #EF9A03
Text Example
Text Example
White with #EF9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A03; }
p { color: rgb(239,154,3); }
H1.HeaderClassName
{
color: #EF9A03;
}
.AnyTagClassName
{
color: #EF9A03;
}
</style>
background-color css
<style>
a { background-color: #EF9A03; }
a { background-color: rgb(239,154,3); }
div.DivClassName
{
background-color: #EF9A03;
}
.BgClassName
{
background-color: #EF9A03;
}
</style>
border-color css
<style>
span { border-color: #EF9A03; }
span { border-color: rgb(239,154,3); }
td.TdClassName
{
border-color: #EF9A03;
}
.TagClassName
{
border-color: #EF9A03;
}
</style>