Shades of Gamboge #E7900C
Tints of Gamboge #E7900C
RGB
CMYK
RGB Variations
Color information
#E7900C (or 0xE7900C) is known color: Gamboge. HEX triplet: E7, 90 and 0C. RGB value is (231,144,12). Sum of RGB (Red+Green+Blue) = 231+144+12=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7900C is #186FF3. Grayscale: #9B9B9B. Windows color (decimal): -1601524 or 823527. OLE color: 823527.
HSL color Cylindrical-coordinate representation of color #E7900C: hue angle of 36.16º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7900C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.09 |
| HSL | 36.16º | 0.9% | 0.48% | - |
| HSV(B) | 36.16º | 0.95% | 0.91% | - |
| XYZ | 42.99 | 36.96 | 5.22 | - |
| YUV | 154.97 | 47.32 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 12 | 0 | 0.38 | 0.95 | 0.09 | 36.16 | 0.9 | 0.48 |
| Hex | E7 | 90 | C | 0 | 26 | 5F | 9 | 24 | 5A | 30 |
| Octal | 347 | 220 | 14 | 0 | 46 | 137 | 11 | 44 | 132 | 60 |
| Binary | 11100111 | 10010000 | 1100 | 0 | 100110 | 1011111 | 1001 | 100100 | 1011010 | 110000 |
Color Harmonies of #E7900C
Complementary color
Monochromatic Colors of #E7900C
Black with #E7900C
Text Example
Text Example
White with #E7900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7900C; }
p { color: rgb(231,144,12); }
H1.HeaderClassName
{
color: #E7900C;
}
.AnyTagClassName
{
color: #E7900C;
}
</style>
background-color css
<style>
a { background-color: #E7900C; }
a { background-color: rgb(231,144,12); }
div.DivClassName
{
background-color: #E7900C;
}
.BgClassName
{
background-color: #E7900C;
}
</style>
border-color css
<style>
span { border-color: #E7900C; }
span { border-color: rgb(231,144,12); }
td.TdClassName
{
border-color: #E7900C;
}
.TagClassName
{
border-color: #E7900C;
}
</style>