Shades of Gamboge #E09D16
Tints of Gamboge #E09D16
RGB
CMYK
RGB Variations
Color information
#E09D16 (or 0xE09D16) is known color: Gamboge. HEX triplet: E0, 9D and 16. RGB value is (224,157,22). Sum of RGB (Red+Green+Blue) = 224+157+22=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09D16 is #1F62E9. Grayscale: #A2A2A2. Windows color (decimal): -2056938 or 1482208. OLE color: 1482208.
HSL color Cylindrical-coordinate representation of color #E09D16: hue angle of 40.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E09D16 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.12 |
| HSL | 40.1º | 0.82% | 0.48% | - |
| HSV(B) | 40.1º | 0.9% | 0.88% | - |
| XYZ | 42.94 | 40.02 | 6.22 | - |
| YUV | 161.64 | 49.2 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 22 | 0 | 0.30 | 0.90 | 0.12 | 40.1 | 0.82 | 0.48 |
| Hex | E0 | 9D | 16 | 0 | 1E | 5A | C | 28 | 52 | 30 |
| Octal | 340 | 235 | 26 | 0 | 36 | 132 | 14 | 50 | 122 | 60 |
| Binary | 11100000 | 10011101 | 10110 | 0 | 11110 | 1011010 | 1100 | 101000 | 1010010 | 110000 |
Color Harmonies of #E09D16
Complementary color
Monochromatic Colors of #E09D16
Black with #E09D16
Text Example
Text Example
White with #E09D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D16; }
p { color: rgb(224,157,22); }
H1.HeaderClassName
{
color: #E09D16;
}
.AnyTagClassName
{
color: #E09D16;
}
</style>
background-color css
<style>
a { background-color: #E09D16; }
a { background-color: rgb(224,157,22); }
div.DivClassName
{
background-color: #E09D16;
}
.BgClassName
{
background-color: #E09D16;
}
</style>
border-color css
<style>
span { border-color: #E09D16; }
span { border-color: rgb(224,157,22); }
td.TdClassName
{
border-color: #E09D16;
}
.TagClassName
{
border-color: #E09D16;
}
</style>