Shades of Gamboge #EF9915
Tints of Gamboge #EF9915
RGB
CMYK
RGB Variations
Color information
#EF9915 (or 0xEF9915) is known color: Gamboge. HEX triplet: EF, 99 and 15. RGB value is (239,153,21). Sum of RGB (Red+Green+Blue) = 239+153+21=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9915 is #1066EA. Grayscale: #A4A4A4. Windows color (decimal): -1074923 or 1415663. OLE color: 1415663.
HSL color Cylindrical-coordinate representation of color #EF9915: hue angle of 36.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF9915 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.06 |
| HSL | 36.33º | 0.87% | 0.51% | - |
| HSV(B) | 36.33º | 0.91% | 0.94% | - |
| XYZ | 47.12 | 41.19 | 6.18 | - |
| YUV | 163.67 | 47.49 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 21 | 0 | 0.36 | 0.91 | 0.06 | 36.33 | 0.87 | 0.51 |
| Hex | EF | 99 | 15 | 0 | 24 | 5B | 6 | 24 | 57 | 33 |
| Octal | 357 | 231 | 25 | 0 | 44 | 133 | 6 | 44 | 127 | 63 |
| Binary | 11101111 | 10011001 | 10101 | 0 | 100100 | 1011011 | 110 | 100100 | 1010111 | 110011 |
Color Harmonies of #EF9915
Complementary color
Monochromatic Colors of #EF9915
Black with #EF9915
Text Example
Text Example
White with #EF9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9915; }
p { color: rgb(239,153,21); }
H1.HeaderClassName
{
color: #EF9915;
}
.AnyTagClassName
{
color: #EF9915;
}
</style>
background-color css
<style>
a { background-color: #EF9915; }
a { background-color: rgb(239,153,21); }
div.DivClassName
{
background-color: #EF9915;
}
.BgClassName
{
background-color: #EF9915;
}
</style>
border-color css
<style>
span { border-color: #EF9915; }
span { border-color: rgb(239,153,21); }
td.TdClassName
{
border-color: #EF9915;
}
.TagClassName
{
border-color: #EF9915;
}
</style>