Shades of Gamboge #EF990D
Tints of Gamboge #EF990D
RGB
CMYK
RGB Variations
Color information
#EF990D (or 0xEF990D) is known color: Gamboge. HEX triplet: EF, 99 and 0D. RGB value is (239,153,13). Sum of RGB (Red+Green+Blue) = 239+153+13=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF990D is #1066F2. Grayscale: #A3A3A3. Windows color (decimal): -1074931 or 891375. OLE color: 891375.
HSL color Cylindrical-coordinate representation of color #EF990D: hue angle of 37.17º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF990D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.06 |
| HSL | 37.17º | 0.9% | 0.49% | - |
| HSV(B) | 37.17º | 0.95% | 0.94% | - |
| XYZ | 47.06 | 41.16 | 5.85 | - |
| YUV | 162.75 | 43.49 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 13 | 0 | 0.36 | 0.95 | 0.06 | 37.17 | 0.9 | 0.49 |
| Hex | EF | 99 | D | 0 | 24 | 5F | 6 | 25 | 5A | 31 |
| Octal | 357 | 231 | 15 | 0 | 44 | 137 | 6 | 45 | 132 | 61 |
| Binary | 11101111 | 10011001 | 1101 | 0 | 100100 | 1011111 | 110 | 100101 | 1011010 | 110001 |
Color Harmonies of #EF990D
Complementary color
Monochromatic Colors of #EF990D
Black with #EF990D
Text Example
Text Example
White with #EF990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF990D; }
p { color: rgb(239,153,13); }
H1.HeaderClassName
{
color: #EF990D;
}
.AnyTagClassName
{
color: #EF990D;
}
</style>
background-color css
<style>
a { background-color: #EF990D; }
a { background-color: rgb(239,153,13); }
div.DivClassName
{
background-color: #EF990D;
}
.BgClassName
{
background-color: #EF990D;
}
</style>
border-color css
<style>
span { border-color: #EF990D; }
span { border-color: rgb(239,153,13); }
td.TdClassName
{
border-color: #EF990D;
}
.TagClassName
{
border-color: #EF990D;
}
</style>