Shades of Gamboge #E09E05
Tints of Gamboge #E09E05
RGB
CMYK
RGB Variations
Color information
#E09E05 (or 0xE09E05) is known color: Gamboge. HEX triplet: E0, 9E and 05. RGB value is (224,158,5). Sum of RGB (Red+Green+Blue) = 224+158+5=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E09E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09E05 is #1F61FA. Grayscale: #A0A0A0. Windows color (decimal): -2056699 or 368352. OLE color: 368352.
HSL color Cylindrical-coordinate representation of color #E09E05: hue angle of 41.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E09E05 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 158 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.12 |
| HSL | 41.92º | 0.96% | 0.45% | - |
| HSV(B) | 41.92º | 0.98% | 0.88% | - |
| XYZ | 42.99 | 40.31 | 5.66 | - |
| YUV | 160.29 | 40.37 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 158 | 5 | 0 | 0.29 | 0.98 | 0.12 | 41.92 | 0.96 | 0.45 |
| Hex | E0 | 9E | 5 | 0 | 1D | 62 | C | 2A | 60 | 2D |
| Octal | 340 | 236 | 5 | 0 | 35 | 142 | 14 | 52 | 140 | 55 |
| Binary | 11100000 | 10011110 | 101 | 0 | 11101 | 1100010 | 1100 | 101010 | 1100000 | 101101 |
Color Harmonies of #E09E05
Complementary color
Monochromatic Colors of #E09E05
Black with #E09E05
Text Example
Text Example
White with #E09E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09E05; }
p { color: rgb(224,158,5); }
H1.HeaderClassName
{
color: #E09E05;
}
.AnyTagClassName
{
color: #E09E05;
}
</style>
background-color css
<style>
a { background-color: #E09E05; }
a { background-color: rgb(224,158,5); }
div.DivClassName
{
background-color: #E09E05;
}
.BgClassName
{
background-color: #E09E05;
}
</style>
border-color css
<style>
span { border-color: #E09E05; }
span { border-color: rgb(224,158,5); }
td.TdClassName
{
border-color: #E09E05;
}
.TagClassName
{
border-color: #E09E05;
}
</style>