Shades of Gamboge #EF9C18
Tints of Gamboge #EF9C18
RGB
CMYK
RGB Variations
Color information
#EF9C18 (or 0xEF9C18) is known color: Gamboge. HEX triplet: EF, 9C and 18. RGB value is (239,156,24). Sum of RGB (Red+Green+Blue) = 239+156+24=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C18 is #1063E7. Grayscale: #A6A6A6. Windows color (decimal): -1074152 or 1613039. OLE color: 1613039.
HSL color Cylindrical-coordinate representation of color #EF9C18: hue angle of 36.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF9C18 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 24 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.06 |
| HSL | 36.84º | 0.87% | 0.52% | - |
| HSV(B) | 36.84º | 0.9% | 0.94% | - |
| XYZ | 47.65 | 42.19 | 6.5 | - |
| YUV | 165.77 | 48 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 24 | 0 | 0.35 | 0.90 | 0.06 | 36.84 | 0.87 | 0.52 |
| Hex | EF | 9C | 18 | 0 | 23 | 5A | 6 | 25 | 57 | 34 |
| Octal | 357 | 234 | 30 | 0 | 43 | 132 | 6 | 45 | 127 | 64 |
| Binary | 11101111 | 10011100 | 11000 | 0 | 100011 | 1011010 | 110 | 100101 | 1010111 | 110100 |
Color Harmonies of #EF9C18
Complementary color
Monochromatic Colors of #EF9C18
Black with #EF9C18
Text Example
Text Example
White with #EF9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C18; }
p { color: rgb(239,156,24); }
H1.HeaderClassName
{
color: #EF9C18;
}
.AnyTagClassName
{
color: #EF9C18;
}
</style>
background-color css
<style>
a { background-color: #EF9C18; }
a { background-color: rgb(239,156,24); }
div.DivClassName
{
background-color: #EF9C18;
}
.BgClassName
{
background-color: #EF9C18;
}
</style>
border-color css
<style>
span { border-color: #EF9C18; }
span { border-color: rgb(239,156,24); }
td.TdClassName
{
border-color: #EF9C18;
}
.TagClassName
{
border-color: #EF9C18;
}
</style>