Shades of Gamboge #E09111
Tints of Gamboge #E09111
RGB
CMYK
RGB Variations
Color information
#E09111 (or 0xE09111) is known color: Gamboge. HEX triplet: E0, 91 and 11. RGB value is (224,145,17). Sum of RGB (Red+Green+Blue) = 224+145+17=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E09111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09111 is #1F6EEE. Grayscale: #9A9A9A. Windows color (decimal): -2060015 or 1151456. OLE color: 1151456.
HSL color Cylindrical-coordinate representation of color #E09111: hue angle of 37.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E09111 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.12 |
| HSL | 37.1º | 0.86% | 0.47% | - |
| HSV(B) | 37.1º | 0.92% | 0.88% | - |
| XYZ | 40.97 | 36.14 | 5.35 | - |
| YUV | 154.03 | 50.67 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 17 | 0 | 0.35 | 0.92 | 0.12 | 37.1 | 0.86 | 0.47 |
| Hex | E0 | 91 | 11 | 0 | 23 | 5C | C | 25 | 56 | 2F |
| Octal | 340 | 221 | 21 | 0 | 43 | 134 | 14 | 45 | 126 | 57 |
| Binary | 11100000 | 10010001 | 10001 | 0 | 100011 | 1011100 | 1100 | 100101 | 1010110 | 101111 |
Color Harmonies of #E09111
Complementary color
Monochromatic Colors of #E09111
Black with #E09111
Text Example
Text Example
White with #E09111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09111; }
p { color: rgb(224,145,17); }
H1.HeaderClassName
{
color: #E09111;
}
.AnyTagClassName
{
color: #E09111;
}
</style>
background-color css
<style>
a { background-color: #E09111; }
a { background-color: rgb(224,145,17); }
div.DivClassName
{
background-color: #E09111;
}
.BgClassName
{
background-color: #E09111;
}
</style>
border-color css
<style>
span { border-color: #E09111; }
span { border-color: rgb(224,145,17); }
td.TdClassName
{
border-color: #E09111;
}
.TagClassName
{
border-color: #E09111;
}
</style>