Shades of Gamboge #E79802
Tints of Gamboge #E79802
RGB
CMYK
RGB Variations
Color information
#E79802 (or 0xE79802) is known color: Gamboge. HEX triplet: E7, 98 and 02. RGB value is (231,152,2). Sum of RGB (Red+Green+Blue) = 231+152+2=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E79802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79802 is #1867FD. Grayscale: #9F9F9F. Windows color (decimal): -1599486 or 170215. OLE color: 170215.
HSL color Cylindrical-coordinate representation of color #E79802: hue angle of 39.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E79802 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.09 |
| HSL | 39.3º | 0.98% | 0.46% | - |
| HSV(B) | 39.3º | 0.99% | 0.91% | - |
| XYZ | 44.19 | 39.45 | 5.34 | - |
| YUV | 158.52 | 39.67 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 2 | 0 | 0.34 | 0.99 | 0.09 | 39.3 | 0.98 | 0.46 |
| Hex | E7 | 98 | 2 | 0 | 22 | 63 | 9 | 27 | 62 | 2E |
| Octal | 347 | 230 | 2 | 0 | 42 | 143 | 11 | 47 | 142 | 56 |
| Binary | 11100111 | 10011000 | 10 | 0 | 100010 | 1100011 | 1001 | 100111 | 1100010 | 101110 |
Color Harmonies of #E79802
Complementary color
Monochromatic Colors of #E79802
Black with #E79802
Text Example
Text Example
White with #E79802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79802; }
p { color: rgb(231,152,2); }
H1.HeaderClassName
{
color: #E79802;
}
.AnyTagClassName
{
color: #E79802;
}
</style>
background-color css
<style>
a { background-color: #E79802; }
a { background-color: rgb(231,152,2); }
div.DivClassName
{
background-color: #E79802;
}
.BgClassName
{
background-color: #E79802;
}
</style>
border-color css
<style>
span { border-color: #E79802; }
span { border-color: rgb(231,152,2); }
td.TdClassName
{
border-color: #E79802;
}
.TagClassName
{
border-color: #E79802;
}
</style>