Shades of Gamboge #E09A0B
Tints of Gamboge #E09A0B
RGB
CMYK
RGB Variations
Color information
#E09A0B (or 0xE09A0B) is known color: Gamboge. HEX triplet: E0, 9A and 0B. RGB value is (224,154,11). Sum of RGB (Red+Green+Blue) = 224+154+11=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09A0B is #1F65F4. Grayscale: #9F9F9F. Windows color (decimal): -2057717 or 760544. OLE color: 760544.
HSL color Cylindrical-coordinate representation of color #E09A0B: hue angle of 40.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E09A0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.12 |
| HSL | 40.28º | 0.91% | 0.46% | - |
| HSV(B) | 40.28º | 0.95% | 0.88% | - |
| XYZ | 42.36 | 38.98 | 5.61 | - |
| YUV | 158.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 11 | 0 | 0.31 | 0.95 | 0.12 | 40.28 | 0.91 | 0.46 |
| Hex | E0 | 9A | B | 0 | 1F | 5F | C | 28 | 5B | 2E |
| Octal | 340 | 232 | 13 | 0 | 37 | 137 | 14 | 50 | 133 | 56 |
| Binary | 11100000 | 10011010 | 1011 | 0 | 11111 | 1011111 | 1100 | 101000 | 1011011 | 101110 |
Color Harmonies of #E09A0B
Complementary color
Monochromatic Colors of #E09A0B
Black with #E09A0B
Text Example
Text Example
White with #E09A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A0B; }
p { color: rgb(224,154,11); }
H1.HeaderClassName
{
color: #E09A0B;
}
.AnyTagClassName
{
color: #E09A0B;
}
</style>
background-color css
<style>
a { background-color: #E09A0B; }
a { background-color: rgb(224,154,11); }
div.DivClassName
{
background-color: #E09A0B;
}
.BgClassName
{
background-color: #E09A0B;
}
</style>
border-color css
<style>
span { border-color: #E09A0B; }
span { border-color: rgb(224,154,11); }
td.TdClassName
{
border-color: #E09A0B;
}
.TagClassName
{
border-color: #E09A0B;
}
</style>