Shades of Gamboge #EF920D
Tints of Gamboge #EF920D
RGB
CMYK
RGB Variations
Color information
#EF920D (or 0xEF920D) is known color: Gamboge. HEX triplet: EF, 92 and 0D. RGB value is (239,146,13). Sum of RGB (Red+Green+Blue) = 239+146+13=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF920D is #106DF2. Grayscale: #9F9F9F. Windows color (decimal): -1076723 or 889583. OLE color: 889583.
HSL color Cylindrical-coordinate representation of color #EF920D: hue angle of 35.31º 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 #EF920D is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 13 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.06 |
| HSL | 35.31º | 0.9% | 0.49% | - |
| HSV(B) | 35.31º | 0.95% | 0.94% | - |
| XYZ | 45.95 | 38.94 | 5.47 | - |
| YUV | 158.65 | 45.81 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 13 | 0 | 0.39 | 0.95 | 0.06 | 35.31 | 0.9 | 0.49 |
| Hex | EF | 92 | D | 0 | 27 | 5F | 6 | 23 | 5A | 31 |
| Octal | 357 | 222 | 15 | 0 | 47 | 137 | 6 | 43 | 132 | 61 |
| Binary | 11101111 | 10010010 | 1101 | 0 | 100111 | 1011111 | 110 | 100011 | 1011010 | 110001 |
Color Harmonies of #EF920D
Complementary color
Monochromatic Colors of #EF920D
Black with #EF920D
Text Example
Text Example
White with #EF920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF920D; }
p { color: rgb(239,146,13); }
H1.HeaderClassName
{
color: #EF920D;
}
.AnyTagClassName
{
color: #EF920D;
}
</style>
background-color css
<style>
a { background-color: #EF920D; }
a { background-color: rgb(239,146,13); }
div.DivClassName
{
background-color: #EF920D;
}
.BgClassName
{
background-color: #EF920D;
}
</style>
border-color css
<style>
span { border-color: #EF920D; }
span { border-color: rgb(239,146,13); }
td.TdClassName
{
border-color: #EF920D;
}
.TagClassName
{
border-color: #EF920D;
}
</style>