Shades of Gamboge #EF920F
Tints of Gamboge #EF920F
RGB
CMYK
RGB Variations
Color information
#EF920F (or 0xEF920F) is known color: Gamboge. HEX triplet: EF, 92 and 0F. RGB value is (239,146,15). Sum of RGB (Red+Green+Blue) = 239+146+15=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF920F is #106DF0. Grayscale: #9F9F9F. Windows color (decimal): -1076721 or 1020655. OLE color: 1020655.
HSL color Cylindrical-coordinate representation of color #EF920F: hue angle of 35.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF920F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.06 |
| HSL | 35.09º | 0.88% | 0.5% | - |
| HSV(B) | 35.09º | 0.94% | 0.94% | - |
| XYZ | 45.96 | 38.94 | 5.55 | - |
| YUV | 158.87 | 46.81 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 15 | 0 | 0.39 | 0.94 | 0.06 | 35.09 | 0.88 | 0.5 |
| Hex | EF | 92 | F | 0 | 27 | 5E | 6 | 23 | 58 | 32 |
| Octal | 357 | 222 | 17 | 0 | 47 | 136 | 6 | 43 | 130 | 62 |
| Binary | 11101111 | 10010010 | 1111 | 0 | 100111 | 1011110 | 110 | 100011 | 1011000 | 110010 |
Color Harmonies of #EF920F
Complementary color
Monochromatic Colors of #EF920F
Black with #EF920F
Text Example
Text Example
White with #EF920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF920F; }
p { color: rgb(239,146,15); }
H1.HeaderClassName
{
color: #EF920F;
}
.AnyTagClassName
{
color: #EF920F;
}
</style>
background-color css
<style>
a { background-color: #EF920F; }
a { background-color: rgb(239,146,15); }
div.DivClassName
{
background-color: #EF920F;
}
.BgClassName
{
background-color: #EF920F;
}
</style>
border-color css
<style>
span { border-color: #EF920F; }
span { border-color: rgb(239,146,15); }
td.TdClassName
{
border-color: #EF920F;
}
.TagClassName
{
border-color: #EF920F;
}
</style>