Shades of Gamboge #EF920A
Tints of Gamboge #EF920A
RGB
CMYK
RGB Variations
Color information
#EF920A (or 0xEF920A) is known color: Gamboge. HEX triplet: EF, 92 and 0A. RGB value is (239,146,10). Sum of RGB (Red+Green+Blue) = 239+146+10=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF920A is #106DF5. Grayscale: #9E9E9E. Windows color (decimal): -1076726 or 692975. OLE color: 692975.
HSL color Cylindrical-coordinate representation of color #EF920A: hue angle of 35.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF920A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 10 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.06 |
| HSL | 35.63º | 0.92% | 0.49% | - |
| HSV(B) | 35.63º | 0.96% | 0.94% | - |
| XYZ | 45.93 | 38.93 | 5.38 | - |
| YUV | 158.3 | 44.31 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 10 | 0 | 0.39 | 0.96 | 0.06 | 35.63 | 0.92 | 0.49 |
| Hex | EF | 92 | A | 0 | 27 | 60 | 6 | 24 | 5C | 31 |
| Octal | 357 | 222 | 12 | 0 | 47 | 140 | 6 | 44 | 134 | 61 |
| Binary | 11101111 | 10010010 | 1010 | 0 | 100111 | 1100000 | 110 | 100100 | 1011100 | 110001 |
Color Harmonies of #EF920A
Complementary color
Monochromatic Colors of #EF920A
Black with #EF920A
Text Example
Text Example
White with #EF920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF920A; }
p { color: rgb(239,146,10); }
H1.HeaderClassName
{
color: #EF920A;
}
.AnyTagClassName
{
color: #EF920A;
}
</style>
background-color css
<style>
a { background-color: #EF920A; }
a { background-color: rgb(239,146,10); }
div.DivClassName
{
background-color: #EF920A;
}
.BgClassName
{
background-color: #EF920A;
}
</style>
border-color css
<style>
span { border-color: #EF920A; }
span { border-color: rgb(239,146,10); }
td.TdClassName
{
border-color: #EF920A;
}
.TagClassName
{
border-color: #EF920A;
}
</style>