Shades of Gamboge #EF9A02
Tints of Gamboge #EF9A02
RGB
CMYK
RGB Variations
Color information
#EF9A02 (or 0xEF9A02) is known color: Gamboge. HEX triplet: EF, 9A and 02. RGB value is (239,154,2). Sum of RGB (Red+Green+Blue) = 239+154+2=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9A02 is #1065FD. Grayscale: #A2A2A2. Windows color (decimal): -1074686 or 170735. OLE color: 170735.
HSL color Cylindrical-coordinate representation of color #EF9A02: hue angle of 38.48º 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 #EF9A02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.06 |
| HSL | 38.48º | 0.98% | 0.47% | - |
| HSV(B) | 38.48º | 0.99% | 0.94% | - |
| XYZ | 47.16 | 41.47 | 5.58 | - |
| YUV | 162.09 | 37.66 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 2 | 0 | 0.36 | 0.99 | 0.06 | 38.48 | 0.98 | 0.47 |
| Hex | EF | 9A | 2 | 0 | 24 | 63 | 6 | 26 | 62 | 2F |
| Octal | 357 | 232 | 2 | 0 | 44 | 143 | 6 | 46 | 142 | 57 |
| Binary | 11101111 | 10011010 | 10 | 0 | 100100 | 1100011 | 110 | 100110 | 1100010 | 101111 |
Color Harmonies of #EF9A02
Complementary color
Monochromatic Colors of #EF9A02
Black with #EF9A02
Text Example
Text Example
White with #EF9A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A02; }
p { color: rgb(239,154,2); }
H1.HeaderClassName
{
color: #EF9A02;
}
.AnyTagClassName
{
color: #EF9A02;
}
</style>
background-color css
<style>
a { background-color: #EF9A02; }
a { background-color: rgb(239,154,2); }
div.DivClassName
{
background-color: #EF9A02;
}
.BgClassName
{
background-color: #EF9A02;
}
</style>
border-color css
<style>
span { border-color: #EF9A02; }
span { border-color: rgb(239,154,2); }
td.TdClassName
{
border-color: #EF9A02;
}
.TagClassName
{
border-color: #EF9A02;
}
</style>