Shades of Gamboge #E79C1B
Tints of Gamboge #E79C1B
RGB
CMYK
RGB Variations
Color information
#E79C1B (or 0xE79C1B) is known color: Gamboge. HEX triplet: E7, 9C and 1B. RGB value is (231,156,27). Sum of RGB (Red+Green+Blue) = 231+156+27=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79C1B is #1863E4. Grayscale: #A4A4A4. Windows color (decimal): -1598437 or 1809639. OLE color: 1809639.
HSL color Cylindrical-coordinate representation of color #E79C1B: hue angle of 37.94º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E79C1B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 156 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.09 |
| HSL | 37.94º | 0.81% | 0.51% | - |
| HSV(B) | 37.94º | 0.88% | 0.91% | - |
| XYZ | 45.04 | 40.84 | 6.55 | - |
| YUV | 163.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 156 | 27 | 0 | 0.32 | 0.88 | 0.09 | 37.94 | 0.81 | 0.51 |
| Hex | E7 | 9C | 1B | 0 | 20 | 58 | 9 | 26 | 51 | 33 |
| Octal | 347 | 234 | 33 | 0 | 40 | 130 | 11 | 46 | 121 | 63 |
| Binary | 11100111 | 10011100 | 11011 | 0 | 100000 | 1011000 | 1001 | 100110 | 1010001 | 110011 |
Color Harmonies of #E79C1B
Complementary color
Monochromatic Colors of #E79C1B
Black with #E79C1B
Text Example
Text Example
White with #E79C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79C1B; }
p { color: rgb(231,156,27); }
H1.HeaderClassName
{
color: #E79C1B;
}
.AnyTagClassName
{
color: #E79C1B;
}
</style>
background-color css
<style>
a { background-color: #E79C1B; }
a { background-color: rgb(231,156,27); }
div.DivClassName
{
background-color: #E79C1B;
}
.BgClassName
{
background-color: #E79C1B;
}
</style>
border-color css
<style>
span { border-color: #E79C1B; }
span { border-color: rgb(231,156,27); }
td.TdClassName
{
border-color: #E79C1B;
}
.TagClassName
{
border-color: #E79C1B;
}
</style>