Shades of Gamboge #E79012
Tints of Gamboge #E79012
RGB
CMYK
RGB Variations
Color information
#E79012 (or 0xE79012) is known color: Gamboge. HEX triplet: E7, 90 and 12. RGB value is (231,144,18). Sum of RGB (Red+Green+Blue) = 231+144+18=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E79012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E79012 is #186FED. Grayscale: #9C9C9C. Windows color (decimal): -1601518 or 1216743. OLE color: 1216743.
HSL color Cylindrical-coordinate representation of color #E79012: hue angle of 35.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E79012 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 18 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.09 |
| HSL | 35.49º | 0.86% | 0.49% | - |
| HSV(B) | 35.49º | 0.92% | 0.91% | - |
| XYZ | 43.04 | 36.98 | 5.44 | - |
| YUV | 155.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 18 | 0 | 0.38 | 0.92 | 0.09 | 35.49 | 0.86 | 0.49 |
| Hex | E7 | 90 | 12 | 0 | 26 | 5C | 9 | 23 | 56 | 31 |
| Octal | 347 | 220 | 22 | 0 | 46 | 134 | 11 | 43 | 126 | 61 |
| Binary | 11100111 | 10010000 | 10010 | 0 | 100110 | 1011100 | 1001 | 100011 | 1010110 | 110001 |
Color Harmonies of #E79012
Complementary color
Monochromatic Colors of #E79012
Black with #E79012
Text Example
Text Example
White with #E79012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79012; }
p { color: rgb(231,144,18); }
H1.HeaderClassName
{
color: #E79012;
}
.AnyTagClassName
{
color: #E79012;
}
</style>
background-color css
<style>
a { background-color: #E79012; }
a { background-color: rgb(231,144,18); }
div.DivClassName
{
background-color: #E79012;
}
.BgClassName
{
background-color: #E79012;
}
</style>
border-color css
<style>
span { border-color: #E79012; }
span { border-color: rgb(231,144,18); }
td.TdClassName
{
border-color: #E79012;
}
.TagClassName
{
border-color: #E79012;
}
</style>