Shades of Gamboge #E09D19
Tints of Gamboge #E09D19
RGB
CMYK
RGB Variations
Color information
#E09D19 (or 0xE09D19) is known color: Gamboge. HEX triplet: E0, 9D and 19. RGB value is (224,157,25). Sum of RGB (Red+Green+Blue) = 224+157+25=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09D19 is #1F62E6. Grayscale: #A2A2A2. Windows color (decimal): -2056935 or 1678816. OLE color: 1678816.
HSL color Cylindrical-coordinate representation of color #E09D19: hue angle of 39.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E09D19 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.12 |
| HSL | 39.8º | 0.8% | 0.49% | - |
| HSV(B) | 39.8º | 0.89% | 0.88% | - |
| XYZ | 42.97 | 40.03 | 6.38 | - |
| YUV | 161.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 25 | 0 | 0.30 | 0.89 | 0.12 | 39.8 | 0.8 | 0.49 |
| Hex | E0 | 9D | 19 | 0 | 1E | 59 | C | 28 | 50 | 31 |
| Octal | 340 | 235 | 31 | 0 | 36 | 131 | 14 | 50 | 120 | 61 |
| Binary | 11100000 | 10011101 | 11001 | 0 | 11110 | 1011001 | 1100 | 101000 | 1010000 | 110001 |
Color Harmonies of #E09D19
Complementary color
Monochromatic Colors of #E09D19
Black with #E09D19
Text Example
Text Example
White with #E09D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D19; }
p { color: rgb(224,157,25); }
H1.HeaderClassName
{
color: #E09D19;
}
.AnyTagClassName
{
color: #E09D19;
}
</style>
background-color css
<style>
a { background-color: #E09D19; }
a { background-color: rgb(224,157,25); }
div.DivClassName
{
background-color: #E09D19;
}
.BgClassName
{
background-color: #E09D19;
}
</style>
border-color css
<style>
span { border-color: #E09D19; }
span { border-color: rgb(224,157,25); }
td.TdClassName
{
border-color: #E09D19;
}
.TagClassName
{
border-color: #E09D19;
}
</style>