Shades of Gamboge #E7920F
Tints of Gamboge #E7920F
RGB
CMYK
RGB Variations
Color information
#E7920F (or 0xE7920F) is known color: Gamboge. HEX triplet: E7, 92 and 0F. RGB value is (231,146,15). Sum of RGB (Red+Green+Blue) = 231+146+15=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7920F is #186DF0. Grayscale: #9D9D9D. Windows color (decimal): -1601009 or 1020647. OLE color: 1020647.
HSL color Cylindrical-coordinate representation of color #E7920F: hue angle of 36.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7920F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.09 |
| HSL | 36.39º | 0.88% | 0.48% | - |
| HSV(B) | 36.39º | 0.94% | 0.91% | - |
| XYZ | 43.32 | 37.58 | 5.42 | - |
| YUV | 156.48 | 48.16 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 15 | 0 | 0.37 | 0.94 | 0.09 | 36.39 | 0.88 | 0.48 |
| Hex | E7 | 92 | F | 0 | 25 | 5E | 9 | 24 | 58 | 30 |
| Octal | 347 | 222 | 17 | 0 | 45 | 136 | 11 | 44 | 130 | 60 |
| Binary | 11100111 | 10010010 | 1111 | 0 | 100101 | 1011110 | 1001 | 100100 | 1011000 | 110000 |
Color Harmonies of #E7920F
Complementary color
Monochromatic Colors of #E7920F
Black with #E7920F
Text Example
Text Example
White with #E7920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7920F; }
p { color: rgb(231,146,15); }
H1.HeaderClassName
{
color: #E7920F;
}
.AnyTagClassName
{
color: #E7920F;
}
</style>
background-color css
<style>
a { background-color: #E7920F; }
a { background-color: rgb(231,146,15); }
div.DivClassName
{
background-color: #E7920F;
}
.BgClassName
{
background-color: #E7920F;
}
</style>
border-color css
<style>
span { border-color: #E7920F; }
span { border-color: rgb(231,146,15); }
td.TdClassName
{
border-color: #E7920F;
}
.TagClassName
{
border-color: #E7920F;
}
</style>