Shades of Gamboge #E09211
Tints of Gamboge #E09211
RGB
CMYK
RGB Variations
Color information
#E09211 (or 0xE09211) is known color: Gamboge. HEX triplet: E0, 92 and 11. RGB value is (224,146,17). Sum of RGB (Red+Green+Blue) = 224+146+17=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E09211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09211 is #1F6DEE. Grayscale: #9B9B9B. Windows color (decimal): -2059759 or 1151712. OLE color: 1151712.
HSL color Cylindrical-coordinate representation of color #E09211: hue angle of 37.39º 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 #E09211 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.12 |
| HSL | 37.39º | 0.86% | 0.47% | - |
| HSV(B) | 37.39º | 0.92% | 0.88% | - |
| XYZ | 41.12 | 36.45 | 5.4 | - |
| YUV | 154.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 17 | 0 | 0.35 | 0.92 | 0.12 | 37.39 | 0.86 | 0.47 |
| Hex | E0 | 92 | 11 | 0 | 23 | 5C | C | 25 | 56 | 2F |
| Octal | 340 | 222 | 21 | 0 | 43 | 134 | 14 | 45 | 126 | 57 |
| Binary | 11100000 | 10010010 | 10001 | 0 | 100011 | 1011100 | 1100 | 100101 | 1010110 | 101111 |
Color Harmonies of #E09211
Complementary color
Monochromatic Colors of #E09211
Black with #E09211
Text Example
Text Example
White with #E09211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09211; }
p { color: rgb(224,146,17); }
H1.HeaderClassName
{
color: #E09211;
}
.AnyTagClassName
{
color: #E09211;
}
</style>
background-color css
<style>
a { background-color: #E09211; }
a { background-color: rgb(224,146,17); }
div.DivClassName
{
background-color: #E09211;
}
.BgClassName
{
background-color: #E09211;
}
</style>
border-color css
<style>
span { border-color: #E09211; }
span { border-color: rgb(224,146,17); }
td.TdClassName
{
border-color: #E09211;
}
.TagClassName
{
border-color: #E09211;
}
</style>