Shades of Gamboge #E09516
Tints of Gamboge #E09516
RGB
CMYK
RGB Variations
Color information
#E09516 (or 0xE09516) is known color: Gamboge. HEX triplet: E0, 95 and 16. RGB value is (224,149,22). Sum of RGB (Red+Green+Blue) = 224+149+22=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E09516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09516 is #1F6AE9. Grayscale: #9D9D9D. Windows color (decimal): -2058986 or 1480160. OLE color: 1480160.
HSL color Cylindrical-coordinate representation of color #E09516: hue angle of 37.72º 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 #E09516 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 22 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.12 |
| HSL | 37.72º | 0.82% | 0.48% | - |
| HSV(B) | 37.72º | 0.9% | 0.88% | - |
| XYZ | 41.63 | 37.4 | 5.78 | - |
| YUV | 156.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 22 | 0 | 0.33 | 0.90 | 0.12 | 37.72 | 0.82 | 0.48 |
| Hex | E0 | 95 | 16 | 0 | 21 | 5A | C | 26 | 52 | 30 |
| Octal | 340 | 225 | 26 | 0 | 41 | 132 | 14 | 46 | 122 | 60 |
| Binary | 11100000 | 10010101 | 10110 | 0 | 100001 | 1011010 | 1100 | 100110 | 1010010 | 110000 |
Color Harmonies of #E09516
Complementary color
Monochromatic Colors of #E09516
Black with #E09516
Text Example
Text Example
White with #E09516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09516; }
p { color: rgb(224,149,22); }
H1.HeaderClassName
{
color: #E09516;
}
.AnyTagClassName
{
color: #E09516;
}
</style>
background-color css
<style>
a { background-color: #E09516; }
a { background-color: rgb(224,149,22); }
div.DivClassName
{
background-color: #E09516;
}
.BgClassName
{
background-color: #E09516;
}
</style>
border-color css
<style>
span { border-color: #E09516; }
span { border-color: rgb(224,149,22); }
td.TdClassName
{
border-color: #E09516;
}
.TagClassName
{
border-color: #E09516;
}
</style>