Shades of Gamboge #E08D09
Tints of Gamboge #E08D09
RGB
CMYK
RGB Variations
Color information
#E08D09 (or 0xE08D09) is known color: Gamboge. HEX triplet: E0, 8D and 09. RGB value is (224,141,9). Sum of RGB (Red+Green+Blue) = 224+141+9=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D09 is #1F72F6. Grayscale: #979797. Windows color (decimal): -2061047 or 626144. OLE color: 626144.
HSL color Cylindrical-coordinate representation of color #E08D09: hue angle of 36.84º 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 #E08D09 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 9 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.12 |
| HSL | 36.84º | 0.92% | 0.46% | - |
| HSV(B) | 36.84º | 0.96% | 0.88% | - |
| XYZ | 40.31 | 34.92 | 4.87 | - |
| YUV | 150.77 | 48 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 9 | 0 | 0.37 | 0.96 | 0.12 | 36.84 | 0.92 | 0.46 |
| Hex | E0 | 8D | 9 | 0 | 25 | 60 | C | 25 | 5C | 2E |
| Octal | 340 | 215 | 11 | 0 | 45 | 140 | 14 | 45 | 134 | 56 |
| Binary | 11100000 | 10001101 | 1001 | 0 | 100101 | 1100000 | 1100 | 100101 | 1011100 | 101110 |
Color Harmonies of #E08D09
Complementary color
Monochromatic Colors of #E08D09
Black with #E08D09
Text Example
Text Example
White with #E08D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D09; }
p { color: rgb(224,141,9); }
H1.HeaderClassName
{
color: #E08D09;
}
.AnyTagClassName
{
color: #E08D09;
}
</style>
background-color css
<style>
a { background-color: #E08D09; }
a { background-color: rgb(224,141,9); }
div.DivClassName
{
background-color: #E08D09;
}
.BgClassName
{
background-color: #E08D09;
}
</style>
border-color css
<style>
span { border-color: #E08D09; }
span { border-color: rgb(224,141,9); }
td.TdClassName
{
border-color: #E08D09;
}
.TagClassName
{
border-color: #E08D09;
}
</style>