Shades of Gamboge #EF940D
Tints of Gamboge #EF940D
RGB
CMYK
RGB Variations
Color information
#EF940D (or 0xEF940D) is known color: Gamboge. HEX triplet: EF, 94 and 0D. RGB value is (239,148,13). Sum of RGB (Red+Green+Blue) = 239+148+13=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF940D is #106BF2. Grayscale: #A0A0A0. Windows color (decimal): -1076211 or 890095. OLE color: 890095.
HSL color Cylindrical-coordinate representation of color #EF940D: hue angle of 35.84º 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 #EF940D is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 13 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.06 |
| HSL | 35.84º | 0.9% | 0.49% | - |
| HSV(B) | 35.84º | 0.95% | 0.94% | - |
| XYZ | 46.26 | 39.56 | 5.58 | - |
| YUV | 159.82 | 45.15 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 13 | 0 | 0.38 | 0.95 | 0.06 | 35.84 | 0.9 | 0.49 |
| Hex | EF | 94 | D | 0 | 26 | 5F | 6 | 24 | 5A | 31 |
| Octal | 357 | 224 | 15 | 0 | 46 | 137 | 6 | 44 | 132 | 61 |
| Binary | 11101111 | 10010100 | 1101 | 0 | 100110 | 1011111 | 110 | 100100 | 1011010 | 110001 |
Color Harmonies of #EF940D
Complementary color
Monochromatic Colors of #EF940D
Black with #EF940D
Text Example
Text Example
White with #EF940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF940D; }
p { color: rgb(239,148,13); }
H1.HeaderClassName
{
color: #EF940D;
}
.AnyTagClassName
{
color: #EF940D;
}
</style>
background-color css
<style>
a { background-color: #EF940D; }
a { background-color: rgb(239,148,13); }
div.DivClassName
{
background-color: #EF940D;
}
.BgClassName
{
background-color: #EF940D;
}
</style>
border-color css
<style>
span { border-color: #EF940D; }
span { border-color: rgb(239,148,13); }
td.TdClassName
{
border-color: #EF940D;
}
.TagClassName
{
border-color: #EF940D;
}
</style>