Shades of Gamboge #EF9713
Tints of Gamboge #EF9713
RGB
CMYK
RGB Variations
Color information
#EF9713 (or 0xEF9713) is known color: Gamboge. HEX triplet: EF, 97 and 13. RGB value is (239,151,19). Sum of RGB (Red+Green+Blue) = 239+151+19=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9713 is #1068EC. Grayscale: #A2A2A2. Windows color (decimal): -1075437 or 1284079. OLE color: 1284079.
HSL color Cylindrical-coordinate representation of color #EF9713: hue angle of 36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF9713 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 19 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.06 |
| HSL | 36º | 0.87% | 0.51% | - |
| HSV(B) | 36º | 0.92% | 0.94% | - |
| XYZ | 46.78 | 40.53 | 5.97 | - |
| YUV | 162.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 19 | 0 | 0.37 | 0.92 | 0.06 | 36 | 0.87 | 0.51 |
| Hex | EF | 97 | 13 | 0 | 25 | 5C | 6 | 24 | 57 | 33 |
| Octal | 357 | 227 | 23 | 0 | 45 | 134 | 6 | 44 | 127 | 63 |
| Binary | 11101111 | 10010111 | 10011 | 0 | 100101 | 1011100 | 110 | 100100 | 1010111 | 110011 |
Color Harmonies of #EF9713
Complementary color
Monochromatic Colors of #EF9713
Black with #EF9713
Text Example
Text Example
White with #EF9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9713; }
p { color: rgb(239,151,19); }
H1.HeaderClassName
{
color: #EF9713;
}
.AnyTagClassName
{
color: #EF9713;
}
</style>
background-color css
<style>
a { background-color: #EF9713; }
a { background-color: rgb(239,151,19); }
div.DivClassName
{
background-color: #EF9713;
}
.BgClassName
{
background-color: #EF9713;
}
</style>
border-color css
<style>
span { border-color: #EF9713; }
span { border-color: rgb(239,151,19); }
td.TdClassName
{
border-color: #EF9713;
}
.TagClassName
{
border-color: #EF9713;
}
</style>