Shades of Gamboge #E09B09
Tints of Gamboge #E09B09
RGB
CMYK
RGB Variations
Color information
#E09B09 (or 0xE09B09) is known color: Gamboge. HEX triplet: E0, 9B and 09. RGB value is (224,155,9). Sum of RGB (Red+Green+Blue) = 224+155+9=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09B09 is #1F64F6. Grayscale: #9F9F9F. Windows color (decimal): -2057463 or 629728. OLE color: 629728.
HSL color Cylindrical-coordinate representation of color #E09B09: hue angle of 40.74º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E09B09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.12 |
| HSL | 40.74º | 0.92% | 0.46% | - |
| HSV(B) | 40.74º | 0.96% | 0.88% | - |
| XYZ | 42.51 | 39.31 | 5.61 | - |
| YUV | 158.99 | 43.36 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 9 | 0 | 0.31 | 0.96 | 0.12 | 40.74 | 0.92 | 0.46 |
| Hex | E0 | 9B | 9 | 0 | 1F | 60 | C | 29 | 5C | 2E |
| Octal | 340 | 233 | 11 | 0 | 37 | 140 | 14 | 51 | 134 | 56 |
| Binary | 11100000 | 10011011 | 1001 | 0 | 11111 | 1100000 | 1100 | 101001 | 1011100 | 101110 |
Color Harmonies of #E09B09
Complementary color
Monochromatic Colors of #E09B09
Black with #E09B09
Text Example
Text Example
White with #E09B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B09; }
p { color: rgb(224,155,9); }
H1.HeaderClassName
{
color: #E09B09;
}
.AnyTagClassName
{
color: #E09B09;
}
</style>
background-color css
<style>
a { background-color: #E09B09; }
a { background-color: rgb(224,155,9); }
div.DivClassName
{
background-color: #E09B09;
}
.BgClassName
{
background-color: #E09B09;
}
</style>
border-color css
<style>
span { border-color: #E09B09; }
span { border-color: rgb(224,155,9); }
td.TdClassName
{
border-color: #E09B09;
}
.TagClassName
{
border-color: #E09B09;
}
</style>