Shades of Gamboge #E09C11
Tints of Gamboge #E09C11
RGB
CMYK
RGB Variations
Color information
#E09C11 (or 0xE09C11) is known color: Gamboge. HEX triplet: E0, 9C and 11. RGB value is (224,156,17). Sum of RGB (Red+Green+Blue) = 224+156+17=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C11 is #1F63EE. Grayscale: #A1A1A1. Windows color (decimal): -2057199 or 1154272. OLE color: 1154272.
HSL color Cylindrical-coordinate representation of color #E09C11: hue angle of 40.29º 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 #E09C11 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 17 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.12 |
| HSL | 40.29º | 0.86% | 0.47% | - |
| HSV(B) | 40.29º | 0.92% | 0.88% | - |
| XYZ | 42.73 | 39.66 | 5.93 | - |
| YUV | 160.49 | 47.03 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 17 | 0 | 0.30 | 0.92 | 0.12 | 40.29 | 0.86 | 0.47 |
| Hex | E0 | 9C | 11 | 0 | 1E | 5C | C | 28 | 56 | 2F |
| Octal | 340 | 234 | 21 | 0 | 36 | 134 | 14 | 50 | 126 | 57 |
| Binary | 11100000 | 10011100 | 10001 | 0 | 11110 | 1011100 | 1100 | 101000 | 1010110 | 101111 |
Color Harmonies of #E09C11
Complementary color
Monochromatic Colors of #E09C11
Black with #E09C11
Text Example
Text Example
White with #E09C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C11; }
p { color: rgb(224,156,17); }
H1.HeaderClassName
{
color: #E09C11;
}
.AnyTagClassName
{
color: #E09C11;
}
</style>
background-color css
<style>
a { background-color: #E09C11; }
a { background-color: rgb(224,156,17); }
div.DivClassName
{
background-color: #E09C11;
}
.BgClassName
{
background-color: #E09C11;
}
</style>
border-color css
<style>
span { border-color: #E09C11; }
span { border-color: rgb(224,156,17); }
td.TdClassName
{
border-color: #E09C11;
}
.TagClassName
{
border-color: #E09C11;
}
</style>